Skip to content

Commit

Permalink
Terraform: make GCS bucket bucket_policy_only computed (#3822)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored and Ty Larrabee committed Jun 17, 2019
1 parent 4771fd0 commit cf78e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/resource_storage_bucket.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ func resourceStorageBucket() *schema.Resource {
"bucket_policy_only": {
Type: schema.TypeBool,
Optional: true,
Default: false,
Computed: true,
},
},
}
Expand Down

0 comments on commit cf78e05

Please sign in to comment.