Skip to content

Commit

Permalink
Merge pull request #33 from opzkit/provider-1.23.5
Browse files Browse the repository at this point in the history
chore: update to latest 1.23-version of provider
  • Loading branch information
peter-svensson authored Sep 7, 2022
2 parents e9c6a32 + aeaa047 commit da00107
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 @@ -16,7 +16,7 @@ terraform {
required_providers {
kops = {
source = "eddycharly/kops"
version = "1.23.4"
version = "1.23.5"
}

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 @@ -16,7 +16,7 @@ terraform {
required_providers {
kops = {
source = "eddycharly/kops"
version = "1.23.4"
version = "1.23.5"
}

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 @@ -16,7 +16,7 @@ terraform {
required_providers {
kops = {
source = "eddycharly/kops"
version = "1.23.4"
version = "1.23.5"
}

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 = "eddycharly/kops"
version = "~>1.23.4"
version = "~>1.23.5"
}
}
}

0 comments on commit da00107

Please sign in to comment.