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

This commit is contained in:
2025-08-06 15:42:34 +02:00
parent 7548be46a3
commit 391ced8ce8

View File

@@ -15,3 +15,8 @@ variable "vault_token" {
# ${{ secrets.VAULT_TOKEN }} # ${{ secrets.VAULT_TOKEN }}
# "hvs.BUXBydP1Iy6leqNIo2wx478p" # "hvs.BUXBydP1Iy6leqNIo2wx478p"
} }
variable "bucket-list)" {
type = list
default = ["cloudflare-dns-org", "cloudflare-dns-com", "aws-bucket"]
}