테라폼 환경 수정
This commit is contained in:
10
modules/cloud9-ec2-env/variables.tf
Normal file
10
modules/cloud9-ec2-env/variables.tf
Normal file
@ -0,0 +1,10 @@
|
||||
variable "cloud9_id" {
|
||||
description = "cloud9-ec2"
|
||||
type = string
|
||||
}
|
||||
variable "permissions" {
|
||||
type = string
|
||||
}
|
||||
variable "user_arn" {
|
||||
type = string
|
||||
}
|
Reference in New Issue
Block a user