Files
ncp-terraform/terraform/variables.tf
2023-11-03 03:25:40 +00:00

11 lines
122 B
HCL

variable "access_key" {
default = ""
}
variable "secret_key" {
default = ""
}
variable "region" {
default = "KR"
}