#opentofu (2024-11)

Discuss OpenTofu-related topics

2024-11-04

Release notes from opentofu avatar
Release notes from opentofu
08:04:36 PM
Release v1.7.5 · opentofu/opentofuattachment image

Partially unknown provider functions arguments fixed (#2127) (#2133) …

Release notes from opentofu avatar
Release notes from opentofu
08:14:34 PM

v1.8.5 v1.8.5

Release notes from opentofu avatar
Release notes from opentofu
09:04:39 PM

v1.7.5 What’s Changed

Partially unknown provider functions arguments fixed in #2134

Full Changelog: <a class=”commit-link”…

Release v1.7.5 · opentofu/opentofuattachment image

What’s Changed

Partially unknown provider functions arguments fixed in #2134

Full Changelog: v1.7.4…v1.7.5

Release notes from opentofu avatar
Release notes from opentofu
09:04:39 PM

v1.8.5 BUG FIXES:

Provider functions will now handle partially unknown arguments per the tfplugin spec (#2127) tofu init will no longer return a spurious “Backend configuration changed” error when re-initializing a working directory with existing initialization of a backend whose configuration schema has required arguments. This was a regression…

Release v1.8.5 · opentofu/opentofu

BUG FIXES:

Provider functions will now handle partially unknown arguments per the tfplugin spec (#2127) tofu init will no longer return a spurious “Backend configuration changed” error when re-ini…

Partially unknown provider functions arguments fixed by cam72cam · Pull Request #2127 · opentofu/opentofuattachment image

Provider function arguments now respect the protocol&#39;s definition that function inputs should be checked against IsWhollyKnown in addition to the standard IsKnown. This is different than the ct…

2024-11-06

Release notes from opentofu avatar
Release notes from opentofu
12:54:38 PM

v1.9.0-alpha1 1.9.0-alpha1

Release notes from opentofu avatar
Release notes from opentofu
01:44:41 PM

v1.9.0-alpha1 Do not use this release for production workloads! It’s time for the first prerelease of the 1.9.0 version! This 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 =…

Release v1.9.0-alpha1 · opentofu/opentofuattachment image

Do not use this release for production workloads! It’s time for the first prerelease of the 1.9.0 version! This includes a lot of major and minor new features, as well as a ton of community c…

2024-11-19

Release notes from opentofu avatar
Release notes from opentofu
07:34:33 PM

v1.9.0-alpha2 What’s Changed

fix documentation typo in mock provider link by @ollevche in <a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”2638309974” data-permission-text=”Title is private”…

Release v1.9.0-alpha2 · opentofu/opentofuattachment image

What’s Changed

fix documentation typo in mock provider link by @ollevche in #2146 Support “v” prefixes in prerelease module version constraints by @AYM1607 in #2124 Improve log messages for provid…

ollevche - Overview

OpenTofu Core Engineer (sponsored by Scalr). ollevche has 22 repositories available. Follow their code on GitHub.

    keyboard_arrow_up