diff --git a/modules/folder/README.md b/modules/folder/README.md index 1e5d449f..2efb626b 100644 --- a/modules/folder/README.md +++ b/modules/folder/README.md @@ -233,7 +233,7 @@ module "bucket" { module "destination-project" { source = "./fabric/modules/project" - name = "dest-project" + name = "dest-prj" billing_account = var.billing_account_id parent = var.folder_id prefix = var.prefix diff --git a/modules/organization/README.md b/modules/organization/README.md index a089fff0..b21277a0 100644 --- a/modules/organization/README.md +++ b/modules/organization/README.md @@ -295,7 +295,7 @@ module "bucket" { module "destination-project" { source = "./fabric/modules/project" - name = "dest-project" + name = "dest-prj" billing_account = var.billing_account_id parent = var.folder_id prefix = var.prefix diff --git a/modules/project/README.md b/modules/project/README.md index ea3e8166..d566445d 100644 --- a/modules/project/README.md +++ b/modules/project/README.md @@ -563,7 +563,7 @@ module "bucket" { module "destination-project" { source = "./fabric/modules/project" - name = "dest-project" + name = "dest-prj" billing_account = var.billing_account_id parent = var.folder_id prefix = var.prefix diff --git a/tests/modules/folder/examples/logging.yaml b/tests/modules/folder/examples/logging.yaml index c6c7349a..0994641c 100644 --- a/tests/modules/folder/examples/logging.yaml +++ b/tests/modules/folder/examples/logging.yaml @@ -39,14 +39,14 @@ values: billing_account: 123456-123456-123456 folder_id: '1122334455' labels: null - name: test-dest-project + name: test-dest-prj org_id: null - project_id: test-dest-project + project_id: test-dest-prj skip_delete: false module.destination-project.google_project_service.project_services["logging.googleapis.com"]: disable_dependent_services: false disable_on_destroy: false - project: test-dest-project + project: test-dest-prj service: logging.googleapis.com module.folder-sink.google_bigquery_dataset_iam_member.bq-sinks-binding["info"]: condition: [] @@ -61,7 +61,7 @@ values: name: no-gce-instances module.folder-sink.google_logging_folder_sink.sink["alert"]: description: alert (Terraform-managed). - destination: logging.googleapis.com/projects/test-dest-project + destination: logging.googleapis.com/projects/test-dest-prj disabled: false exclusions: [] filter: severity=ALERT @@ -109,7 +109,7 @@ values: role: roles/logging.bucketWriter module.folder-sink.google_project_iam_member.project-sinks-binding["alert"]: condition: [] - project: test-dest-project + project: test-dest-prj role: roles/logging.logWriter module.folder-sink.google_pubsub_topic_iam_member.pubsub-sinks-binding["notice"]: condition: [] diff --git a/tests/modules/organization/examples/logging.yaml b/tests/modules/organization/examples/logging.yaml index c4f10044..24f163a3 100644 --- a/tests/modules/organization/examples/logging.yaml +++ b/tests/modules/organization/examples/logging.yaml @@ -39,14 +39,14 @@ values: billing_account: 123456-123456-123456 folder_id: '1122334455' labels: null - name: test-dest-project + name: test-dest-prj org_id: null - project_id: test-dest-project + project_id: test-dest-prj skip_delete: false module.destination-project.google_project_service.project_services["logging.googleapis.com"]: disable_dependent_services: false disable_on_destroy: false - project: test-dest-project + project: test-dest-prj service: logging.googleapis.com module.gcs.google_storage_bucket.bucket: autoclass: @@ -80,7 +80,7 @@ values: org_id: '1122334455' module.org.google_logging_organization_sink.sink["alert"]: description: alert (Terraform-managed). - destination: logging.googleapis.com/projects/test-dest-project + destination: logging.googleapis.com/projects/test-dest-prj disabled: false exclusions: [] filter: severity=ALERT @@ -133,7 +133,7 @@ values: role: roles/logging.bucketWriter module.org.google_project_iam_member.project-sinks-binding["alert"]: condition: [] - project: test-dest-project + project: test-dest-prj role: roles/logging.logWriter module.org.google_pubsub_topic_iam_member.pubsub-sinks-binding["notice"]: condition: [] diff --git a/tests/modules/project/examples/logging.yaml b/tests/modules/project/examples/logging.yaml index 1bdaa509..5eeac3e2 100644 --- a/tests/modules/project/examples/logging.yaml +++ b/tests/modules/project/examples/logging.yaml @@ -39,14 +39,14 @@ values: billing_account: 123456-123456-123456 folder_id: '1122334455' labels: null - name: test-dest-project + name: test-dest-prj org_id: null - project_id: test-dest-project + project_id: test-dest-prj skip_delete: false module.destination-project.google_project_service.project_services["logging.googleapis.com"]: disable_dependent_services: false disable_on_destroy: false - project: test-dest-project + project: test-dest-prj service: logging.googleapis.com module.gcs.google_storage_bucket.bucket: autoclass: @@ -81,7 +81,7 @@ values: module.project-host.google_logging_project_sink.sink["alert"]: custom_writer_identity: null description: alert (Terraform-managed). - destination: logging.googleapis.com/projects/test-dest-project + destination: logging.googleapis.com/projects/test-dest-prj disabled: false exclusions: [] filter: severity=ALERT @@ -147,7 +147,7 @@ values: role: roles/logging.bucketWriter module.project-host.google_project_iam_member.project-sinks-binding["alert"]: condition: [] - project: test-dest-project + project: test-dest-prj role: roles/logging.logWriter module.project-host.google_project_service.project_services["logging.googleapis.com"]: disable_dependent_services: false