From f490d065ab06bcd0b4aa5dd778bb8c0125043658 Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Tue, 19 Aug 2025 20:38:19 +0200 Subject: [PATCH] Actualiser variables.tf --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 9a033f6..bbfa965 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"] + 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"] } \ No newline at end of file