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
terraform plan \
-var='top_dir=/Users/dpr/project/tedconf/infrastructure' \
-out=/Users/dpr/project/tedconf/infrastructure/data/terraform/rds/wordpress/terraform.tfplan \
-var-file=/Users/dpr/project/tedconf/infrastructure/data/terraform/terraform.tfvars
The above command line worked with 0.3.6 and 0.3.7; I skipped 0.4.0.
FWIW, I initially created this RDS instance in the AWS Console, and then "backported" it into terraform by hand. I created the first terraform.tfstate file by examining a terraform.tfstate for an RDS instance that had been created by terraform, changing a few items (ID, etc), then letting terraform fill in the rest. I believe I originally created the terraform.tfstate file with 0.3.6.
The text was updated successfully, but these errors were encountered:
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
May 3, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
gist of full crash log
Command line:
The above command line worked with 0.3.6 and 0.3.7; I skipped 0.4.0.
FWIW, I initially created this RDS instance in the AWS Console, and then "backported" it into terraform by hand. I created the first
terraform.tfstate
file by examining aterraform.tfstate
for an RDS instance that had been created by terraform, changing a few items (ID, etc), then letting terraform fill in the rest. I believe I originally created theterraform.tfstate
file with 0.3.6.The text was updated successfully, but these errors were encountered: