Best practice clean up to add more descriptions and stricter type cases on variables.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
resource "digitalocean_project_resources" "this" {
|
||||
count = var.use_project > 0 ? 1 : 0
|
||||
count = var.use_project ? 1 : 0
|
||||
project = data.digitalocean_project.this[0].id
|
||||
resources = [
|
||||
digitalocean_droplet.this.urn
|
||||
|
||||
Reference in New Issue
Block a user