Skip to content

Commit 0649822

Browse files
authored
docs: Replace "oboukili" with "argoproj-labs" (#421)
Signed-off-by: Marco Maurer <[email protected]>
1 parent 9651769 commit 0649822

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88

99
# Terraform Provider for ArgoCD
1010

11-
[![Tests](https://github.com/oboukili/terraform-provider-argocd/actions/workflows/tests.yml/badge.svg)](https://github.com/oboukili/terraform-provider-argocd/actions/workflows/tests.yml)
11+
[![Tests](https://github.com/argoproj-labs/terraform-provider-argocd/actions/workflows/tests.yml/badge.svg)](https://github.com/argoproj-labs/terraform-provider-argocd/actions/workflows/tests.yml)
1212

1313
The [ArgoCD Terraform
14-
Provider](https://registry.terraform.io/providers/oboukili/argocd/latest/docs)
14+
Provider](https://registry.terraform.io/providers/argoproj-labs/argocd/latest/docs)
1515
provides lifecycle management of
1616
[ArgoCD](https://argo-cd.readthedocs.io/en/stable/) resources.
1717

@@ -27,7 +27,7 @@ from where you are running Terraform.
2727

2828
Official documentation on how to use this provider can be found on the
2929
[Terraform
30-
Registry](https://registry.terraform.io/providers/oboukili/argocd/latest/docs).
30+
Registry](https://registry.terraform.io/providers/argoproj-labs/argocd/latest/docs).
3131

3232
## Compatibility promise
3333

manifests/local-dev/repository.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
resource "argocd_repository" "this" {
2-
repo = "https://github.com/oboukili/terraform-provider-argocd"
2+
repo = "https://github.com/argoproj-labs/terraform-provider-argocd"
33
}

manifests/local-dev/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
terraform {
22
required_providers {
33
argocd = {
4-
source = "oboukili/argocd"
5-
version = ">= 5.0.0"
4+
source = "argoproj-labs/argocd"
5+
version = ">= 6.2.0"
66
}
77
kind = {
88
source = "unicell/kind"

0 commit comments

Comments
 (0)