You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terraform will perform the following actions:
# mongodbatlas_advanced_cluster.cluster will be updated in-place~ resource "mongodbatlas_advanced_cluster""cluster" {
id = "Y2x1c3Rlcl9pZA==:NjU1MTc4ODljZDZjMTMyZDVhNDg1N2Ez-Y2x1c3Rlcl9uYW1l:dGVycmFmb3JtLW1vbmdvZGItcWE=-cHJvamVjdF9pZA==:NjU0ZGJhZmJlNWE4MGQxZmVjMGJhMjI0"
name = "terraform-mongodb-qa"# (17 unchanged attributes hidden)
+ tags {
+ key = "Application"
+ value = "terraform-mongodb"
}
+ tags {
+ key = "ContainsUserData"
+ value = "No"
}
+ tags {
+ key = "Domain"
+ value = "domain-infrastructure"
}
+ tags {
+ key = "Environment"
+ value = "QA"
}
+ tags {
+ key = "Location"
+ value = "AUSTRALIA_EAST | US_WEST_3 | EUROPE_NORTH"
}
+ tags {
+ key = "Team"
+ value = "Go1-Team-DevOps"
}
# (2 unchanged blocks hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.
appears to have done something on apply:
Acquiring state lock. This may take a few moments...
mongodbatlas_advanced_cluster.cluster: Modifying... [id=Y2x1c3Rlcl9pZA==:NjU1MTc4ODljZDZjMTMyZDVhNDg1N2Ez-Y2x1c3Rlcl9uYW1l:dGVycmFmb3JtLW1vbmdvZGItcWE=-cHJvamVjdF9pZA==:NjU0ZGJhZmJlNWE4MGQxZmVjMGJhMjI0]
mongodbatlas_advanced_cluster.cluster: Modifications complete after 4s [id=Y2x1c3Rlcl9pZA==:NjU1MTc4ODljZDZjMTMyZDVhNDg1N2Ez-Y2x1c3Rlcl9uYW1l:dGVycmFmb3JtLW1vbmdvZGItcWE=-cHJvamVjdF9pZA==:NjU0ZGJhZmJlNWE4MGQxZmVjMGJhMjI0]
Apply complete! Resources: 0 added, 1 changed, 0 destroyed.
yet produces nothing in Atlas
subsequent plan/apply execution keeps performing the same actions with no result
The text was updated successfully, but these errors were encountered:
Thanks for opening this issue! Please make sure you've followed our guidelines when opening the issue. In short, to help us reproduce the issue we need:
Terraform configuration file used to reproduce the issue
Terraform log files from the run where the issue occurred
Terraform Atlas provider version used to reproduce the issue
Terraform version used to reproduce the issue
Confirmation if Terraform OSS, Terraform Cloud, or Terraform Enterprise deployment
The ticket INTMDB-1283 was created for internal tracking.
tags were meant to be fixed as of this change
which was included with this release
however
the change is picked up in plan:
appears to have done something on apply:
yet produces nothing in Atlas
subsequent plan/apply execution keeps performing the same actions with no result
The text was updated successfully, but these errors were encountered: