Actualiser variables.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 7s

This commit is contained in:
2025-08-06 18:38:56 +02:00
parent e52f42ab6b
commit 50a4c8d183

View File

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