Skip to content

Commit

Permalink
computed for content (#8865)
Browse files Browse the repository at this point in the history
Co-authored-by: Edward Sun <sunedward@google.com>
  • Loading branch information
edwardmedia and Edward Sun committed Sep 6, 2023
1 parent 050e275 commit e22666c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,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 e22666c

Please sign in to comment.