hongbo-miao/hongbomiao.com

View on GitHub
cloud-infrastructure/terraform/modules/aws/hm_amazon_ec2_instance/variables.tf

Summary

Maintainability
Test Coverage
variable "instance_name" {
  type = string
}
variable "instance_ami" {
  type = string
}
variable "instance_type" {
  type = string
}
variable "instance_profile" {
  type = string
}
variable "key_name" {
  type = string
}
variable "amazon_vpc_subnet_id" {
  type = string
}
variable "amazon_ec2_security_group_id" {
  type = string
}
variable "environment" {
  type = string
}
variable "team" {
  type = string
}