Closed jsonmaur closed 7 years ago
Thanks for the quick response! 👍
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Terraform Version
0.7.10
Affected Resource(s)
Terraform Configuration Files
main.tf
my-module/main.tf
Debug Output
Expected Behavior
It should create the resource and complete the process.
Actual Behavior
It creates the resource, but Terraform completely hangs with the message
module.testing.data.template_file.main: Refreshing state...
. Pressing ctrl+c showsInterrupt received. Gracefully shutting down...
, but still never completes the process. In debug mode, it shows the above "DEBUG" message every 5 seconds. Everything works fine after a second apply.Steps to Reproduce
terraform get
terraform apply
Works as expected if modules are not used. Could be related to https://github.com/hashicorp/terraform/issues/10014.