Files
terraform-demo/modules/cloud9-ec2/variables.tf
2022-12-31 17:52:18 +09:00

7 lines
81 B
HCL

variable "instance_type" {
type = string
}
variable "name" {
type = string
}