Skip to content

Commit

Permalink
change TF version to 1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fshuva committed Sep 6, 2023
1 parent 0ad201e commit abf9648
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 Calalog Validation that initlizes terraform with a specific version.
// Only needed in IBM catalog.
variable "TF_VERSION" {
default = "1.1"
default = "1.4.6"
description = "Terraform version to be used in validation"
}
// IBM Regions
Expand Down

0 comments on commit abf9648

Please sign in to comment.