Skip to content

Commit

Permalink
Fix import used in constants/network_services_gateway.go.tmpl (#12705)
Browse files Browse the repository at this point in the history
  • Loading branch information
roaks3 authored Jan 8, 2025
1 parent 03a313d commit 15c9796
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@
*/ -}}

import (
{{ if eq $.TargetVersionName `ga` }}
tpgcompute "github.com/hashicorp/terraform-provider-google/google/services/compute"
{{- else }}
tpgcompute "github.com/hashicorp/terraform-provider-google-beta/google-beta/services/compute"
{{- end }}
tpgcompute "{{ $.ImportPath }}/services/compute"
)

// Checks if there is another gateway under the same location.
Expand Down

0 comments on commit 15c9796

Please sign in to comment.