Skip to content

Commit ac5aeed

Browse files
committed
data/aws: bump aws provider
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.
1 parent 68e4c27 commit ac5aeed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/data/aws/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ locals {
66

77
provider "aws" {
88
region = "${var.tectonic_aws_region}"
9-
version = "1.8.0"
9+
version = "1.39.0"
1010

1111
assume_role {
1212
role_arn = "${var.tectonic_aws_installer_role == "" ? "" : "${var.tectonic_aws_installer_role}"}"

0 commit comments

Comments
 (0)