mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-16 09:48:57 +03:00
consolodating to single folder
This commit is contained in:
22
terraform/aws/variables.tf
Normal file
22
terraform/aws/variables.tf
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user