Files
ncp-terraform/terraform/variables.tf
2023-10-19 16:35:47 +09:00

11 lines
182 B
HCL

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