From ac5aeed6db51a3674220a72fe893db3072b5ea62 Mon Sep 17 00:00:00 2001 From: Alex Crawford Date: Thu, 1 Nov 2018 08:36:16 -0700 Subject: [PATCH] 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. --- data/data/aws/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/data/aws/main.tf b/data/data/aws/main.tf index 7df06597baf..c4aefae8938 100644 --- a/data/data/aws/main.tf +++ b/data/data/aws/main.tf @@ -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}"}"