consolodating to single folder

This commit is contained in:
Jonathan Simon
2019-11-17 22:49:51 -08:00
parent 90e4015ddf
commit 41f9618aa8
3 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
## MAIN Variables
variable "aws_access_key" {}
variable "aws_secret_key" {}
variable "name" {
type = string
description = "The name that will be tagged on all the AWS resources"
default = "tfcloud"
}
variable "prefix" {
type = string
description = "The prefix to add the name"
default = "jibakurei"
}
variable "prefix" {
type = string
description = "The prefix to add the name"
default = "jibakurei"
}