Skip to content

Commit

Permalink
Temp fix; pulumi > 3.9.1 will be able to handle original code
Browse files Browse the repository at this point in the history
  • Loading branch information
t0yv0 committed Jul 30, 2021
1 parent 54151fa commit 3bc7190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-py-ec2-provisioners/provisioners.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def on_create(self, inputs: Any) -> Any:
# RemoteExec runs remote one or more commands over an SSH connection. It returns the resulting
# stdout and stderr from the commands in the results property.
class RemoteExec(dynamic.Resource):
results: pulumi.Output[list]
results: pulumi.Output[List[Any]]

def __init__(self, name: str, conn: ConnectionArgs, commands: list, opts: Optional[pulumi.ResourceOptions] = None):
self.conn = conn
Expand Down

0 comments on commit 3bc7190

Please sign in to comment.