20 lines
223 B
Terraform
20 lines
223 B
Terraform
|
variable "api_token" {
|
||
|
type = string
|
||
|
default = ""
|
||
|
}
|
||
|
|
||
|
variable "zone_id" {
|
||
|
type = string
|
||
|
default = ""
|
||
|
}
|
||
|
|
||
|
variable "account_id" {
|
||
|
type = string
|
||
|
default = ""
|
||
|
}
|
||
|
|
||
|
variable "domain" {
|
||
|
type = string
|
||
|
default = ""
|
||
|
}
|