tpl/aws/terraform/variables.tf in kite-0.1.0 vs tpl/aws/terraform/variables.tf in kite-0.2.0

- old
+ new

@@ -16,9 +16,13 @@ variable "keypair_name" { type = "string" } +variable "bucket_name" { + type = "string" +} + variable "region" { type = "string" default = "eu-central-1" }