Skip to content

Commit

Permalink
Fix link in ga blog post. (#249)
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Martin <[email protected]>
  • Loading branch information
cube2222 authored Jan 10, 2024
1 parent a17e373 commit 4a94215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/2024-01-10-opentofu-is-going-ga.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ It took us a while to come out with this initial release. There has been a lot o

First, and we know that this is important to many, we’re aiming to maintain a reasonable amount of compatibility with Terraform where it makes sense. We’re not going to be pushing for big DSL changes, we’re not going to be pushing for provider protocol changes, nothing of the sort. We’ll keep the migration path both ways easy for the foreseeable future.

**The biggest change coming soon**, slated for 1.7, is the client-side state encryption. Asked for by many and for a long time now, it will let you encrypt both your state files and plan files end to end. This is valuable to projects working in a regulated environment, and ones going for maximum security. You can find the tracking issue here (todo: link).
**The biggest change coming soon**, slated for 1.7, is the client-side state encryption. Asked for by many and for a long time now, it will let you encrypt both your state files and plan files end to end. This is valuable to projects working in a regulated environment, and ones going for maximum security. You can find the tracking issue [here](https://github.com/opentofu/opentofu/issues/1030).

Initially, we’ll add support for user-provided keys and a couple of widely-used key management services. Long-term, depending on the usage we see and how the community responds, we might be introducing a plugin system so you can bring arbitrary key management services to it.

Expand Down

0 comments on commit 4a94215

Please sign in to comment.