Skip to content

Commit

Permalink
Use a datacenter that runs on renewables
Browse files Browse the repository at this point in the history
  • Loading branch information
plexus committed Aug 23, 2019
1 parent 0eca0e2 commit 210c95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clojurians_log/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ data "template_file" "userdata" {
resource "exoscale_compute" "clojurians_log" {
display_name = "${local.instance_name}"
template = "Linux Ubuntu 18.04 LTS 64-bit"
zone = "de-fra-1"
zone = "ch-gva-2"
size = "Large"
disk_size = 50
key_pair = "${var.exoscale_ssh_keypair_name}"
Expand Down

0 comments on commit 210c95a

Please sign in to comment.