Automation and setup for sites I own.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- variable "ssh_pub_key" {
- type = string
- }
-
- variable "linode_token" {
- type = string
- }
-
- variable "root_password" {
- type = string
- }
|