Skip to content

Commit

Permalink
Pin the version of the Terraform AWS provider
Browse files Browse the repository at this point in the history
This issue hashicorp/terraform-provider-aws#8226 prevents
us from setting the dummy endpoints for the tests so pin until it's
fixed.
  • Loading branch information
grahamlyons committed Apr 10, 2019
1 parent 2acfb2b commit df9d462
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tf_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ func WriteDummyProviderConfig() {
variable "sts_endpoint" {}
provider "aws" {
version = "2.4"
skip_credentials_validation = true
skip_metadata_api_check = true
skip_get_ec2_platforms = true
Expand Down

0 comments on commit df9d462

Please sign in to comment.