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

Update main.tf in deploy folder #12

Open
preddy727 opened this issue Jul 8, 2022 · 0 comments
Open

Update main.tf in deploy folder #12

preddy727 opened this issue Jul 8, 2022 · 0 comments

Comments

@preddy727
Copy link

preddy727 commented Jul 8, 2022

Update the terraform block to use required_providers above 3.0 for terraform version 1.2.4 or there is a provider error.

terraform {
required_version = ">= 1.0.0"
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.0"
}
}
}

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

No branches or pull requests

1 participant