Skip to content

Commit cf78e05

Browse files
modular-magicianTy Larrabee
authored and
Ty Larrabee
committed
Terraform: make GCS bucket bucket_policy_only computed (#3822)
Signed-off-by: Modular Magician <[email protected]>
1 parent 4771fd0 commit cf78e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/resource_storage_bucket.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ func resourceStorageBucket() *schema.Resource {
264264
"bucket_policy_only": {
265265
Type: schema.TypeBool,
266266
Optional: true,
267-
Default: false,
267+
Computed: true,
268268
},
269269
},
270270
}

0 commit comments

Comments
 (0)