Skip to content

Commit

Permalink
Merge pull request #4 from jgournet/master
Browse files Browse the repository at this point in the history
remove deprecated command
  • Loading branch information
jgournet authored Jan 9, 2023
2 parents 448f3a0 + 0b84216 commit be47443
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions _global/_global_providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ provider "aws" {

allowed_account_ids = var.aws_allowed_account_ids

# Make it faster by skipping something
skip_get_ec2_platforms = true
# Make it faster by skipping something: https://medium.com/@anton.babenko/make-terraform-faster-skip-unnecessary-checks-aws-and-s3-3ab00df9c3a9
#skip_get_ec2_platforms = true # deprecated
#skip_metadata_api_check = true # not tested
#skip_region_validation = true # not tested
#skip_credentials_validation = true # not tested
}

0 comments on commit be47443

Please sign in to comment.