Closed mmindenhall closed 6 years ago
Have implemented a fix, but will take a while to rebuild docker container and test in CI/CD pipeline. PR to come.
Not sure this is limited to just the shared clusters. I've seen this happen with any sized clusters. Will look at your PR, thank you!
Closed by #39
I'm creating the following cluster (nearly identical to the example):
The cluster is created successfully on the first invocation of
terraform apply
. However, a subsequent execution of terraform plan/apply results in an error, even when the cluster declaration has not changed:It seems that the optional "disk_size_db" property is set to 0 when not provided. Then the current state is read from Atlas, which correctly reports "2" as the value, so it wants to change the value from "2" to "0".