#opentofu (2025-01)
Discuss OpenTofu-related topics
2025-01-09
v1.9.0: Update CHANGELOG.md - 1.9 release (#2350) Signed-off-by: James Humphries [email protected] (<mailto:[email protected]>)
Signed-off-by: James Humphries [email protected]
v1.9.0 We’re proud to announce that OpenTofu 1.9.0 is now officially out! This release includes a lot of major and minor new features, as well as a ton of community contributions! The highlights are:
for_each in provider configuration blocks: An alternate (aka “aliased”) provider configuration can now have multiple dynamically-chosen instances using the for_each argument: provider “aws” { alias = “by_region” for_each = var.aws_regions
region = each.key } Each instance of a resource can…
We’re proud to announce that OpenTofu 1.9.0 is now officially out! This release includes a lot of major and minor new features, as well as a ton of community contributions! The highlights are:
…