Update default value
This commit is contained in:
@@ -224,7 +224,7 @@ variable "project_id" {
|
||||
variable "public_access_prevention" {
|
||||
description = "Prevents public access to a bucket. Acceptable values are inherited or enforced. If inherited, the bucket uses public access prevention, only if the bucket is subject to the public access prevention organization policy constraint."
|
||||
type = string
|
||||
default = "inherited"
|
||||
default = null
|
||||
}
|
||||
|
||||
variable "requester_pays" {
|
||||
|
||||
Reference in New Issue
Block a user