Skip to content

Commit

Permalink
Test Terraform cloud using TF 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dflook committed Feb 9, 2024
1 parent 2871e4c commit cbf7e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/workflows/test-cloud/partial/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
cloud {
}
required_version = "~> 1.5.0"
required_version = "~> 1.6.0"
}

resource "random_id" "the_id" {
Expand Down

0 comments on commit cbf7e5e

Please sign in to comment.