variables.tf 181 B

1234567
  1. variable "prefix" {
  2. description = "Prefix for role/policy naming"
  3. type = string
  4. }
  5. variable "aws_partition" { type = string }
  6. variable "aws_account_id" { type = string }