Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Attribute Based Instance-type Selection support to EC2 Launch Templates #24543

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
e9cb451
launch_template: add tests for 'instance_requirements'
cjerad May 4, 2022
9551df4
launch_template: add schema for 'instance_requirements'
cjerad May 4, 2022
c47a3c1
launch_template: add expand functions to 'instance_requirements'
cjerad May 4, 2022
59a9e79
launch_template: add flatten functions for 'instance_requirements'
cjerad May 4, 2022
1360849
launch_template: add docs for 'instance_requirements'
cjerad May 4, 2022
cbcc4c2
launch_template: add changelog entry
cjerad May 4, 2022
d0b3ef7
fix: value alignment linter error
cjerad May 4, 2022
b65c2a5
fix: markdown linter errors
cjerad May 4, 2022
621b392
Tweak CHANGELOG entry.
ewbankkit May 8, 2022
c9c57e5
r/aws_launch_template: Tidy up 'instance_requirements' expanders.
ewbankkit May 9, 2022
b9f6594
'floatGreaterThan' -> 'verify.FloatGreaterThan'.
ewbankkit May 9, 2022
94c92ab
r/aws_launch_template: Tidy up 'instance_requirements' flatteners.
ewbankkit May 9, 2022
8d7a42f
Add 'ConflictsWith' for 'instance_requirements' and 'instance_type'.
ewbankkit May 9, 2022
f583d81
Merge branch 'main' into HEAD
ewbankkit May 9, 2022
134f4a8
'acctest.Providers' -> 'acctest.ProviderFactories'.
ewbankkit May 9, 2022
f642f98
Slight tweak to 'testAccLaunchTemplateConfig_instanceRequirements'.
ewbankkit May 9, 2022
8f4e434
r/aws_launch_template: 'instance_requirements.memory_mib.min' and 'in…
ewbankkit May 9, 2022
16d314d
Use 'resource.TestCheckTypeSetElemAttr' when checking 'instance_requi…
ewbankkit May 9, 2022
b38c66c
d/aws_launch_template: Add 'instance_requirements' attribute.
ewbankkit May 9, 2022
e0140bb
Test 'instance_requirements.#' value in 'TestAccEC2LaunchTemplate_bas…
ewbankkit May 9, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changelog/24543.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
```release-note:enhancement
resource/aws_launch_template: Add `instance_requirements` argument
```

```release-note:enhancement
data-source/aws_launch_template: Add `instance_requirements` attribute
```
Loading