During the development of #36 I realised that both on main and on my feature branch the example for module_with_specific_provider fails to run a terraform apply successfully, instead it fails with the following error:
Private Zenhub Image
Error is not fixed by running terraform destroy, and then attempting to run terraform apply again.
Steps to reproduce:
cd examples/aws/module_with_specific_provider
terraform init --upgrade
terraform apply (review what you are applying and note that there are no preexisting resources deployed)
Context
During the development of #36 I realised that both on main and on my feature branch the example for module_with_specific_provider fails to run a
terraform apply
successfully, instead it fails with the following error: Private Zenhub Image Error is not fixed by runningterraform destroy
, and then attempting to runterraform apply
again. Steps to reproduce:cd examples/aws/module_with_specific_provider
terraform init --upgrade
terraform apply
(review what you are applying and note that there are no preexisting resources deployed)Desired Outcome
terraform apply
runs through successfully