Skip to content

Commit

Permalink
feat: upgrade opentofu to the latest version (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenmartius authored Jun 11, 2024
2 parents cb6a448 + e24ff05 commit 0a115d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stacks/opentofu/config.tm.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ globals "terraform" "backend" {
}

globals "terraform" {
version = "1.6.2"
version = "1.7.2"
}
2 changes: 1 addition & 1 deletion stacks/opentofu/empty/terraform.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// TERRAMATE: GENERATED AUTOMATICALLY DO NOT EDIT

terraform {
required_version = "1.6.2"
required_version = "1.7.2"
}
terraform {
required_providers {
Expand Down

0 comments on commit 0a115d8

Please sign in to comment.