Skip to content

Commit

Permalink
chore(deps): update terraform linode to ~> 2.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plural-renovate[bot] committed Apr 24, 2024
1 parent 9c08259 commit 16031bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/providers/apps/linode.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
required_providers {
linode = {
source = "linode/linode"
version = "~> 2.13.0"
version = "~> 2.20.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
2 changes: 1 addition & 1 deletion templates/providers/bootstrap/linode.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
required_providers {
linode = {
source = "linode/linode"
version = "~> 2.13.0"
version = "~> 2.20.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down

0 comments on commit 16031bb

Please sign in to comment.