terraform-provider-consul
terraform-provider-consul copied to clipboard
Wait until ACL resources are replicated to the local DC
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.