5 lines
74 B
Terraform
5 lines
74 B
Terraform
|
variable "digitalocean_token" {
|
||
|
type = string
|
||
|
sensitive = true
|
||
|
}
|