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
If a "terraform.tfvars" file is present, Terraform automatically loads it to populate variables. If the file is named something else, you can use the -var-file flag directly to specify a file.
This is not holding true for me:
⧑ ls
example.tf terraform.tfplan terraform.tfstate terraform.tfstate.backup terraform.tfvars
~/terraform
⧑ tf plan -out terraform.tfplan
There are warnings and/or errors related to your configuration. Please
fix these before continuing.
Errors:
* Required variable not set: key_name
* Required variable not set: key_path
* Required variable not set: access_key
* Required variable not set: secret_key
The text was updated successfully, but these errors were encountered:
This is not holding true for me:
The text was updated successfully, but these errors were encountered: