12 lines
139 B
Terraform
12 lines
139 B
Terraform
|
variable "do_token" {
|
||
|
type = string
|
||
|
}
|
||
|
|
||
|
variable "spaces_access_id" {
|
||
|
type = string
|
||
|
}
|
||
|
|
||
|
variable "spaces_secret_key" {
|
||
|
type = string
|
||
|
}
|