terraform.aws-baseline-infra/modules/security_identity_compliance/terraform-user/variables.tf

7 lines
141 B
Terraform
Raw Normal View History

2024-02-09 10:20:29 +08:00
variable default-tags {}
variable user-name {
type = string
default = "terraform-role"
}
variable service-category {}
variable gpg-key {}