Skip to content

Commit

Permalink
Organization policies can insert entries into this field, causing a p…
Browse files Browse the repository at this point in the history
…ermadiff. (#1281)

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored and nat-henderson committed Oct 21, 2019
1 parent 0574383 commit 5f6c923
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions google-beta/resource_pubsub_topic.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ func resourcePubsubTopic() *schema.Resource {
},
"message_storage_policy": {
Type: schema.TypeList,
Computed: true,
Optional: true,
MaxItems: 1,
Elem: &schema.Resource{
Expand Down

0 comments on commit 5f6c923

Please sign in to comment.