terraform script add
This commit is contained in:
11
terraform/variables.tf
Normal file
11
terraform/variables.tf
Normal file
@@ -0,0 +1,11 @@
|
||||
variable "access_key" {
|
||||
default = "fHrc64JJfNV9pLVUMIsQ"
|
||||
}
|
||||
|
||||
variable "secret_key" {
|
||||
default = "93qernzjJp9CKuGkXLlHxQNn2bkxIKauzCkBjrw4"
|
||||
}
|
||||
|
||||
variable "region" {
|
||||
default = "KR"
|
||||
}
|
||||
Reference in New Issue
Block a user