civo terraform boilerplates

This commit is contained in:
Christian
2022-03-04 17:38:14 +01:00
parent fdd48b9c70
commit cda48ece9d
6 changed files with 214 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# CIVO Credentials
# ---
# Credential Variables needed for CIVO
# Civo Config
variable "civo_token" {
description = "Civo API Token"
type = string
}