Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/complete/versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "1.9.0"
required_version = "1.11.4"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gberenice hm... I'm glad this isn't updating the root level versions.tf... I wonder what we should do with these sort of automated updates going forward. We don't really need to care about the examples/ tf versions. Maybe we have it ignore that folder?


required_providers {
github = {
Expand Down