delete version from module not in registry

This commit is contained in:
matthieu42morin 2024-03-01 03:35:19 +01:00
parent 021a5b336a
commit 5479241c1a
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
module "vpc-secrets" {
source = "./modules/vpc-secrets"
version = "1.0.0"
resource_name_prefix = var.resource_name_prefix
}
module "vault-starter" {