Assign droplet to a project

This commit is contained in:
2020-07-25 16:18:08 -05:00
parent a680939b87
commit 12d3d7db6b
3 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
data "digitalocean_project" "this" {
name = var.project
}