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.
 
 
 
 

11 line
133 B

  1. variable "ssh_pub_key" {
  2. type = string
  3. }
  4. variable "linode_token" {
  5. type = string
  6. }
  7. variable "root_password" {
  8. type = string
  9. }