Upped version of bastion module from 0.0.1 to 0.0.3
This commit is contained in:
parent
f0a6a88416
commit
7140e29035
2
main.tf
2
main.tf
@ -82,7 +82,7 @@ module "subnets" {
|
|||||||
#}
|
#}
|
||||||
|
|
||||||
module "bastion" {
|
module "bastion" {
|
||||||
source = "git@github.com:webuildyourcloud/terraform-aws-bastion.git?ref=tags/0.0.1"
|
source = "git@github.com:webuildyourcloud/terraform-aws-bastion.git?ref=tags/0.0.3"
|
||||||
enable_bastion = true
|
enable_bastion = true
|
||||||
environment = var.stage
|
environment = var.stage
|
||||||
project = var.prefix
|
project = var.prefix
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user