Skip to content

Commit

Permalink
fix cgw deletion in integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Mar 30, 2023
1 parent fea9e9e commit 3616de5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
- name: delete carrier gateway
ec2_carrier_gateway:
state: absent
vpn_gateway_id: '{{ cagw.carrier_gateway_id }}'
carrier_gateway_id: '{{ cagw.carrier_gateway_id }}'
ignore_errors: true
check_mode: true

Expand Down

0 comments on commit 3616de5

Please sign in to comment.