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