# Functions

CustomHttpRequestRetry Helper function for retrying API calls.
CustomHttpRequestRetryStronglyTyped is a generic function that leverages CustomHttpRequestRetry.
Decrypt decrypts the given ciphertext with the provided key.
Encrypt encrypts the given plaintext with the provided key.
ExtractBoolAttr Extracts a bool attribute from a hashmap.
ExtractFloat32Attr Extracts a float attribute from a hashmap.
ExtractFloat64Attr Extracts a float attribute from a hashmap.
ExtractInt32Attr Extracts an int64 attribute from a hashmap.
ExtractInt64Attr Extracts an int64 attribute from a hashmap.
No description provided by the author
ExtractListAttr extracts a list attribute from a hashmap.
ExtractListStringAttr extracts a slice of string attributes from a hashmap.
ExtractObjectAttr extracts an object attribute from a hashmap.
ExtractResponseToMap reads an HTTP response body and unmarshals the JSON content into a map[string]interface{}.
ExtractStringAttr Extracts a string attribute from a hashmap.
No description provided by the author
Float32Pointer Convert float64 to *float32 with error handling.
Float64Pointer Convert float32 to *float64 with error handling.
HttpDiagnostics - responsible for gathering and logging HTTP driven events.
Int32Pointer Convert int64 to *int32 with error handling.
No description provided by the author
LogCurrentState LogCurrentStat Custom test check function to log the current state.
NewBoolDefault returns a struct that implements the defaults.Bool interface for a resource Schema.
NewFloat64Default returns a struct that implements the defaults.Float64 interface for a resource Schema.
NewHttpDiagnostics - responsible for gathering and logging HTTP driven events.
NewInt64Default returns a struct that implements the defaults.Int64 interface for a resource Schema.
No description provided by the author
NewStringDefault returns a struct that implements the defaults.String interface for a resource Schema.
ReadAndCloseBody Define a helper function to read and close the HTTP response body.

# Structs

RequiresReplaceIfSensitive Custom plan modifier to require replacement if the sensitive attribute changes.
No description provided by the author