There is a terraform resource for creating a servicecatalog service action 'aws_servicecatalog_service_action' but there is no resource for associating the service action with a provisioning artifact. Service Action has no use in itself unless associated with a provisioning artifact. Can we have a new resource for associating a service action with a provisioning artifact?
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Volunteering to Work on This Issue
If you are interested in working on this issue, please leave a comment.
If this would be your first contribution, please review the contribution guide.
Description
There is a terraform resource for creating a servicecatalog service action 'aws_servicecatalog_service_action' but there is no resource for associating the service action with a provisioning artifact. Service Action has no use in itself unless associated with a provisioning artifact. Can we have a new resource for associating a service action with a provisioning artifact?
Requested Resource(s) and/or Data Source(s)
aws_servicecatalog_service_action_association
Potential Terraform Configuration
References
AWS SDK Documentation: https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/servicecatalog#AssociateServiceActionWithProvisioningArtifactInput
AWS CLI Documentation: https://awscli.amazonaws.com/v2/documentation/api/latest/reference/servicecatalog/associate-service-action-with-provisioning-artifact.html
Would you like to implement a fix?
None