diff --git a/iac-template/terraform-hcl-standard/aws-cloud/config/accounts/bootstrap.yaml b/iac-template/terraform-hcl-standard/aws-cloud/config/accounts/bootstrap.yaml index c7ef8932..ff5f81c8 100644 --- a/iac-template/terraform-hcl-standard/aws-cloud/config/accounts/bootstrap.yaml +++ b/iac-template/terraform-hcl-standard/aws-cloud/config/accounts/bootstrap.yaml @@ -5,11 +5,11 @@ account_name: xzerolab account_id: 950604983695 state: - bucket_name: xzerolab-iac-state - dynamodb_table_name: xzerolab-iac-state-dynamodb-lock + bucket_name: aws-cloud-iac-state + dynamodb_table_name: aws-cloud-iac-state-dynamodb-lock iam: - role_name: XzerolabTerraformDeployRole + role_name: IacDeployRole terraform_user_name: github-ci-runner tags: diff --git a/iac-template/terraform-hcl-standard/aws-cloud/config/accounts/dev-landingzone.yaml b/iac-template/terraform-hcl-standard/aws-cloud/config/accounts/dev-landingzone.yaml index 1adc8023..f87f2e3c 100644 --- a/iac-template/terraform-hcl-standard/aws-cloud/config/accounts/dev-landingzone.yaml +++ b/iac-template/terraform-hcl-standard/aws-cloud/config/accounts/dev-landingzone.yaml @@ -1,5 +1,5 @@ region: "ap-northeast-1" -account_id: "730335654753" +account_id: "950604983695" landingzone: console_mode: "readonly" # 可选:deny / readonly diff --git a/iac-template/terraform-hcl-standard/aws-cloud/config/accounts/dev.yaml b/iac-template/terraform-hcl-standard/aws-cloud/config/accounts/dev.yaml index 937624c8..9a4d08c2 100644 --- a/iac-template/terraform-hcl-standard/aws-cloud/config/accounts/dev.yaml +++ b/iac-template/terraform-hcl-standard/aws-cloud/config/accounts/dev.yaml @@ -1,19 +1,19 @@ -account_id: "730335654753" # 目前单账号 +account_id: 950604983695 name: dev environment: dev region: ap-northeast-1 -role_to_assume: "arn:aws:iam::730335654753:role/TerraformDeployRole-Dev" +role_to_assume: "arn:aws:iam::950604983695:role/IacDeployRole" logging_bucket: org-dev-logs -shared_vpc_account: "730335654753" # 单账号,所以保持一致 +shared_vpc_account: "950604983695" # 单账号,所以保持一致 tags: Environment: dev Owner: Platform CostCenter: "DEV" - Project: "modern-container-app" + Project: CloudNeutral backend: - bucket: svc-plus-iac-state - dynamodb_table: svc-plus-iac-state-dynamodb-lock + bucket: aws-cloud-iac-state + dynamodb_table: aws-cloud-iac-state-dynamodb-lock