You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @benfortuna thanks for reporting this! You are correct that we should be able to get the ARN from the AWS API/SDK and have Terraform know about it. I will implement a pull request for this shortly.
When creating a
code_commit_trigger
adestination_arn
is required:https://www.terraform.io/docs/providers/aws/r/code_commit_trigger.html#destination_arn
In the case of a
codepipeline
the destination is the ARN of the pipeline, however Terraform AWS Provider doesn't appear to provide this.NOTE the arn is available in metadata via aws cli:
Many thanks.
The text was updated successfully, but these errors were encountered: