Versions in this module Expand all Collapse all v0 v0.0.2 Nov 27, 2020 Changes in this version + func BoolValue(v *bool) bool + func GetAuthInfo(ctx context.Context, c client.Client, mg resource.Managed) (token string, err error) + func LateInitializeBool(b *bool, from bool) *bool + func LateInitializeInt64(i *int64, from int64) *int64 + func LateInitializeString(s *string, from string) *string + func LateInitializeStringMap(s map[string]string, from map[string]string) map[string]string + func LateInitializeStringSlice(s []string, from []string) []string + func StringValue(v *string) string