@@ -146,13 +146,13 @@ var (
146146 "test_network_security_group1" , acctest .Required , acctest .Create , acctest .RepresentationCopyWithNewProperties (CoreNetworkSecurityGroupRepresentation , map [string ]interface {}{
147147 "vcn_id" : acctest.Representation {RepType : acctest .Required , Create : `${oci_core_vcn.test_lb_vcn.id}` },
148148 })) // +
149- // For laptop testing comment out this line
150- // Failure to do so results in
151- // test_helpers.go:535: Step 1/7 error: Error running apply: exit status 1
152- // [DEBUG] Using modified User-Agent: Terraform/0.12.31 HashiCorp-terraform-exec/0.14.0
153- // Error: 404-NotAuthorizedOrNotFound, Authorization failed or requested resource not found.
154- // Suggestion: Either the resource has been deleted or service Identity Tag Namespace need policy to access this resource.
155- // DefinedTagsDependencies
149+ // For laptop testing comment out this line
150+ // Failure to do so results in
151+ // test_helpers.go:535: Step 1/7 error: Error running apply: exit status 1
152+ // [DEBUG] Using modified User-Agent: Terraform/0.12.31 HashiCorp-terraform-exec/0.14.0
153+ // Error: 404-NotAuthorizedOrNotFound, Authorization failed or requested resource not found.
154+ // Suggestion: Either the resource has been deleted or service Identity Tag Namespace need policy to access this resource.
155+ // DefinedTagsDependencies
156156)
157157
158158// issue-routing-tag: load_balancer/default
@@ -282,8 +282,8 @@ func TestLoadBalancerLoadBalancerResource_basic(t *testing.T) {
282282 resource .TestCheckResourceAttr (resourceName , "is_private" , "false" ),
283283 resource .TestCheckResourceAttr (resourceName , "is_request_id_enabled" , "true" ),
284284 resource .TestCheckResourceAttr (resourceName , "request_id_header" , "X-MyRequestB-Id" ),
285- resource .TestCheckResourceAttr (resourceName , "reserved_ips.#" , "1" ),
286- resource .TestCheckResourceAttr (resourceName , "security_attributes.%" , "2" ),
285+ resource .TestCheckResourceAttr (resourceName , "reserved_ips.#" , "1" ),
286+ resource .TestCheckResourceAttr (resourceName , "security_attributes.%" , "2" ),
287287 resource .TestCheckResourceAttr (resourceName , "security_attributes.oracle-zpr.sa-test-lbaas.value" , "update-zpr-tersi-lbaas" ),
288288 resource .TestCheckResourceAttr (resourceName , "security_attributes.oracle-zpr.sa-test-lbaas.mode" , "enforce" ),
289289 resource .TestCheckResourceAttr (resourceName , "shape" , "400Mbps" ),
0 commit comments