Skip to content

Commit

Permalink
chore(deps): update terraform rancher2 to ~> 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and yangchiu committed Dec 10, 2024
1 parent 9f65a9d commit 20ddb55
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test_framework/terraform/harvester/oracle/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
rancher2 = {
source = "rancher/rancher2"
version = "~> 5.1.0"
version = "~> 5.2.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion test_framework/terraform/harvester/rockylinux/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
rancher2 = {
source = "rancher/rancher2"
version = "~> 5.1.0"
version = "~> 5.2.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion test_framework/terraform/harvester/sle-micro/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
rancher2 = {
source = "rancher/rancher2"
version = "~> 5.1.0"
version = "~> 5.2.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion test_framework/terraform/harvester/sles/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
rancher2 = {
source = "rancher/rancher2"
version = "~> 5.1.0"
version = "~> 5.2.0"
}
}
}
Expand Down

0 comments on commit 20ddb55

Please sign in to comment.