Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .changelog/18887.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
`google_compute_network_edge_security_service` (ga)
```
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func TestAccComputeNetworkEdgeSecurityService_computeNetworkEdgeSecurityServiceB

acctest.VcrTest(t, resource.TestCase{
PreCheck: func() { acctest.AccTestPreCheck(t) },
ProtoV5ProviderFactories: acctest.ProtoV5ProviderBetaFactories(t),
ProtoV5ProviderFactories: acctest.ProtoV5ProviderFactories(t),
CheckDestroy: testAccCheckComputeNetworkEdgeSecurityServiceDestroyProducer(t),
Steps: []resource.TestStep{
{
Expand All @@ -93,8 +93,6 @@ func TestAccComputeNetworkEdgeSecurityService_computeNetworkEdgeSecurityServiceB
func testAccComputeNetworkEdgeSecurityService_computeNetworkEdgeSecurityServiceBasicExample(context map[string]interface{}) string {
return acctest.Nprintf(`
resource "google_compute_network_edge_security_service" "default" {
provider = google-beta

name = "%{resource_name}"
region = "%{region}"
description = "My basic resource"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//
// This code is generated by Magic Modules using the following:
//
// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/compute/resource_compute_network_edge_security_service_sweeper.go.tmpl
// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/compute/resource_compute_network_edge_security_service_sweeper.go
//
// DO NOT EDIT this file directly. Any changes made to this file will be
// overwritten during the next generation cycle.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//
// This code is generated by Magic Modules using the following:
//
// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/compute/resource_compute_network_edge_security_service_test.go.tmpl
// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/compute/resource_compute_network_edge_security_service_test.go
//
// DO NOT EDIT this file directly. Any changes made to this file will be
// overwritten during the next generation cycle.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ description: |-

Google Cloud Armor network edge security service resource.

~> **Warning:** This resource is in beta, and should be used with the terraform-provider-google-beta provider.
See [Provider Versions](../guides/provider_versions.html.markdown) for more details on beta resources.

To get more information about NetworkEdgeSecurityService, see:

Expand All @@ -37,8 +35,6 @@ To get more information about NetworkEdgeSecurityService, see:

```hcl
resource "google_compute_network_edge_security_service" "default" {
provider = google-beta

name = "my-edge-security-service"
region = "us-east1"
description = "My basic resource"
Expand Down