From 44f5884d58f62cb6bdc03ab948b1ebd027ce080d Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Wed, 15 Oct 2025 08:54:42 +0200 Subject: [PATCH] Update variables.tf --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index bbfa965..e4346e7 100644 --- a/variables.tf +++ b/variables.tf @@ -18,5 +18,5 @@ variable "vault_token" { variable "bucket-list" { type = list - default = ["cloudflare-dns-org", "cloudflare-dns-com", "cloudflare-tunnel-org", "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"] } \ No newline at end of file