Skip to content

Commit 58c1cd4

Browse files
author
Gonzalo Servat
committed
Add a third test back to serverTlsPolicy disabled
1 parent c49ef6c commit 58c1cd4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

mmv1/third_party/terraform/services/compute/resource_compute_region_target_https_proxy_test.go.erb

+8
Original file line numberDiff line numberDiff line change
@@ -661,6 +661,14 @@ func TestAccComputeRegionTargetHttpsProxy_addServerTlsPolicy_withForwardingRule(
661661
ImportState: true,
662662
ImportStateVerify: true,
663663
},
664+
{
665+
Config: testAccComputeRegionTargetHttpsProxy_withForwardingRule_withoutServerTlsPolicy(context),
666+
},
667+
{
668+
ResourceName: "google_compute_region_target_https_proxy.default-https",
669+
ImportState: true,
670+
ImportStateVerify: true,
671+
},
664672
},
665673
})
666674
}

0 commit comments

Comments
 (0)