-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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 aws_appfabric_app_bundle resource #37542
Conversation
Community NoteVoting for Prioritization
For Submitters
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Welcome @walkoaw 👋
It looks like this is your first Pull Request submission to the Terraform AWS Provider! If you haven’t already done so please make sure you have checked out our CONTRIBUTOR guide and FAQ to make sure your contribution is adhering to best practice and has all the necessary elements in place for a successful approval.
Also take a look at our FAQ which details how we prioritize Pull Requests for inclusion.
Thanks again, and welcome to the community! 😃
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good Code, well done. Some minor edits required.
Also -- need 2 more files one is for change log and another for documentation - you can check the contributor guide for the same.
Thank you for your contribution! 🚀 A new usage of AWS SDK for Go V1 was detected. Please prefer AWS SDK for Go V2 for all net-new services. If this is an enhancement or bug fix to an existing AWS SDK Go V1 based resource, this comment can be safely ignored. For additional information refer to the AWS SDK for Go Versions page in the contributor guide. |
All comments have been addressed and documentation has been added. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good . Some minor edits required
- As you have an optional field like
"customer_managed_key_identifier": schema.StringAttribute{ Optional: true, },
then you need a test for the same. - You need a couple of additional tests for tags.
# Conflicts: # internal/service/appfabric/service_package_gen.go
… Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below]'.
…h a single newline character'.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀.
% AWS_DEFAULT_REGION=us-east-1 make testacc TESTARGS='-run=TestAccAppFabric_serial' PKG=appfabric
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.2 test ./internal/service/appfabric/... -v -count 1 -parallel 20 -run=TestAccAppFabric_serial -timeout 360m
=== RUN TestAccAppFabric_serial
=== PAUSE TestAccAppFabric_serial
=== CONT TestAccAppFabric_serial
=== RUN TestAccAppFabric_serial/AppBundle
=== RUN TestAccAppFabric_serial/AppBundle/cmk
=== RUN TestAccAppFabric_serial/AppBundle/tags
=== RUN TestAccAppFabric_serial/AppBundle/basic
=== RUN TestAccAppFabric_serial/AppBundle/disappears
--- PASS: TestAccAppFabric_serial (119.61s)
--- PASS: TestAccAppFabric_serial/AppBundle (119.61s)
--- PASS: TestAccAppFabric_serial/AppBundle/cmk (27.74s)
--- PASS: TestAccAppFabric_serial/AppBundle/tags (44.31s)
--- PASS: TestAccAppFabric_serial/AppBundle/basic (22.68s)
--- PASS: TestAccAppFabric_serial/AppBundle/disappears (24.88s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/appfabric 124.117s
@walkoaw Thanks for the contribution 🎉 👏. |
@ewbankkit Thank you for your assistance on the final review and edits! |
This functionality has been released in v5.54.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! |
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. |
Description
This PR adds a resource for aws_appfabric_appbundle
Relations
Relates #34549
References
AppFabric AppBundle Docs
Output from Acceptance Testing