Actualiser variables.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Has been cancelled

This commit is contained in:
2025-08-06 18:40:16 +02:00
parent 91a074ce6b
commit 1f8f5d5016

View File

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