mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-25 01:34:36 +01:00
10 lines
158 B
Terraform
10 lines
158 B
Terraform
|
# CIVO Credentials
|
||
|
# ---
|
||
|
# Credential Variables needed for CIVO
|
||
|
|
||
|
# Civo Config
|
||
|
variable "civo_token" {
|
||
|
description = "Civo API Token"
|
||
|
type = string
|
||
|
}
|