You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is strange behavior (0.7.0-rc2, windows 10, powershell).
If I do terraform get ... and module fails to load:
PS C:...\terraform\basic-cloud> terraform get
Get: file://C:/....
...
Get: file://C:/....-mEersroosr- slpooatd-ivn2g- eTbesr
raform: Error downloading modules: module ....: Error loading .terraform\modules\87b8653db5e1460a0bc6e390566e25ac\main.tf: Error reading config for aws_spot_instance_request[instance_request]: parse error
: syntax error
After that i found that plenty of my module sources is deleted. Directories remains, but all .tf files is gone.
The text was updated successfully, but these errors were encountered:
This is either what @jbardin so or it can simply be a syntax error in a module and it rolling back everything (that's what the error seems to indicate). Regardless, there hasn't been a response in awhile so I'm going to close this.
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.
ghost
locked and limited conversation to collaborators
Apr 20, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Here is strange behavior (0.7.0-rc2, windows 10, powershell).
If I do terraform get ... and module fails to load:
PS C:...\terraform\basic-cloud> terraform get
Get: file://C:/....
...
Get: file://C:/....-mEersroosr- slpooatd-ivn2g- eTbesr
raform: Error downloading modules: module ....: Error loading .terraform\modules\87b8653db5e1460a0bc6e390566e25ac\main.tf: Error reading config for aws_spot_instance_request[instance_request]: parse error
: syntax error
After that i found that plenty of my module sources is deleted. Directories remains, but all .tf files is gone.
The text was updated successfully, but these errors were encountered: