refactor: remove use of format function

This commit is contained in:
Jose Diaz-Gonzalez
2023-02-16 15:07:58 -05:00
parent 11743afbf0
commit b2fbefb6d3

View File

@@ -16,7 +16,7 @@ source "digitalocean" "ubuntu" {
region = "nyc1"
size = "s-1vcpu-512mb-10gb"
ssh_username = "root"
snapshot_name = format("dokku-%s-%s", var.dokku_version, formatdate("YYYYMMDDhhmm", timestamp()))
snapshot_name = "dokku-${var.dokku_version}-snapshot-{{timestamp}}"
}
build {