Skip to content

Commit

Permalink
Update bootstrapped networks for vertexai
Browse files Browse the repository at this point in the history
  • Loading branch information
roaks3 committed Mar 6, 2023
1 parent 8556e4a commit 02525eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions mmv1/products/vertexai/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ overrides: !ruby/object:Overrides::ResourceOverrides
address_name: "address-name"
kms_key_name: "kms-name"
network_name: "network-name"
test_vars_overrides:
kms_key_name: 'BootstrapKMSKeyInLocation(t, "us-central1").CryptoKey.Name'
network_name: 'BootstrapSharedTestNetwork(t, "vertex")'
properties:
etag: !ruby/object:Overrides::Terraform::PropertyOverride
ignore_read: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func TestAccVertexAIEndpoint_vertexAiEndpointNetwork(t *testing.T) {
context := map[string]interface{}{
"endpoint_name": fmt.Sprint(RandInt(t) % 9999999999),
"kms_key_name": BootstrapKMSKeyInLocation(t, "us-central1").CryptoKey.Name,
"network_name": BootstrapSharedTestNetwork(t, "vertex"),
"network_name": BootstrapSharedTestNetwork(t, "vertex-ai-endpoint-update"),
"random_suffix": RandString(t, 10),
}

Expand Down

0 comments on commit 02525eb

Please sign in to comment.