We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67b49e2 commit 01dba23Copy full SHA for 01dba23
internal/service/odb/cloud_vm_cluster_test.go
@@ -348,6 +348,7 @@ func TestAccODBCloudVmCluster_variables(t *testing.T) {
348
ProtoV5ProviderFactories: acctest.ProtoV5ProviderFactories,
349
CheckDestroy: vmClusterTestEntity.testAccCheckCloudVmClusterDestroy(ctx),
350
Steps: []resource.TestStep{
351
+ // nosemgrep:ci.semgrep.acctest.checks.replace-planonly-checks
352
{
353
Config: testAccCloudVmClusterConfig_useVariables(vmcDisplayName),
354
PlanOnly: true,
0 commit comments