-
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 appconfig_configuration_profile #19320
feat: add appconfig_configuration_profile #19320
Conversation
To avoid the following error. ``` Error: Error creating AppConfig ConfigurationProfile: InvalidParameter: 1 validation error(s) found. - minimum field size of 20, CreateConfigurationProfileInput.RetrievalRoleArn. ```
CI was failed. I'll check.
|
Renamed 876c4be testAccAWSAppConfigApplicationName => testAccAWSAppConfigApplicationConfigDescription |
Nice, thanks @suzuki-shunsuke! -- looked related to the method name change I introduced but that should do it 👍 I'm going to give this one a read through, and will merge this one as well. If you don't mind, could you rebase your other draft PRs when you have a moment so we can get those in as well :) |
I'm running the acceptance test.
|
The acceptance test was passed. Please review. |
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 great overall @suzuki-shunsuke ! I'm just adding in a commit to add default tags support (using the data stored in meta.(*AWSClient).DefaultTagsConfig
) and similar updates to #19307 .
Output of acceptance tests (commercial):
--- PASS: TestAccAWSAppConfigConfigurationProfile_disappears (15.89s)
--- PASS: TestAccAWSAppConfigConfigurationProfile_basic (18.92s)
--- PASS: TestAccAWSAppConfigConfigurationProfile_updateName (30.77s)
--- PASS: TestAccAWSAppConfigConfigurationProfile_updateDescription (33.42s)
--- PASS: TestAccAWSAppConfigConfigurationProfile_Tags (40.95s)
--- PASS: TestAccAWSAppConfigConfigurationProfile_Validators_Multiple (41.04s)
--- PASS: TestAccAWSAppConfigConfigurationProfile_Validators_JSON (42.83s)
GovCloud:
--- PASS: TestAccAWSAppConfigConfigurationProfile_disappears (19.19s)
--- PASS: TestAccAWSAppConfigConfigurationProfile_basic (22.68s)
--- PASS: TestAccAWSAppConfigConfigurationProfile_updateName (37.49s)
--- PASS: TestAccAWSAppConfigConfigurationProfile_updateDescription (39.54s)
--- PASS: TestAccAWSAppConfigConfigurationProfile_Validators_Multiple (46.53s)
--- PASS: TestAccAWSAppConfigConfigurationProfile_Tags (49.32s)
--- PASS: TestAccAWSAppConfigConfigurationProfile_Validators_JSON (52.54s)
--- PASS: TestAccAWSAppConfigConfigurationProfile_Validators_Lambda (54.22s)
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 #19307
Output from acceptance testing:
This adds
aws_appconfig_configuration_profile
to #19307 to support AWS AppConfig Configuration Profile.