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

resource/aws_m2_environment: Add Mainframe Modernization Environment resource #35311

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
0b34fbf
Initial pass at m2 service environment resource
drewtul Jan 10, 2024
c515493
Initial pass on docs
drewtul Jan 11, 2024
2061c98
Fix doc issues, break tests up so basic test is minimal as possible
drewtul Jan 11, 2024
2a29453
Missing example param in docs
drewtul Jan 11, 2024
2183b89
Merge branch 'f-mainframe-service-client' into f-mainframe-environmen…
drewtul Jan 11, 2024
587b7cd
Test update and fixes
drewtul Jan 11, 2024
58ec004
Add force_update
drewtul Jan 11, 2024
220924b
Merge branch 'f-mainframe-service-client' into f-mainframe-environmen…
drewtul Jan 15, 2024
2cc3aac
Add changelog entry
drewtul Jan 15, 2024
ed51d73
Fix formatting of terraform in tests
drewtul Jan 15, 2024
05280d3
Fix blank lines in docs
drewtul Jan 15, 2024
715efc3
Fix hcl formatting in docs
drewtul Jan 15, 2024
0c4066d
Fix hcl formatting in docs
drewtul Jan 15, 2024
cf27fd8
Fix test resource formatting
drewtul Jan 15, 2024
3014e15
Remove trailing spaces in test hcl
drewtul Jan 15, 2024
3864f04
Fix more formatting in tests now it parses
drewtul Jan 15, 2024
f66e119
Remove trailing spaces in test hcl
drewtul Jan 15, 2024
872cc3b
Remove trailing spaces in test hcl
drewtul Jan 15, 2024
8018f1a
Fix import check failing
drewtul Jan 15, 2024
adda841
Fix linting warnings
drewtul Jan 15, 2024
e1404da
Remove trailing empty lines
drewtul Jan 15, 2024
f618bea
Fix naming and adjust default timeouts in docs to match code.
drewtul Jan 15, 2024
76082c6
Merge branch 'main' of github.com:hashicorp/terraform-provider-aws in…
drewtul Jan 16, 2024
5eaade5
Migrate to framework from old SDK.
drewtul Jan 17, 2024
d9ae753
Actually send desired capacity in update if changed.
drewtul Jan 17, 2024
8f5b244
Merge branch 'main' of github.com:hashicorp/terraform-provider-aws in…
drewtul Jan 17, 2024
6ca4f77
Fix imports
drewtul Jan 17, 2024
491780d
Fix caps on FSX/EFS
drewtul Jan 17, 2024
0d9d774
Missing blank line
drewtul Jan 17, 2024
bbe17d8
FSX -> Fsx
drewtul Jan 17, 2024
27cd942
Tags not being set correctly.
drewtul Jan 17, 2024
dd3d4bb
Fsx should be FSx
drewtul Jan 18, 2024
9c8cab9
Merge branch 'main' of github.com:hashicorp/terraform-provider-aws in…
drewtul Feb 6, 2024
37973b4
Merge branch 'main' of github.com:hashicorp/terraform-provider-aws in…
drewtul Feb 6, 2024
1534673
Merge branch 'f-mainframe-environment-resource' of github.com:drewtul…
drewtul Feb 6, 2024
d961826
tweaks on review comments, add more tests
drewtul Feb 21, 2024
4b2bc2c
Merge branch 'main' of github.com:hashicorp/terraform-provider-aws in…
drewtul Feb 21, 2024
e35814b
Merge branch 'f-mainframe-environment-resource' of github.com:drewtul…
drewtul Feb 21, 2024
622d245
fmt test tf
drewtul Feb 21, 2024
fe52719
Replace EndpointID with ServiceID
drewtul Feb 21, 2024
dc9bebd
Whitespace
drewtul Feb 21, 2024
c1fa4a2
Use correct constant
drewtul Feb 21, 2024
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
3 changes: 3 additions & 0 deletions .changelog/35311.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
aws_m2_environment
```
Loading
Loading