christianlempa-boilerplates/terraform/civo/credentials.tf
2022-03-04 17:38:14 +01:00

10 lines
158 B
HCL

# CIVO Credentials
# ---
# Credential Variables needed for CIVO
# Civo Config
variable "civo_token" {
description = "Civo API Token"
type = string
}