Skip to content

Commit

Permalink
Merge pull request #73 from opzkit/dependabot/terraform/terraform-kop…
Browse files Browse the repository at this point in the history
…s/kops-1.28.5

chore(deps): bump terraform-kops/kops from 1.28.1 to 1.28.5
  • Loading branch information
argoyle authored Apr 18, 2024
2 parents 0938aa9 + 20ac460 commit 5a7f272
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/additional_nodes/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
required_providers {
kops = {
source = "terraform-kops/kops"
version = "1.28.1"
version = "~> 1.28"
}

aws = {
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
required_providers {
kops = {
source = "terraform-kops/kops"
version = "1.28.1"
version = "~> 1.28"
}

aws = {
Expand Down
2 changes: 1 addition & 1 deletion examples/policies/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
required_providers {
kops = {
source = "terraform-kops/kops"
version = "1.28.1"
version = "~> 1.28"
}

aws = {
Expand Down
2 changes: 1 addition & 1 deletion providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
kops = {
source = "terraform-kops/kops"
version = "1.28.1"
version = "1.28.5"
}
}
required_version = ">= 1.3.0"
Expand Down

0 comments on commit 5a7f272

Please sign in to comment.