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