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) (#6918)

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Aug 3, 2020
1 parent 36dd884 commit 5f37f02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/3801.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
compute: fixed issue where the `project` field in `data.google_compute_network_endpoint_group` was returning an error when specified
```
1 change: 1 addition & 0 deletions google/data_source_compute_network_endpoint_group.go
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 5f37f02

Please sign in to comment.