Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 06:04
· 0 commits to 7bd7ef1217117c9ef890bd021bc02570ffd113c0 since this release

πŸš€ Release v1.0.0

πŸ“ What's Changed

  • See commit history for detailed changes

πŸ“Š Comparison

Full Changelog: v0.5.0...v1.0.0

🎯 Module Usage

Use this release in your Terraform configurations:

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