tag in droplet image

This commit is contained in:
Cory Schwartz 2021-03-01 10:11:52 -08:00
parent 9ceda488e1
commit 2f496b3ad7

View File

@ -52,7 +52,7 @@ source "digitalocean" "lotus" {
size = "s-1vcpu-1gb" size = "s-1vcpu-1gb"
region = "nyc3" region = "nyc3"
image = "ubuntu-20-04-x64" image = "ubuntu-20-04-x64"
snapshot_name = "lotus-${var.lotus_network}-${local.timestamp}" snapshot_name = "lotus-${var.lotus_network}-${var.git_tag}-${local.timestamp}"
ssh_username = "root" ssh_username = "root"
} }