Skip to content

Commit

Permalink
update terraform resource config
Browse files Browse the repository at this point in the history
  • Loading branch information
geloman committed Nov 24, 2024
1 parent 278e807 commit c4de963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
provider "digitalocean" {}

locals {
droplet_size = var.droplet_image
droplet_image = var.droplet_image
droplet_snapshot = data.digitalocean_droplet_snapshot.eastblue.id
}

Expand Down

0 comments on commit c4de963

Please sign in to comment.