Adding some docker and terraform to it ... wip
This commit is contained in:
13
variables.tf
Normal file
13
variables.tf
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user