Skip to content

Commit

Permalink
update base module
Browse files Browse the repository at this point in the history
  • Loading branch information
akerl committed Apr 2, 2019
1 parent 48769f8 commit 39b8de3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ resource "random_id" "vm_suffix" {

module "vm" {
source = "armorfret/wireguard-base/linode"
version = "0.0.3"
version = "0.0.4"
name = "wg-image_${random_id.vm_suffix.hex}"
region = "us-east"
type = "g6-standard-1"
deploy_repo = "${var.deploy_repo}"
source_image_id = "linode/ubuntu18.04"
ssh_keys = ["${var.ssh_keys}"]
users = ["${var.users}"]
}

resource "linode_image" "image" {
Expand Down

0 comments on commit 39b8de3

Please sign in to comment.