You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/enos/modules/aws_ssh_keypair/variables.tf

4 lines
140 B

variable "enos_user" {
description = "The user running the tests, this is by default your OS user or Github User"
type = string
}