Secret manager e2etests (#2280)

secret-manager e2e tests
This commit is contained in:
dibaskar-google
2024-05-28 09:28:08 +02:00
committed by GitHub
parent f4f891d4f1
commit 3d668170e5
12 changed files with 252 additions and 25 deletions

View File

@@ -1107,6 +1107,7 @@ export TFTEST_E2E_organization_id="1234567890" # your organization id
export TFTEST_E2E_parent="folders/1234567890" # folder under which test resources will be created
export TFTEST_E2E_prefix="your-unique-prefix" # unique prefix for projects, no longer than 7 characters
export TFTEST_E2E_region="europe-west4" # region to use
export TFTEST_E2E_region_secondary="europe-west5" # secondary region to use
```
To use Service Account Impersonation, use provider environment variable
@@ -1136,6 +1137,7 @@ organization_id = "1234567890" # your organization id
parent = "folders/1234567890" # folder under which test resources will be created
prefix = "your-unique-prefix" # unique prefix for projects
region = "europe-west4" # region to use
region_secondary = "europe-west5" # secondary region to use
timestamp = "1696444185" # generate your own timestamp - will be used as a part of prefix for globally unique resources
```