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 dd211e0 commit 2b23fadCopy full SHA for 2b23fad
internal/services/ipam/helpers.go
@@ -48,6 +48,7 @@ func DiffSuppressFuncStandaloneIPandCIDR(_, oldValue, newValue string, _ *schema
48
if ip, _, err := net.ParseCIDR(s); err == nil {
49
return ip
50
}
51
+
52
return net.ParseIP(s)
53
54
0 commit comments