Skip to content

Commit

Permalink
Merge pull request coreos#2725 from enxebre/tf-aws
Browse files Browse the repository at this point in the history
bump tf aws provider to 1.7.0
  • Loading branch information
enxebre committed Jan 15, 2018
2 parents 5a90a6e + 55093ee commit 0288f40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platforms/aws/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
provider "aws" {
region = "${var.tectonic_aws_region}"
profile = "${var.tectonic_aws_profile}"
version = "1.1.0"
version = "1.7.0"
}

data "aws_availability_zones" "azs" {}
Expand Down
2 changes: 1 addition & 1 deletion platforms/govcloud/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
provider "aws" {
region = "us-gov-west-1"
profile = "${var.tectonic_govcloud_profile}"
version = "1.1.0"
version = "1.7.0"
}

data "aws_availability_zones" "azs" {}
Expand Down

0 comments on commit 0288f40

Please sign in to comment.