Versions in this module Expand all Collapse all v4 v4.1.0 Jun 1, 2023 v4.0.0 May 30, 2023 Changes in this version + const DateTimeFormat + var ErrDateFormat = errors.New("unable to parse date") + func AddPrefix(str, pre string) string + func BoolPtr(b bool) *bool + func ContainsString(s []string, searchTerm string) bool + func ConvertToString(data interface{}) (res string) + func DiagWarningf(format string, a ...interface{}) diag.Diagnostics + func DiagsWithErrors(d diag.Diagnostics, errs ...error) diag.Diagnostics + func Float64Ptr(f float64) *float64 + func GetFirstNotEmpty(values ...string) string + func GetIntID(str, prefix string) (int, error) + func GetMd5Sum(key interface{}) (string, error) + func GetSHAString(rdata string) string + func Int64Ptr(i int64) *int64 + func IntPtr(i int) *int + func ParseDate(layout, value string) (time.Time, error) + func StringPtr(s string) *string Other modules containing this package github.com/akamai/terraform-provider-akamai/v2 github.com/akamai/terraform-provider-akamai/v3 github.com/akamai/terraform-provider-akamai/v5