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

4
variable.project.tf Normal file
View File

@@ -0,0 +1,4 @@
variable "project" {
default = "default"
type = string
}