You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Terraform and AWS provider versions to 1.11 and 6.0 respectively (#14)
Features
Terraform v1.11 is now minimum supported version; required for ephemeral resources and write only arguments
AWS provider v6.0 is now minimum supported version
Support for region parameter to specify the AWS region for the resources created if different from the provider region.
Variable definitions now contain detailed object types in place of the previously used any type
Support for generating a random password has been updated to use the new ephemeral resource type and passed to a write only attribute to ensure secrets are not persisted in the Terraform statefile
Adds support for secret_string_wo, secret_string_wo_version, and rotate_immediately arguments