Skip to content

Commit

Permalink
formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed May 5, 2023
1 parent 23dd94d commit 54c1a87
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions plugins/modules/cloudformation_stack_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -679,9 +679,12 @@ def main():
changed |= update_stack_set(module, stack_params, cfn)

await_stack_set_operation(
module, cfn, operation_id=stack_params['OperationId'],
stack_set_name=stack_params['StackSetName'],
max_wait=module.params.get('wait_timeout'),)
module,
cfn,
operation_id=stack_params["OperationId"],
stack_set_name=stack_params["StackSetName"],
max_wait=module.params.get("wait_timeout"),
)

# now create/update any appropriate stack instances
new_stack_instances, existing_stack_instances, unspecified_stack_instances = compare_stack_instances(
Expand Down

0 comments on commit 54c1a87

Please sign in to comment.