terraform-provider-consul icon indicating copy to clipboard operation
terraform-provider-consul copied to clipboard

Wait until ACL resources are replicated to the local DC

Open 7fELF opened this issue 1 year ago • 0 comments

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.

7fELF avatar Nov 28 '23 23:11 7fELF