Skip to content

Commit

Permalink
fix(types-for-idempotence): related to issue terraform-provider-googl…
Browse files Browse the repository at this point in the history
…e#9353
  • Loading branch information
Maarc-D committed Mar 5, 2024
1 parent c4260af commit 56fbac3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mmv1/products/compute/Router.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ properties:
This enum field has the one valid value: ALL_SUBNETS
item_type: Api::Type::String # TODO(#324): enum?
send_empty_value: true
- !ruby/object:Api::Type::Array
- !ruby/object:Api::Type::Set
name: advertisedIpRanges
description: |
User-specified list of individual IP ranges to advertise in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Leave this field blank to advertise no custom groups.`,
},
},
"advertised_ip_ranges": {
Type: schema.TypeList,
Type: schema.TypeSet,
Optional: true,
Description: `User-specified list of individual IP ranges to advertise in
custom mode. This field can only be populated if advertiseMode
Expand Down

0 comments on commit 56fbac3

Please sign in to comment.