christianlempa-boilerplates/terraform/civo/credentials.tf

10 lines
158 B
Terraform
Raw Normal View History

2022-03-04 17:38:14 +01:00
# CIVO Credentials
# ---
# Credential Variables needed for CIVO
# Civo Config
variable "civo_token" {
description = "Civo API Token"
type = string
}