|
@@ -30,6 +30,7 @@ module "nodes" {
|
|
vpc-name = var.vpc-name
|
|
vpc-name = var.vpc-name
|
|
vpc-id = module.vpc.vpc-id
|
|
vpc-id = module.vpc.vpc-id
|
|
vpc-subnets = module.vpc.subnets-public
|
|
vpc-subnets = module.vpc.subnets-public
|
|
|
|
+ enable-flash = true
|
|
common-tags = {
|
|
common-tags = {
|
|
"Owner" = "maguec"
|
|
"Owner" = "maguec"
|
|
"Project" = "example_terraform"
|
|
"Project" = "example_terraform"
|