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

This commit is contained in:
2025-11-06 13:27:54 +01:00
parent 44f5884d58
commit d85c2c931f

View File

@@ -18,5 +18,5 @@ variable "vault_token" {
variable "bucket-list" { variable "bucket-list" {
type = list type = list
default = ["cloudflare-dns-org", "cloudflare-dns-com", "cloudflare-tunnel-org", "cloudflare-tunnel-com", "aws-bucket", "aws-vpc", "aws-iam" ,"aws-iam-group-with-policies", "aws-iam-group-with-assumable-roles-policy", "aws-iam-assumable-roles", "aws-iam-assumable-roles-with-saml", "aws-iam-assumable-role", "aws-iam-assumable-role-with-saml", "aws-iam-assumable-role-with-oidc", "aws-iam-account", "aws-iam-policy", "aws-iam-user"] default = ["cloudflare-dns-org", "cloudflare-dns-com", "cloudflare-tunnel-org", "cloudflare-tunnel-com", "aws-bucket", "aws-vpc", "aws-iam" ,"aws-iam-group-with-policies", "aws-iam-group-with-assumable-roles-policy", "aws-iam-assumable-roles", "aws-iam-assumable-roles-with-saml", "aws-iam-assumable-role", "aws-iam-assumable-role-with-saml", "aws-iam-assumable-role-with-oidc", "aws-iam-account", "aws-iam-policy", "aws-iam-user", "cloudflare-applications"]
} }