Skip to content

Commit c44ab7f

Browse files
committed
linter fix
1 parent 3675df4 commit c44ab7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/service/odb/cloud_vm_cluster_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,13 +411,13 @@ func (cloudVmClusterResourceTest) testAccPreCheck(ctx context.Context, t *testin
411411
func testAccCloudVmClusterConfig_useVariables(rName string) string {
412412
return fmt.Sprintf(`
413413
variable cloud_exadata_infrastructure_id {
414-
default = "exa_gjrmtxl4qk"
414+
default = "exa_gjrmtxl4qk"
415415
type = string
416416
description = "ODB Exadata Infrastructure Resource ID"
417417
418418
}
419419
variable odb_network_id {
420-
default = "odbnet_3l9st3litg"
420+
default = "odbnet_3l9st3litg"
421421
type = string
422422
description = "ODB Network"
423423
}

0 commit comments

Comments
 (0)