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

AWS Mainframe Modernisation Service Deployment Resource #35408

Merged
merged 157 commits into from
Mar 25, 2024

Conversation

drewtul
Copy link
Contributor

@drewtul drewtul commented Jan 19, 2024

Description

Add resource to manage AWS Mainframe Modernisation Service Deployment resources.

Relations

Closes #35311.
Closes #35399.
Closes #35324.
Closes #35379.

Output from Acceptance Testing

 % make testacc TESTS=TestAccM2Deployment_ PKG=m2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/m2/... -v -count 1 -parallel 20 -run='TestAccM2Deployment_'  -timeout 360m
=== RUN   TestAccM2Deployment_basic
=== PAUSE TestAccM2Deployment_basic
=== RUN   TestAccM2Deployment_nostart
=== PAUSE TestAccM2Deployment_nostart
=== RUN   TestAccM2Deployment_update
=== PAUSE TestAccM2Deployment_update
=== RUN   TestAccM2Deployment_disappears
=== PAUSE TestAccM2Deployment_disappears
=== CONT  TestAccM2Deployment_basic
=== CONT  TestAccM2Deployment_disappears
=== CONT  TestAccM2Deployment_update
=== CONT  TestAccM2Deployment_nostart
--- PASS: TestAccM2Deployment_disappears (2646.15s)
--- PASS: TestAccM2Deployment_nostart (2837.60s)
--- PASS: TestAccM2Deployment_update (2839.85s)
--- PASS: TestAccM2Deployment_basic (3021.06s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/m2 3027.652s

...

drewtul and others added 30 commits January 10, 2024 22:53
% make testacc TESTARGS='-run=TestAccM2Application_' PKG=m2 ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.21.8 test ./internal/service/m2/... -v -count 1 -parallel 2  -run=TestAccM2Application_ -timeout 360m
=== RUN   TestAccM2Application_basic
=== PAUSE TestAccM2Application_basic
=== RUN   TestAccM2Application_disappears
=== PAUSE TestAccM2Application_disappears
=== RUN   TestAccM2Application_tags
=== PAUSE TestAccM2Application_tags
=== RUN   TestAccM2Application_full
=== PAUSE TestAccM2Application_full
=== RUN   TestAccM2Application_update
=== PAUSE TestAccM2Application_update
=== CONT  TestAccM2Application_basic
=== CONT  TestAccM2Application_full
--- PASS: TestAccM2Application_basic (35.77s)
=== CONT  TestAccM2Application_update
--- PASS: TestAccM2Application_full (37.77s)
=== CONT  TestAccM2Application_tags
--- PASS: TestAccM2Application_update (73.73s)
=== CONT  TestAccM2Application_disappears
--- PASS: TestAccM2Application_tags (103.42s)
--- PASS: TestAccM2Application_disappears (50.82s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/m2	171.607s
# Conflicts:
#	internal/service/m2/application.go
#	internal/service/m2/application_test.go
#	internal/service/m2/export_test.go
#	internal/service/m2/service_package_gen.go
% make testacc TESTARGS='-run=TestAccM2Deployment_basic' PKG=m2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.21.8 test ./internal/service/m2/... -v -count 1 -parallel 20  -run=TestAccM2Deployment_basic -timeout 360m
=== RUN   TestAccM2Deployment_basic
=== PAUSE TestAccM2Deployment_basic
=== CONT  TestAccM2Deployment_basic
--- PASS: TestAccM2Deployment_basic (2728.86s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/m2	2739.670s
@github-actions github-actions bot added service/elbv2 Issues and PRs that pertain to the elbv2 service. service/mediapackage Issues and PRs that pertain to the mediapackage service. service/timestreamwrite Issues and PRs that pertain to the timestreamwrite service. labels Mar 25, 2024
Copy link
Contributor

@ewbankkit ewbankkit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀.

% make testacc TESTARGS='-run=TestAccM2Environment_basic' PKG=m2 ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.21.8 test ./internal/service/m2/... -v -count 1 -parallel 2  -run=TestAccM2Environment_basic -timeout 360m
=== RUN   TestAccM2Environment_basic
=== PAUSE TestAccM2Environment_basic
=== CONT  TestAccM2Environment_basic
--- PASS: TestAccM2Environment_basic (393.63s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/m2	404.690s
% make testacc TESTARGS='-run=TestAccM2Environment_disappears\|TestAccM2Environment_tags' PKG=m2 ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.21.8 test ./internal/service/m2/... -v -count 1 -parallel 2  -run=TestAccM2Environment_disappears\|TestAccM2Environment_tags -timeout 360m
=== RUN   TestAccM2Environment_disappears
=== PAUSE TestAccM2Environment_disappears
=== RUN   TestAccM2Environment_tags
=== PAUSE TestAccM2Environment_tags
=== CONT  TestAccM2Environment_disappears
=== CONT  TestAccM2Environment_tags
--- PASS: TestAccM2Environment_disappears (420.21s)
--- PASS: TestAccM2Environment_tags (617.54s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/m2	628.780s
% make testacc TESTARGS='-run=TestAccM2Environment_fsx\|TestAccM2Environment_efs' PKG=m2 ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.21.8 test ./internal/service/m2/... -v -count 1 -parallel 2  -run=TestAccM2Environment_fsx\|TestAccM2Environment_efs -timeout 360m
=== RUN   TestAccM2Environment_efs
=== PAUSE TestAccM2Environment_efs
=== RUN   TestAccM2Environment_fsx
=== PAUSE TestAccM2Environment_fsx
=== CONT  TestAccM2Environment_efs
=== CONT  TestAccM2Environment_fsx
--- PASS: TestAccM2Environment_efs (522.91s)
--- PASS: TestAccM2Environment_fsx (1162.30s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/m2	930.301s
% make testacc TESTARGS='-run=TestAccM2Application_' PKG=m2 ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.21.8 test ./internal/service/m2/... -v -count 1 -parallel 2  -run=TestAccM2Application_ -timeout 360m
=== RUN   TestAccM2Application_basic
=== PAUSE TestAccM2Application_basic
=== RUN   TestAccM2Application_disappears
=== PAUSE TestAccM2Application_disappears
=== RUN   TestAccM2Application_tags
=== PAUSE TestAccM2Application_tags
=== RUN   TestAccM2Application_full
=== PAUSE TestAccM2Application_full
=== RUN   TestAccM2Application_update
=== PAUSE TestAccM2Application_update
=== CONT  TestAccM2Application_basic
=== CONT  TestAccM2Application_full
--- PASS: TestAccM2Application_basic (35.77s)
=== CONT  TestAccM2Application_update
--- PASS: TestAccM2Application_full (37.77s)
=== CONT  TestAccM2Application_tags
--- PASS: TestAccM2Application_update (73.73s)
=== CONT  TestAccM2Application_disappears
--- PASS: TestAccM2Application_tags (103.42s)
--- PASS: TestAccM2Application_disappears (50.82s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/m2	171.607s
% make testacc TESTARGS='-run=TestAccM2Deployment_basic' PKG=m2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.21.8 test ./internal/service/m2/... -v -count 1 -parallel 20  -run=TestAccM2Deployment_basic -timeout 360m
=== RUN   TestAccM2Deployment_basic
=== PAUSE TestAccM2Deployment_basic
=== CONT  TestAccM2Deployment_basic
--- PASS: TestAccM2Deployment_basic (2728.86s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/m2	2739.670s
% make testacc TESTARGS='-run=TestAccM2Deployment_disappears\|TestAccM2Deployment_nostart\|TestAccM2Deployment_update' PKG=m2 ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.21.8 test ./internal/service/m2/... -v -count 1 -parallel 2  -run=TestAccM2Deployment_disappears\|TestAccM2Deployment_nostart\|TestAccM2Deployment_update -timeout 360m
=== RUN   TestAccM2Deployment_disappears
=== PAUSE TestAccM2Deployment_disappears
=== RUN   TestAccM2Deployment_nostart
=== PAUSE TestAccM2Deployment_nostart
=== RUN   TestAccM2Deployment_update
=== PAUSE TestAccM2Deployment_update
=== CONT  TestAccM2Deployment_disappears
=== CONT  TestAccM2Deployment_update
--- PASS: TestAccM2Deployment_disappears (2688.06s)
=== CONT  TestAccM2Deployment_nostart
--- PASS: TestAccM2Deployment_update (3382.17s)
--- PASS: TestAccM2Deployment_nostart (3186.71s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/m2	5886.489s

@ewbankkit ewbankkit merged commit f17e58a into hashicorp:main Mar 25, 2024
44 checks passed
@ewbankkit
Copy link
Contributor

@drewtul @meetreks Thanks for the contribution 🎉 👏.

@github-actions github-actions bot added this to the v5.43.0 milestone Mar 25, 2024
@drewtul drewtul deleted the f-mainframe-deployment-resource branch March 27, 2024 21:01
@github-actions github-actions bot removed the prioritized Part of the maintainer teams immediate focus. To be addressed within the current quarter. label Mar 28, 2024
Copy link

This functionality has been released in v5.43.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Introduces or discusses updates to documentation. generators Relates to code generators. new-resource Introduces a new resource. partner Contribution from a partner. service/elbv2 Issues and PRs that pertain to the elbv2 service. service/m2 Issues and PRs that pertain to the m2 service. service/mediapackage Issues and PRs that pertain to the mediapackage service. service/timestreamwrite Issues and PRs that pertain to the timestreamwrite service. size/XL Managed by automation to categorize the size of a PR. tags Pertains to resource tagging. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[New]: f-aws_m2_environment
4 participants