Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix deleting a naming instance causes "Provider configuration not pre…
…sent" errors (Azure#30) * Fix bug where deleting a naming module instance causes "Provider configuration not present" errors. The code as it stood breaks parent modules when they remove references to a naming module instance and violates the Hashicorp guidlines of "Do not explicitly declare providers in modules that are intended to be used by other modules". References: https://www.terraform.io/docs/configuration/modules.html#providers-within-modules hashicorp/terraform#22907 (comment) * Surround with terraform block
- Loading branch information