Skip to content

Commit

Permalink
data/aws: bump aws provider
Browse files Browse the repository at this point in the history
The existing version would sometimes panic when creating NLBs and was
also missing a few options specific to NLBs. There are probably many
other fixes and improvements that come with the newer provider.
  • Loading branch information
crawford committed Nov 1, 2018
1 parent 68e4c27 commit ac5aeed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/data/aws/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ locals {

provider "aws" {
region = "${var.tectonic_aws_region}"
version = "1.8.0"
version = "1.39.0"

assume_role {
role_arn = "${var.tectonic_aws_installer_role == "" ? "" : "${var.tectonic_aws_installer_role}"}"
Expand Down

0 comments on commit ac5aeed

Please sign in to comment.