Open MickSheppardWB opened 1 year ago
Voting for Prioritization
Volunteering to Work on This Issue
Hi I can pick this up
Hi 👋 , @justinretzolk. As far as I have seen in past PRs, this issue has not yet been implemented. So, I work on this ticket.
Description
AWS service catalog tag options are unique key, value pairs. In order to be able to effectively use these across multiple workspaces it is necessary to be able to lookup the associated id of the tag option to assign it to a product or portfolio. This is not possible at present as there is no data source associated with the service catalog tag options.
The enhancement is to implement this.
The data source would return:
id
- Identifier (e.g., tag-pjtvagohlyo3m).owner_id
- AWS account ID of the owner account that created the tag option.Affected Resource(s) and/or Data Source(s)
data aws_servicecatalog_tag_option
Potential Terraform Configuration
References
No response
Would you like to implement a fix?
No