Skip to content

Commit

Permalink
set maximum aws provider version
Browse files Browse the repository at this point in the history
  • Loading branch information
djelusic committed Feb 16, 2022
1 parent 71ee68c commit e290e23
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions node/terraform/templates/project.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ terraform {
}

provider "aws" {
version = "~> 4.0"
region = local.aws_region
skip_get_ec2_platforms = true

Expand Down
1 change: 1 addition & 0 deletions node/terraform/templates/setup.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ terraform {
}

provider "aws" {
version = "~> 4.0"
region = "{{.Region}}"
skip_get_ec2_platforms = true

Expand Down
1 change: 1 addition & 0 deletions node/terraform/testdata/project.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ terraform {
}

provider "aws" {
version = "~> 4.0"
region = local.aws_region
skip_get_ec2_platforms = true

Expand Down
1 change: 1 addition & 0 deletions node/terraform/testdata/setup.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ terraform {
}

provider "aws" {
version = "~> 4.0"
region = "aws-region"
skip_get_ec2_platforms = true

Expand Down

0 comments on commit e290e23

Please sign in to comment.