terraform-demo/modules/cloud9-ec2-env/variables.tf

10 lines
160 B
HCL

variable "cloud9_id" {
description = "cloud9-ec2"
type = string
}
variable "permissions" {
type = string
}
variable "user_arn" {
type = string
}