Skip to content
Snippets Groups Projects
Commit a6985e36 authored by marcoemi.poleggi's avatar marcoemi.poleggi
Browse files

Fix TF main for AWS provider 4.0

parent fbb74670
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.27"
version = "~> 4.0"
}
}
......@@ -10,7 +10,8 @@ terraform {
}
provider "aws" {
profile = "default"
# With provider v4.x, profile shouldn be specified as it breaks the plan
# profile = "default"
region = "us-east-1"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment