## Description module contains multiple outputs and policies that has hardcoded aws partition in them #670 list's all affected resources - [x] ✋ I have searched the open/closed issues and my issue is not listed. ## ⚠️ Note Before you submit an issue, please perform the following first: 1. Remove the local `.terraform` directory (! ONLY if state is stored remotely, which hopefully you are following that best practice!): `rm -rf .terraform/` 2. Re-initialize the project root to pull down modules: `terraform init` 3. Re-attempt your terraform plan or apply and check if the issue still persists ## Versions - Module version [Required]: - Terraform version: <!-- Execute terraform -version --> Terraform v1.11.1 - Provider version(s): + provider registry.terraform.io/hashicorp/aws v5.94.0 Steps to reproduce the behavior: 1. deploy module example in china region ## 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` <!-- A clear and concise description of what actually happened -->