dda-devops-build/src/main/resources/terraform/do_mixin_vars.tf

10 lines
130 B
Terraform
Raw Normal View History

2022-12-09 13:53:54 +00:00
variable "do_api_key" {
}
2022-12-10 11:42:48 +00:00
variable "spaces_access_id" {
default = null
}
variable "spaces_secret_key" {
default = null
}