Skip to content

Commit

Permalink
chore: temp commit [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
EspenAlbert committed Jul 12, 2024
1 parent 6cd901b commit 4e7ef92
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import (
const (
resourceName = "mongodbatlas_backup_compliance_policy.backup_policy_res"
dataSourceName = "data.mongodbatlas_backup_compliance_policy.backup_policy"
projectIDTerraform = "mongodbatlas_project.test.id"
)

func TestAccBackupCompliancePolicy_basic(t *testing.T) {
Expand All @@ -27,6 +28,15 @@ func TestAccBackupCompliancePolicy_update(t *testing.T) {
orgID = os.Getenv("MONGODB_ATLAS_ORG_ID")
projectName = acc.RandomProjectName() // No ProjectIDExecution to avoid conflicts with backup compliance policy
projectOwnerID = os.Getenv("MONGODB_ATLAS_PROJECT_OWNER_ID")
// WAIT FOR other PRs to be merged
// clusterInfo = acc.GetClusterInfoWithProject(t, &acc.ClusterRequest{
// MongoDBMajorVersion: "6.0",
// CloudBackup: true,
// DiskSizeGb: 12,
// ReplicationSpecs: []acc.ReplicationSpecRequest{
// {}
// },
// })
)

resource.ParallelTest(t, resource.TestCase{
Expand Down

0 comments on commit 4e7ef92

Please sign in to comment.