Skip to content

Commit

Permalink
Adding back service account into full test
Browse files Browse the repository at this point in the history
  • Loading branch information
bcreddy-gcp committed Feb 12, 2024
1 parent 4fbd085 commit 3dacd43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mmv1/products/workbench/Instance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ examples:
key_name: 'my-crypto-key'
test_vars_overrides:
key_name: 'acctest.BootstrapKMSKeyInLocation(t, "us-central1").CryptoKey.Name'
test_env_vars:
service_account: :SERVICE_ACCT
ignore_read_extra:
- 'gce_setup.0.vm_image'
- 'gce_setup.0.boot_disk.0.disk_type'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ resource "google_workbench_instance" "<%= ctx[:primary_resource_id] %>" {

disable_proxy_access = "true"

instance_owners = [ "<%= ctx[:test_env_vars]["service_account"] %>"]

labels = {
k = "val"
}
Expand Down

0 comments on commit 3dacd43

Please sign in to comment.