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
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.
Uh oh!
There was an error while loading. Please reload this page.
Description
module contains multiple outputs and policies that has hardcoded aws partition in them
#670 list's all affected resources
Before you submit an issue, please perform the following first:
.terraform
directory (! ONLY if state is stored remotely, which hopefully you are following that best practice!):rm -rf .terraform/
terraform init
Versions
Module version [Required]:
Terraform version:
Terraform v1.11.1
Steps to reproduce the behavior:
Expected behavior
partition in policies and outputs should be same as aws account partition (for ex: for china its
aws-cn
)Actual behavior
partition is hardcoded to
aws
The text was updated successfully, but these errors were encountered: