From 531e5a0fe3fbb93f0a2530aeaa63f41622880a0a Mon Sep 17 00:00:00 2001 From: Modular Magician Date: Mon, 13 Jan 2025 21:03:12 +0000 Subject: [PATCH] Update TeamCity docs to include GOOGLE_VMWAREENGINE_PROJECT (#12731) [upstream:f4a1b939c18d2bf9cae5cc0827e46ab9e3e6c2e2] Signed-off-by: Modular Magician --- .changelog/12731.txt | 3 +++ .teamcity/USE_CONFIG_WITH_TEAMCITY.md | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 .changelog/12731.txt diff --git a/.changelog/12731.txt b/.changelog/12731.txt new file mode 100644 index 00000000000..42b910df155 --- /dev/null +++ b/.changelog/12731.txt @@ -0,0 +1,3 @@ +```release-note:none + +``` \ No newline at end of file diff --git a/.teamcity/USE_CONFIG_WITH_TEAMCITY.md b/.teamcity/USE_CONFIG_WITH_TEAMCITY.md index 6cbd2b4f4b9..c1ff480e9a4 100644 --- a/.teamcity/USE_CONFIG_WITH_TEAMCITY.md +++ b/.teamcity/USE_CONFIG_WITH_TEAMCITY.md @@ -98,6 +98,9 @@ The next step is provide some input values that the configuration needs to fully | chronicleInstanceIdGa | Used to set the [GOOGLE_CHRONICLE_INSTANCE_ID](https://github.com/GoogleCloudPlatform/magic-modules/blob/03a313d13c5d31f8e8fc71cb32d06157bc260f78/mmv1/third_party/terraform/envvar/envvar_utils.go#L107-L112) environment variable in acceptance tests - GA specific | | chronicleInstanceIdBeta | Used to set the [GOOGLE_CHRONICLE_INSTANCE_ID](https://github.com/GoogleCloudPlatform/magic-modules/blob/03a313d13c5d31f8e8fc71cb32d06157bc260f78/mmv1/third_party/terraform/envvar/envvar_utils.go#L107-L112) environment variable in acceptance tests - Beta specific | | chronicleInstanceIdVcr | Used to set the [GOOGLE_CHRONICLE_INSTANCE_ID](https://github.com/GoogleCloudPlatform/magic-modules/blob/03a313d13c5d31f8e8fc71cb32d06157bc260f78/mmv1/third_party/terraform/envvar/envvar_utils.go#L107-L112) environment variable in acceptance tests - VCR specific | +| vmwareengineProjectGa | Used to set the [GOOGLE_VMWAREENGINE_PROJECT](https://github.com/GoogleCloudPlatform/magic-modules/blob/415b35bae8e1e92e6949d472b987105f369be650/mmv1/third_party/terraform/envvar/envvar_utils.go#L118-L122) environment variable in acceptance tests - GA specific | +| vmwareengineProjectBeta | Used to set the [GOOGLE_VMWAREENGINE_PROJECT](https://github.com/GoogleCloudPlatform/magic-modules/blob/415b35bae8e1e92e6949d472b987105f369be650/mmv1/third_party/terraform/envvar/envvar_utils.go#L118-L122) environment variable in acceptance tests - Beta specific | +| vmwareengineProjectVcr | Used to set the [GOOGLE_VMWAREENGINE_PROJECT](https://github.com/GoogleCloudPlatform/magic-modules/blob/415b35bae8e1e92e6949d472b987105f369be650/mmv1/third_party/terraform/envvar/envvar_utils.go#L118-L122) environment variable in acceptance tests - VCR specific | | billingAccount | Used to set the [GOOGLE_BILLING_ACCOUNT](https://github.com/GoogleCloudPlatform/magic-modules/blob/94a3f91d75ee823c521a0d8d3984a1493fa0926a/mmv1/third_party/terraform/envvar/envvar_utils.go#L81-L85) ALL environment variable in acceptance tests | | billingAccount2 | Used to set the [GOOGLE_BILLING_ACCOUNT_2](https://github.com/GoogleCloudPlatform/magic-modules/blob/94a3f91d75ee823c521a0d8d3984a1493fa0926a/mmv1/third_party/terraform/services/resourcemanager/resource_google_project_test.go#L78-L79) environment variable in ALL acceptance tests | | custId | Used to set the [GOOGLE_CUST_ID](https://github.com/GoogleCloudPlatform/magic-modules/blob/94a3f91d75ee823c521a0d8d3984a1493fa0926a/mmv1/third_party/terraform/envvar/envvar_utils.go#L52-L56) environment variable in ALL acceptance tests |