-
Notifications
You must be signed in to change notification settings - Fork 341
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Several ec2_instance are running using t3.micro, but for some of them…
… this is not required
- Loading branch information
Showing
17 changed files
with
62 additions
and
53 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
tests/integration/targets/ec2_instance_block_devices/defaults/main.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
--- | ||
# defaults file for ec2_instance_block_devices | ||
ec2_instance_type: t3.micro | ||
ec2_instance_type: t2.micro | ||
ec2_instance_tag_TestId: "{{ resource_prefix }}-block-devices" |
2 changes: 1 addition & 1 deletion
2
tests/integration/targets/ec2_instance_checkmode_tests/defaults/main.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
--- | ||
# defaults file for ec2_instance_checkmode_tests | ||
ec2_instance_type: t3.micro | ||
ec2_instance_type: t2.micro | ||
ec2_instance_tag_TestId: "{{ resource_prefix }}-instance-checkmode" |
2 changes: 1 addition & 1 deletion
2
tests/integration/targets/ec2_instance_cpu_options/defaults/main.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
--- | ||
# defaults file for ec2_instance_cpu_options | ||
ec2_instance_type: t3.micro | ||
ec2_instance_type: t2.micro | ||
ec2_instance_tag_TestId: "{{ resource_prefix }}-cpu-options" |
2 changes: 1 addition & 1 deletion
2
tests/integration/targets/ec2_instance_default_vpc_tests/defaults/main.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
--- | ||
# defaults file for ec2_instance_default_vpc | ||
ec2_instance_type: t3.micro | ||
ec2_instance_type: t2.micro | ||
ec2_instance_tag_TestId: "{{ resource_prefix }}-default-vpc" |
2 changes: 1 addition & 1 deletion
2
tests/integration/targets/ec2_instance_ebs_optimized/defaults/main.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
--- | ||
# defaults file for ec2_instance_ebs_optimized | ||
ec2_instance_type: t3.micro | ||
ec2_instance_type: t2.micro | ||
ec2_instance_tag_TestId: "{{ resource_prefix }}-ebs-optimized" |
2 changes: 1 addition & 1 deletion
2
tests/integration/targets/ec2_instance_iam_instance_role/defaults/main.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/integration/targets/ec2_instance_instance_minimal/defaults/main.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
--- | ||
# defaults file for ec2_instance_minimal | ||
ec2_instance_type: t3.micro | ||
ec2_instance_type: t2.micro | ||
ec2_instance_tag_TestId: "{{ resource_prefix }}-instance-minimal" |
2 changes: 1 addition & 1 deletion
2
tests/integration/targets/ec2_instance_instance_multiple/defaults/main.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
--- | ||
# defaults file for ec2_instance_multiple | ||
ec2_instance_type: t3.micro | ||
ec2_instance_type: t2.micro | ||
ec2_instance_tag_TestId: "{{ resource_prefix }}-instance-multiple" |
2 changes: 1 addition & 1 deletion
2
tests/integration/targets/ec2_instance_instance_no_wait/defaults/main.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
--- | ||
# defaults file for ec2_instance_no_wait | ||
ec2_instance_type: t3.micro | ||
ec2_instance_type: t2.micro | ||
ec2_instance_tag_TestId: "{{ resource_prefix }}-instance-no-wait" |
2 changes: 1 addition & 1 deletion
2
tests/integration/targets/ec2_instance_license_specifications/defaults/main.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
# defaults file for ec2_instance_block_devices | ||
ec2_instance_type: t3.micro | ||
ec2_instance_type: t2.micro | ||
ec2_instance_tag_TestId: "{{ resource_prefix }}-license-specifications" | ||
ec2_host_resource_group_arn: arn:aws:resource-groups:{{ aws_region }}:123456789012:group/{{ resource_prefix }}-resource-group | ||
ec2_license_configuration_arn: arn:aws:license-manager:{{ aws_region }}:123456789012:license-configuration:lic-0123456789 |
2 changes: 1 addition & 1 deletion
2
tests/integration/targets/ec2_instance_metadata_options/defaults/main.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
--- | ||
# defaults file for ec2_instance_metadata_options | ||
ec2_instance_type: t3.micro | ||
ec2_instance_type: t2.micro | ||
ec2_instance_tag_TestId: "{{ resource_prefix }}-instance-metadata" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/integration/targets/ec2_instance_security_group/defaults/main.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
--- | ||
# defaults file for ec2_instance_security_group | ||
ec2_instance_type: t3.micro | ||
ec2_instance_type: t2.micro | ||
ec2_instance_tag_TestId: "{{ resource_prefix }}-instance-sg" |
2 changes: 1 addition & 1 deletion
2
tests/integration/targets/ec2_instance_state_config_updates/defaults/main.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
--- | ||
# defaults file for ec2_instance_state_config_updates | ||
ec2_instance_type: t3.micro | ||
ec2_instance_type: t2.micro | ||
ec2_instance_tag_TestId: "{{ resource_prefix }}-state-config-updates" |
2 changes: 1 addition & 1 deletion
2
tests/integration/targets/ec2_instance_tags_and_vpc_settings/defaults/main.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
--- | ||
# defaults file for ec2_instance_tags_and_vpc_settings | ||
ec2_instance_type: t3.micro | ||
ec2_instance_type: t2.micro | ||
ec2_instance_tag_TestId: "{{ resource_prefix }}-instance-tags-vpc" |
2 changes: 1 addition & 1 deletion
2
tests/integration/targets/ec2_instance_termination_protection/defaults/main.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
--- | ||
# defaults file for ec2_instance_termination_protection | ||
ec2_instance_type: t3.micro | ||
ec2_instance_type: t2.micro | ||
ec2_instance_tag_TestId: "{{ resource_prefix }}-instance-temination" |
2 changes: 1 addition & 1 deletion
2
tests/integration/targets/ec2_instance_uptime/defaults/main.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
--- | ||
# defaults file for ec2_instance_uptime | ||
ec2_instance_type: t3.micro | ||
ec2_instance_type: t2.micro | ||
ec2_instance_tag_TestId: "{{ resource_prefix }}-instance-uptime" |