-
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
feat: add aws_appconfig_application and aws_appconfig_environment #19307
feat: add aws_appconfig_application and aws_appconfig_environment #19307
Conversation
… feat/appconfig_environment-2
#16796 https://github.com/hashicorp/terraform-provider-aws/pull/19307/checks?check_run_id=2554016542 ``` Calling `d.SetId("")` should ensure `!d.IsNewResource()` is checked first ```
Please remove unrelated labels. #19307 (comment)
And please review. |
Hi @suzuki-shunsuke, thank you for this PR and carrying over the work from #18032! Overall, this looks really great 👍 I'm going to add in a commit to add support for default tags, extra test coverage, and update the documentation accordingly to get this merged in and released with our next milestone. Output of acceptance tests:
|
* Update documentation * Add test coverage for resource updates * refactor expand/flatten methods
This functionality has been released in v3.50.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. |
Community Note
Relates #11973 #18032 #19320
Output from acceptance testing:
This includes #18032 because
aws_appconfig_application
is required for acceptance tests ofaws_appconfig_environment
.This fixes some lint errors of #18032 too. fd94cb2 b47ccb6
This pull request adds
aws_appconfig_application
andaws_appconfig_environment
to support AppConfig Application and AppConfig Environment.