Skip to content

Commit

Permalink
fix validate
Browse files Browse the repository at this point in the history
  • Loading branch information
lantoli committed Jul 17, 2024
1 parent 47886df commit c8fb713
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ resource "mongodbatlas_project_ip_access_list" "mongo-access" {
}

resource "mongodbatlas_advanced_cluster" "this" {
project_id = mongodbatlas_project.this.id
name = var.project_name
cluster_type = "REPLICASET"
project_id = mongodbatlas_project.this.id
name = var.project_name
cluster_type = "REPLICASET"

replication_specs {
region_configs {
priority = 7
Expand Down

0 comments on commit c8fb713

Please sign in to comment.