We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81da749 commit dfa1957Copy full SHA for dfa1957
examples/tags_project/variables.tf
@@ -22,7 +22,7 @@ variable "organization_id" {
22
variable "folder_id" {
23
description = "The ID of a folder to host this project."
24
type = string
25
- default = ""
+ default = null
26
}
27
28
variable "billing_account" {
0 commit comments