Skip to content

Commit 3a67e88

Browse files
committed
fix
1 parent 387aeec commit 3a67e88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mmv1/templates/terraform/constants/beyondcorp_security_gateway.go.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
limitations under the License.
1212
*/ -}}
1313
func beyondcorpSecurityGatewayHubsHash(v interface{}) int {
14-
if v == nil {
14+
if v == nil {
1515
return 0
1616
}
1717

@@ -20,5 +20,5 @@ func beyondcorpSecurityGatewayHubsHash(v interface{}) int {
2020

2121
buf.WriteString(fmt.Sprintf("%s-", m["region"].(string)))
2222

23-
return hashcode(buf.String())
23+
return tpgresource.Hashcode(buf.String())
2424
}

0 commit comments

Comments
 (0)