Skip to content

v2.0.0

Choose a tag to compare

@antonbabenko antonbabenko released this 10 Nov 03:01
· 2 commits to master since this release

2.0.0 (2025-11-10)

⚠ BREAKING CHANGES

  • Upgrade AWS provider and min required Terraform version to 6.8 and 1.11 respectively (#12)

Features

  • Terraform v1.11 is now minimum supported version to support the write-only (wo_* ) arguments
  • AWS provider v6.8 is now minimum supported version
  • The value argument has been replaced with the value_wo to ensure the sensitive value is never written to state
  • value_wo_version has been added to support the use of value_wo
  • ssm_parameter_tags_all output has been removed
  • Support for region parameter to specify the AWS region for the resources created if different from the provider region.