Closed ajays-y closed 7 months ago
Voting for Prioritization
Volunteering to Work on This Issue
Just now tested using secret manager role arn as value to location_uri, it seems to be working, would be good if added to official docs.
resource "aws_appconfig_configuration_profile" "example" {
name = "example"
application_id =
I'm going to lock this issue 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 similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
Add support for secretamanger integration in location_uri for AWS Appconfig Configuartion profile
location_uri
New configuration source is added for freeform configuration profile, requesting to provide option to use same with terraform under location_uri parameter.
Affected Resource(s) and/or Data Source(s)
Resource: aws_appconfig_configuration_profile
Potential Terraform Configuration
References
No response
Would you like to implement a fix?
None