From 6bd547f6975fd5092dd12cf049cf49aa837bc34f Mon Sep 17 00:00:00 2001 From: Rob Morgan Date: Mon, 29 Apr 2019 10:38:02 +0200 Subject: [PATCH] bump aws provider version --- examples/magecloudkit-simple-vpc/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/magecloudkit-simple-vpc/main.tf b/examples/magecloudkit-simple-vpc/main.tf index cf08213..8e258e1 100644 --- a/examples/magecloudkit-simple-vpc/main.tf +++ b/examples/magecloudkit-simple-vpc/main.tf @@ -4,7 +4,7 @@ provider "aws" { region = "${var.aws_region}" - version = "~> 1.39" + version = "~> 2.0" } provider "template" {