hashicorp / terraform-aws-vault-starter

A Terraform Module for provisioning an OSS Vault cluster (using integrated storage) as described by HashiCorp reference architecture.
Mozilla Public License 2.0
76 stars 64 forks source link

[1] Module is requiring "private_subnet_tags" instead of "private_subnet_ids"; [2] networking submodule is looking for "data.aws_subnet_ids" #47

Open taro-mc opened 2 years ago

taro-mc commented 2 years ago

[1]

Error: Missing required argument │ │ on main.tf line 11, in module "vault": │ 11: module "vault" { │ │ The argument "private_subnet_tags" is required, but no definition was │ found. ╵ ╷ │ Error: Unsupported argument │ │ on main.tf line 24, in module "vault": │ 24: private_subnet_ids = [ │ │ An argument named "private_subnet_ids" is not expected here. ╵ ERRO[0004] 1 error occurred:

[2]

module.vault.module.networking.data.aws_subnet_ids.vault: Reading... ╷ │ Error: no matching EC2 Subnets found │ │ with module.vault.module.networking.data.aws_subnet_ids.vault, │ on .terraform/modules/vault/modules/networking/main.tf line 5, in data "aws_subnet_ids" "vault": │ 5: data "aws_subnet_ids" "vault" { │ ╵ ERRO[0012] 1 error occurred:

lewiscowper commented 2 years ago

I'm guessing that this is because the latest release is from last year, and predates the changes that introduced private_subnet_ids.

KirstenCodesNZ commented 2 years ago

Are there any plans for a new release soon?