4 lines
85 B
Terraform
4 lines
85 B
Terraform
variable "role_name" {
|
|
type = string
|
|
description = "Name of target role"
|
|
} |