Modified module to tf 0.13

This commit is contained in:
Patrick de Ruiter 2020-12-08 11:21:24 +01:00
parent c434d79024
commit 5cfa4f5a97
2 changed files with 2 additions and 13 deletions

View File

@ -54,7 +54,6 @@ module "subnets" {
module "vpc_endpoints" { module "vpc_endpoints" {
#count = var.enable_s3_endpoint ? 1 : 0 #count = var.enable_s3_endpoint ? 1 : 0
#source = "git@github.com:webuildyourcloud/terraform-aws-vpc_endpoints.git?ref=tags/0.18.1"
source = "git@github.com:webuildyourcloud/terraform-aws-vpc_endpoints.git" source = "git@github.com:webuildyourcloud/terraform-aws-vpc_endpoints.git"
#region = var.region #region = var.region
#name = var.name #name = var.name

View File

@ -1,10 +0,0 @@
terraform {
required_version = "~> 0.12.0"
required_providers {
aws = "~> 2.0"
template = "~> 2.0"
null = "~> 2.0"
local = "~> 1.3"
}
}