Updated version numbers of modules

This commit is contained in:
Patrick de Ruiter 2021-02-05 13:52:23 +01:00
parent a8276d62a7
commit d3df94be96

View File

@ -54,7 +54,7 @@ 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" source = "git@github.com:webuildyourcloud/terraform-aws-vpc_endpoints.git?ref=tags/0.0.1"
#region = var.region #region = var.region
#name = var.name #name = var.name
vpc_id = module.vpc.vpc_id vpc_id = module.vpc.vpc_id
@ -64,7 +64,7 @@ module "vpc_endpoints" {
} }
module "bastion" { module "bastion" {
source = "git@github.com:webuildyourcloud/terraform-aws-bastion.git" source = "git@github.com:webuildyourcloud/terraform-aws-bastion.git?ref=tags/0.0.1"
enable_bastion = true enable_bastion = true
environment = var.stage environment = var.stage
project = var.prefix project = var.prefix
@ -80,7 +80,7 @@ module "bastion" {
} }
module "eks_cluster" { module "eks_cluster" {
source = "git@github.com:webuildyourcloud/terraform-aws-eks-cluster.git" source = "git@github.com:webuildyourcloud/terraform-aws-eks-cluster.git?ref=tags/0.0.1"
stage = var.stage stage = var.stage
name = var.name name = var.name
attributes = var.attributes attributes = var.attributes