Browse Source

setup flash devices

Chris Mague 5 years ago
parent
commit
37e5886fd2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      main.tf

+ 1 - 0
main.tf

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