diff --git a/mmv1/third_party/terraform/.teamcity/USE_CONFIG_WITH_TEAMCITY.md b/mmv1/third_party/terraform/.teamcity/USE_CONFIG_WITH_TEAMCITY.md index 6cbd2b4f4b9d..c1ff480e9a45 100644 --- a/mmv1/third_party/terraform/.teamcity/USE_CONFIG_WITH_TEAMCITY.md +++ b/mmv1/third_party/terraform/.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 |