Skip to content

Commit

Permalink
feat: switch to new maintained provider
Browse files Browse the repository at this point in the history
  • Loading branch information
argoyle committed Apr 12, 2024
1 parent 9c21887 commit 68745fb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions examples/additional_nodes/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ provider "aws" {
terraform {
required_providers {
kops = {
source = "clayrisser/kops"
version = "1.28.0"
source = "terraform-kops/kops"
version = "1.28.1"
}

aws = {
Expand Down
4 changes: 2 additions & 2 deletions examples/basic/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ provider "aws" {
terraform {
required_providers {
kops = {
source = "clayrisser/kops"
version = "1.28.0"
source = "terraform-kops/kops"
version = "1.28.1"
}

aws = {
Expand Down
4 changes: 2 additions & 2 deletions examples/policies/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ provider "aws" {
terraform {
required_providers {
kops = {
source = "clayrisser/kops"
version = "1.28.0"
source = "terraform-kops/kops"
version = "1.28.1"
}

aws = {
Expand Down
4 changes: 2 additions & 2 deletions providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ terraform {
version = "~> 5.0"
}
kops = {
source = "clayrisser/kops"
version = "1.28.0"
source = "terraform-kops/kops"
version = "1.28.1"
}
}
required_version = ">= 1.3.0"
Expand Down

0 comments on commit 68745fb

Please sign in to comment.