diff --git a/.changelog/18887.txt b/.changelog/18887.txt new file mode 100644 index 0000000000..f74bb1c19c --- /dev/null +++ b/.changelog/18887.txt @@ -0,0 +1,3 @@ +```release-note:new-resource +`google_compute_network_edge_security_service` (ga) +``` \ No newline at end of file diff --git a/google-beta/services/compute/resource_compute_network_edge_security_service_generated_test.go b/google-beta/services/compute/resource_compute_network_edge_security_service_generated_test.go index 511e6069a1..3e0b11b08f 100644 --- a/google-beta/services/compute/resource_compute_network_edge_security_service_generated_test.go +++ b/google-beta/services/compute/resource_compute_network_edge_security_service_generated_test.go @@ -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{ { @@ -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" diff --git a/google-beta/services/compute/resource_compute_network_edge_security_service_sweeper.go b/google-beta/services/compute/resource_compute_network_edge_security_service_sweeper.go index c1a019b60c..859920d9f0 100644 --- a/google-beta/services/compute/resource_compute_network_edge_security_service_sweeper.go +++ b/google-beta/services/compute/resource_compute_network_edge_security_service_sweeper.go @@ -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. diff --git a/google-beta/services/compute/resource_compute_network_edge_security_service_test.go b/google-beta/services/compute/resource_compute_network_edge_security_service_test.go index 669be959fd..6bde7850b1 100644 --- a/google-beta/services/compute/resource_compute_network_edge_security_service_test.go +++ b/google-beta/services/compute/resource_compute_network_edge_security_service_test.go @@ -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. diff --git a/website/docs/r/compute_network_edge_security_service.html.markdown b/website/docs/r/compute_network_edge_security_service.html.markdown index c53ace6856..b6b368c62f 100644 --- a/website/docs/r/compute_network_edge_security_service.html.markdown +++ b/website/docs/r/compute_network_edge_security_service.html.markdown @@ -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: @@ -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"