File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
examples/simple_autopilot_private
test/integration/simple_autopilot_private Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,10 @@ module "gcp-network" {
23
23
24
24
subnets = [
25
25
{
26
- subnet_name = local.subnet_name
27
- subnet_ip = " 10.0.0.0/17"
28
- subnet_region = var.region
26
+ subnet_name = local.subnet_name
27
+ subnet_ip = " 10.0.0.0/17"
28
+ subnet_region = var.region
29
+ subnet_private_access = true
29
30
},
30
31
{
31
32
subnet_name = local.master_auth_subnetwork
Original file line number Diff line number Diff line change @@ -30,8 +30,7 @@ func TestSimpleAutopilotPrivate(t *testing.T) {
30
30
)
31
31
32
32
bpt .DefineVerify (func (assert * assert.Assertions ) {
33
- //Skipping Default Verify as the Verify Stage fails due to change in Client Cert Token
34
- // bpt.DefaultVerify(assert)
33
+ bpt .DefaultVerify (assert )
35
34
36
35
projectId := bpt .GetStringOutput ("project_id" )
37
36
location := bpt .GetStringOutput ("location" )
You can’t perform that action at this time.
0 commit comments