Skip to content

Commit

Permalink
chore(deps): update terraform linode to ~> 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plural-renovate[bot] committed Feb 27, 2024
1 parent 6654644 commit f1c9abb
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.16.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.16.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down

0 comments on commit f1c9abb

Please sign in to comment.