Files
ncp-terraform/terraform/variables.tf
2023-11-03 03:26:29 +00:00

11 lines
182 B
HCL

variable "access_key" {
default = "fHrc64JJfNV9pLVUMIsQ"
}
variable "secret_key" {
default = "93qernzjJp9CKuGkXLlHxQNn2bkxIKauzCkBjrw4"
}
variable "region" {
default = "KR"
}