We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 387aeec commit 3a67e88Copy full SHA for 3a67e88
mmv1/templates/terraform/constants/beyondcorp_security_gateway.go.tmpl
@@ -11,7 +11,7 @@
11
limitations under the License.
12
*/ -}}
13
func beyondcorpSecurityGatewayHubsHash(v interface{}) int {
14
- if v == nil {
+ if v == nil {
15
return 0
16
}
17
@@ -20,5 +20,5 @@ func beyondcorpSecurityGatewayHubsHash(v interface{}) int {
20
21
buf.WriteString(fmt.Sprintf("%s-", m["region"].(string)))
22
23
- return hashcode(buf.String())
+ return tpgresource.Hashcode(buf.String())
24
0 commit comments