Skip to content

Commit

Permalink
Enable network endpoint groups and endpoints in GA (#3832)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored and emilymye committed Jun 14, 2019
1 parent f9ce6c3 commit 03d1122
Show file tree
Hide file tree
Showing 7 changed files with 1,440 additions and 1 deletion.
2 changes: 2 additions & 0 deletions google/provider_compute_gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ var GeneratedComputeResourcesMap = map[string]*schema.Resource{
"google_compute_image": resourceComputeImage(),
"google_compute_interconnect_attachment": resourceComputeInterconnectAttachment(),
"google_compute_network": resourceComputeNetwork(),
"google_compute_network_endpoint": resourceComputeNetworkEndpoint(),
"google_compute_network_endpoint_group": resourceComputeNetworkEndpointGroup(),
"google_compute_node_group": resourceComputeNodeGroup(),
"google_compute_node_template": resourceComputeNodeTemplate(),
"google_compute_region_autoscaler": resourceComputeRegionAutoscaler(),
Expand Down
Loading

0 comments on commit 03d1122

Please sign in to comment.