Upped bastion from 0.0.3 to 0.0.4
This commit is contained in:
parent
7140e29035
commit
e9501d493d
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.3"
|
source = "git@github.com:webuildyourcloud/terraform-aws-bastion.git?ref=tags/0.0.4"
|
||||||
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