civo terraform boilerplates
This commit is contained in:
9
terraform/civo/credentials.tf
Normal file
9
terraform/civo/credentials.tf
Normal file
@@ -0,0 +1,9 @@
|
||||
# CIVO Credentials
|
||||
# ---
|
||||
# Credential Variables needed for CIVO
|
||||
|
||||
# Civo Config
|
||||
variable "civo_token" {
|
||||
description = "Civo API Token"
|
||||
type = string
|
||||
}
|
||||
Reference in New Issue
Block a user