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

This commit is contained in:
2025-08-19 20:38:19 +02:00
parent 68b98ce36a
commit f490d065ab

View File

@@ -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"]
}