Update default value

This commit is contained in:
devuonocar
2023-10-31 10:47:28 +01:00
parent e52af05504
commit 103388bcc9
2 changed files with 2 additions and 2 deletions

View File

@@ -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" {