Skip to content

Commit

Permalink
update tf version to v1.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fshuva committed Jun 20, 2024
1 parent 275dc47 commit 77848bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ variable "SSH_PUBLIC_KEY" {
// Magic Value for Catalog Validation that initializes Terraform with a specific version.
// Only needed in IBM catalog.
variable "TF_VERSION" {
default = "1.4.6"
default = "1.6.6"
description = "Terraform version to be used in validation."
}

Expand Down

0 comments on commit 77848bf

Please sign in to comment.