Skip to content

Commit

Permalink
add skip_get_ec2_platforms to terraform aws provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Vlasic committed Sep 3, 2021
1 parent 27bc66f commit 8fb983d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/backend/assets/terraform/templates/project.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ terraform {

provider "aws" {
region = local.aws_region

skip_get_ec2_platforms = true
}

module "funcs" {
Expand Down
2 changes: 2 additions & 0 deletions internal/backend/assets/terraform/templates/setup.tf
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ terraform {

provider "aws" {
region = local.aws_region

skip_get_ec2_platforms = true
}

module "funcs" {
Expand Down

0 comments on commit 8fb983d

Please sign in to comment.