Skip to content

Commit

Permalink
Import asdf-kubectl repository
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <sora@morimoto.io>
  • Loading branch information
smorimoto committed Apr 29, 2021
1 parent 2925c8e commit 1ef00ee
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 32 deletions.
30 changes: 16 additions & 14 deletions terraform/github/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions terraform/github/repositories.tf
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,19 @@ locals {
]
}

asdf-kubectl = {
description = "Kubectl plugin for the asdf version manager"
homepage_url = "https://github.com/asdf-vm/asdf"
topics = [
"asdf-plugin",
"asdf",
]
teams = [
"asdf-core",
"asdf-kubectl",
]
}

asdf-lean = {
description = "Lean plugin for the asdf version manager"
homepage_url = "https://github.com/asdf-vm/asdf"
Expand Down
7 changes: 7 additions & 0 deletions terraform/github/teams.tf
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,13 @@ locals {
]
}

asdf-kubectl = {
description = "The people with push access to the asdf-kubectl repository"
maintainers = [
"DustinChaloupka",
]
}

asdf-mage = {
description = "The people with push access to the asdf-mage repository"
maintainers = [
Expand Down
4 changes: 2 additions & 2 deletions terraform/github/versions.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
terraform {
required_version = ">= 0.14"
required_version = ">= 0.15"

required_providers {
github = {
source = "integrations/github"
version = "4.5.0"
version = "4.9.2"
}
}
}
29 changes: 15 additions & 14 deletions terraform/scaleway/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions terraform/scaleway/versions.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
terraform {
required_version = ">= 0.14"
required_version = ">= 0.15"

required_providers {
scaleway = {
source = "scaleway/scaleway"
version = "2.0.0-rc1"
version = "2.0.0"
}
}
}

0 comments on commit 1ef00ee

Please sign in to comment.