Actualiser variables.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 44s

This commit is contained in:
2025-08-08 09:03:02 +02:00
parent 8b8d35f1ee
commit 3bfd352651

View File

@@ -18,5 +18,5 @@ variable "vault_token" {
variable "bucket-list" {
type = list
default = ["cloudflare-dns-org", "cloudflare-dns-com","aws-bucket","aws-vpc"]
default = ["cloudflare-dns-org", "cloudflare-dns-com","aws-bucket","aws-vpc","aws-iam"]
}