#opentofu (2024-05)

Discuss OpenTofu-related topics

2024-05-08

Release notes from opentofu avatar
Release notes from opentofu
04:14:36 PM

v1.7.1 We’re proud to announce that OpenTofu 1.7.1 is now officially out! This is a bugfix release and we encourage all OpenTofu 1.7.0 users to upgrade. What’s New?

Fixed support for provider functions in tests (#1603) Fixed crash in gcs backend when using certain commands (<a href=”https://github.com/opentofu/opentofu/pull/1618“…

Release v1.7.1 · opentofu/opentofuattachment image

We’re proud to announce that OpenTofu 1.7.1 is now officially out! This is a bugfix release and we encourage all OpenTofu 1.7.0 users to upgrade. What’s New?

Fixed support for provider functions i…

Allow unconfigured provider functions in test context by cam72cam · Pull Request #1603 · opentofu/opentofu

When implementing provider functions, I failed to consider how functions would be used in test checks. This spins up a provider instance for evaluating functions within a test context. It does no…

Fix GCS backend crash from encryption changes by cam72cam · Pull Request #1618 · opentofu/opentofuattachment image

The GCS backend is more eager than other backends we tested during the state encryption work. Some of the more peripheral commands were assumed to not need state encryption (incorrectly) and were p…

Release notes from opentofu avatar
Release notes from opentofu
04:24:34 PM

v1.7.1 We’re proud to announce that OpenTofu 1.7.1 is now officially out! This is a bugfix release and we encourage all OpenTofu 1.7.0 users to upgrade. What’s New?

Fixed support for provider functions in tests (#1603) Fixed crash in gcs backend when using certain commands (<a href=”https://github.com/opentofu/opentofu/pull/1618“…

2024-05-10

Hao Wang avatar
Hao Wang
dotemacs/terraform-provider-jq
Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

Sadly it uses exec, so not much of a step up from native terraform. Jq is in go, they should just use it natively :-)

dotemacs/terraform-provider-jq
Hao Wang avatar
Hao Wang

yeah, this is from opentofu channel, new feature

Hao Wang avatar
Hao Wang

not the old “exec”, but similar

Malcolm Matalka (Terrateam) avatar
Malcolm Matalka (Terrateam)

Jq is written in C, no? Probably there are go bindings

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

you’re right @Malcolm Matalka (Terrateam)

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)
Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

Looks like the gh CLI uses https://github.com/itchyny/gojq

itchyny/gojq

Pure Go implementation of jq

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)
	github.com/itchyny/gojq v0.12.15 // indirect
Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

(the gh CLI is why I just assumed it was in go)

2024-05-13

Hao Wang avatar
Hao Wang

Supporting OpenTofu is not an aggressive strategy in this open source community, but a welcoming one, and you will receive more wam feedbacks from the people in this community and they will remember you :)

Hao Wang avatar
Hao Wang

it is so great seeing this transition

2024-05-14

Hao Wang avatar
Hao Wang

From Oracle Cloud:

In this release, we have switched from Terraform to OpenTofu due to forthcoming Terraform licensing changes. You must therefore upgrade your Cloud Manager to 24.1.1.1 by June 30, 2024 at the latest.
1
Hao Wang avatar
Hao Wang
EBS Cloud Manager 24.1.1.1 Now Availableattachment image

Our latest Oracle E-Business Suite (EBS) Cloud Manager update, 24.1.1.1, converts from Terraform to OpenTofu and provides updated versions of other technology components.

2024-05-18

    keyboard_arrow_up