Files
getting-started/aws/aws-terraform/aws-app-stack-input-vars/variables.tf
2021-04-16 16:01:29 +04:00

5 lines
97 B
HCL

variable "ec2_instance_type" {
description = "AWS EC2 instance type."
type = string
}