FIXES:
- correctly wrap retry errors, so they are recognised as such, instead of generic client error
- region override must use WithRegion() function call so it superseeds any others, including WithDefaultRegion()
FIXES:
- region override in combination with profile works
FIXES:
- CI: remove build for terraform 1.7 - it's not supported by the provider
- make testing working locally
- fix logging of retries
- add retries to describe call
FEATURES:
- migration support with moved{} block from
aws_ssm_parameter
tofastssm_parameter
FIXES:
- properly handle
insecure_value
andvalue
in the state
FEATURES:
- validate AWS credentials before sending any API calls
- update documentation
FEATURES:
- provision SSM parameters (resource and data_source)
- improve read process of any SSM parameter significantly, by reducing DescribeParameter calls significantly