Skip to content

Commit

Permalink
Make master_authorized_networks_config.cidr_blocks Optional in GKE
Browse files Browse the repository at this point in the history
  • Loading branch information
rileykarson committed Nov 8, 2019
1 parent fdc0367 commit ffd734b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var (
Schema: map[string]*schema.Schema{
"cidr_blocks": {
Type: schema.TypeSet,
Required: true,
Optional: true,
Elem: cidrBlockConfig,
},
},
Expand Down

0 comments on commit ffd734b

Please sign in to comment.