Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
akerl committed Mar 30, 2019
1 parent 734a1db commit 95b292a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resource "random_id" "vm_suffix" {

module "vm" {
source = "armorfret/wireguard-base/linode"
version = "0.0.1"
version = "0.0.2"
name = "wg-image_${random_id.vm_suffix.hex}"
region = "us-east"
type = "g6-standard-1"
Expand Down

0 comments on commit 95b292a

Please sign in to comment.