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

This commit is contained in:
2025-08-06 18:58:33 +02:00
parent 2d6a598692
commit 89391c1e5c

View File

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