resource "aws_instance" "cloudtruth" {
instance_type = var.instance_type
availability_zone = var.availability_zone_names[0]
value = aws_instance.cloudtruth.availability_zone
value = aws_instance.cloudtruth.ami
value = aws_instance.cloudtruth.instance_type
value = aws_instance.cloudtruth.tags.Name
#########################
####### VARIABLES #######
#########################
description = "Value of the Amazon Machine Image"
variable "instance_type" {
description = "Value of the Instance Type"
variable "availability_zone_names"{
description = "List of available regions"
variable "resource_tags" {
description = "Tags to set for all resources"