mirror of
https://github.com/ghndrx/terraform.git
synced 2026-02-10 14:55:06 +00:00
cleanup folders and files
This commit is contained in:
16
aws/aws_asg/variables.tf
Normal file
16
aws/aws_asg/variables.tf
Normal 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 = ""
|
||||
}
|
||||
Reference in New Issue
Block a user