Skip to content

Instantly share code, notes, and snippets.

@arnaudgeiser
Created January 11, 2022 13:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arnaudgeiser/1cd7acd33aba5d68c5093fb1ad74f853 to your computer and use it in GitHub Desktop.
Save arnaudgeiser/1cd7acd33aba5d68c5093fb1ad74f853 to your computer and use it in GitHub Desktop.
source "exoscale" "my-app" {
api_key = var.api_key
api_secret = var.api_secret
instance_template = "Linux Ubuntu 20.04 LTS 64-bit"
instance_security_groups = ["default"]
template_zone = "ch-gva-2"
template_name = "golfview-template"
template_description = "Hello"
template_username = "arnaud"
#template_boot_mode = "uefi"
ssh_username = "root"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment