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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
CodePipelines allows for cross-region deploys but this cannot be set via Terraform. My use case is initiating a deploy stage from a CodePipeline in us-east-2 to an ECS Fargate cluster in us-east-1.
However, the current aws_codepipeline resource documentation, does not have an argument reference for region.
This is not a blocking issue as it can easily be remedied in the console. Even so, it would be nice to have the ability to set region for cross-region deploys within the code itself.
Community Note
Description
CodePipelines allows for cross-region deploys but this cannot be set via Terraform. My use case is initiating a deploy stage from a CodePipeline in us-east-2 to an ECS Fargate cluster in us-east-1.
In the AWS CodePipeline docs, Add a Cross-Region Action in CodePipeline, the region can be set programatically in CloudFormation JSON:
However, the current aws_codepipeline resource documentation, does not have an argument reference for
region
.This is not a blocking issue as it can easily be remedied in the console. Even so, it would be nice to have the ability to set region for cross-region deploys within the code itself.
New or Affected Resource(s)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: