Skip to content

Commit

Permalink
Make project field in google_compute_network_endpoint_group ds option…
Browse files Browse the repository at this point in the history
…al (#3801)
  • Loading branch information
rileykarson authored Aug 3, 2020
1 parent 872cc5d commit b25864e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ func dataSourceGoogleComputeNetworkEndpointGroup() *schema.Resource {
// Set 'Optional' schema elements
addOptionalFieldsToSchema(dsSchema, "name")
addOptionalFieldsToSchema(dsSchema, "zone")
addOptionalFieldsToSchema(dsSchema, "project")
addOptionalFieldsToSchema(dsSchema, "self_link")

return &schema.Resource{
Expand Down

0 comments on commit b25864e

Please sign in to comment.