Modified module to tf 0.13
This commit is contained in:
parent
c434d79024
commit
5cfa4f5a97
1
main.tf
1
main.tf
@ -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
|
||||||
|
|||||||
10
versions.tf
10
versions.tf
@ -1,10 +0,0 @@
|
|||||||
terraform {
|
|
||||||
required_version = "~> 0.12.0"
|
|
||||||
|
|
||||||
required_providers {
|
|
||||||
aws = "~> 2.0"
|
|
||||||
template = "~> 2.0"
|
|
||||||
null = "~> 2.0"
|
|
||||||
local = "~> 1.3"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
x
Reference in New Issue
Block a user