10 lines
160 B
HCL
10 lines
160 B
HCL
variable "cloud9_id" {
|
|
description = "cloud9-ec2"
|
|
type = string
|
|
}
|
|
variable "permissions" {
|
|
type = string
|
|
}
|
|
variable "user_arn" {
|
|
type = string
|
|
} |