Adding some docker and terraform to it ... wip

This commit is contained in:
Joe Tretter
2022-09-29 13:39:46 -05:00
parent e359485d94
commit b50c7e9ddc
15 changed files with 428 additions and 182 deletions

13
variables.tf Normal file
View File

@@ -0,0 +1,13 @@
variable "ami_id" {
type = string
default = "ami-017fecd1353bcc96e"
}
variable "ami_key_pair_name" {
type=string
default = "teraformtest1"
}
variable "ami_name" {
type = string
default = "dumbApplicationServer"
}