Skip to content

Instantly share code, notes, and snippets.

@lekansogunle
Created August 30, 2020 19:16
Show Gist options
  • Save lekansogunle/62f9ef4dec6d65a5c063fca6ca9b1ea7 to your computer and use it in GitHub Desktop.
Save lekansogunle/62f9ef4dec6d65a5c063fca6ca9b1ea7 to your computer and use it in GitHub Desktop.
variable "server_region" {
description = "Region to deploy server"
type = string
default = "eu-central-1"
}
variable "server_username" {
description = "Admin Username to access server"
type = string
default = "openvpn"
}
variable "server_password" {
description = "Admin Password to access server"
type = string
default = "password"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment