Skip to content

v1.9.0

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Nov 21:04
· 0 commits to d6a223c093f64a7e6405d84e7513a8fef705a316 since this release

πŸš€ Release v1.9.0

πŸ“ What's Changed

  • See commit history for detailed changes

πŸ“Š Comparison

Full Changelog: v1.8.0...v1.9.0

🎯 Module Usage

Use this release in your Terraform configurations:

module "example" {
  source = "git::https://github.com/nanlabs/terraform-aws-modules.git//modules/MODULE_NAME?ref=v1.9.0"
  # ... module configuration
}