Skip to content

Commit

Permalink
ec2_metrix_alarm test - Create the instance in the subnet we just cre…
Browse files Browse the repository at this point in the history
…ated not the default VPC (#212)
  • Loading branch information
tremble authored Aug 28, 2020
1 parent 6d404e3 commit 00a7660
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/targets/ec2_metric_alarm/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
tags:
TestId: "{{ resource_prefix }}"
security_groups: "{{ sg.group_id }}"
vpc_subnet_id: "{{ testing_subnet_a.subnet.id }}"
instance_type: t2.micro
wait: true
register: ec2_instance_results
Expand Down

0 comments on commit 00a7660

Please sign in to comment.