Skip to content

Commit

Permalink
computed for content (#8865) (#15735)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <magic-modules@google.com>
Co-authored-by: Edward Sun <sunedward@google.com>
  • Loading branch information
modular-magician and Edward Sun committed Sep 6, 2023
1 parent c4b0f12 commit d218165
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/8865.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
storage: fixed the failure in building a plan when a `content` value is expected on `google_storage_bucket_object_content`
```
1 change: 1 addition & 0 deletions google/services/storage/resource_storage_bucket_object.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ func ResourceStorageBucketObject() *schema.Resource {
ForceNew: true,
ExactlyOneOf: []string{"source"},
Sensitive: true,
Computed: true,
Description: `Data as string to be uploaded. Must be defined if source is not. Note: The content field is marked as sensitive. To view the raw contents of the object, please define an output.`,
},

Expand Down

0 comments on commit d218165

Please sign in to comment.