Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid using terraform init -from-module #137

Merged
merged 1 commit into from
May 31, 2023

Conversation

minamijoyo
Copy link
Owner

Starting from Terraform v1.5-beta, terraform init -from-module emits a warning for ignoring backend config. I asked about this issue in the upstream, and it turned out that the option should not use except for Terragrunt.
hashicorp/terraform#33276

So, I fixed the getting started guide to use simply copying and initializing instead of using the option.

Starting from Terraform v1.5-beta, terraform init -from-module emits a
warning for ignoring backend config. I asked about this issue in the
upstream, and it turned out that the option should not use except for
Terragrunt.
hashicorp/terraform#33276

So, I fixed the getting started guide to use simply copying and
initializing instead of using the option.
@minamijoyo minamijoyo merged commit b525640 into master May 31, 2023
@minamijoyo minamijoyo deleted the fix-init-from-module-issue branch May 31, 2023 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant