cleanup folders and files

This commit is contained in:
Greg Hendrickson
2023-11-17 17:08:59 -08:00
parent a27a3737fc
commit 8a23203128
35 changed files with 117 additions and 1225 deletions

16
aws/aws_asg/variables.tf Normal file
View File

@@ -0,0 +1,16 @@
# Define variables
variable "aws_region" {
type = string
default = "us-west-2"
}
variable "aws_access_key" {
type = string
default = ""
}
variable "aws_secret_key" {
type = string
default = ""
}