hashicorp / terraform-provider-consul

Terraform Consul provider
https://www.terraform.io/docs/providers/consul/
Mozilla Public License 2.0
124 stars 113 forks source link

Wait until ACL resources are replicated to the local DC #385

Open 7fELF opened 9 months ago

7fELF commented 9 months ago

fixes #249

During creation/updates of ACL resources (policies, roles, tokens...) wait until the resource is replicated to the local DC to consider the operation successful.

This is to prevent the error "Root resource was present, but now absent." where Terraform tries to fetch the newly created resource before it is replicated to the local DC.