File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
1313The [ 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 )
1515provides 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
2828Official 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
Original file line number Diff line number Diff line change 11resource "argocd_repository" "this" {
2- repo = " https://github.com/oboukili /terraform-provider-argocd"
2+ repo = " https://github.com/argoproj-labs /terraform-provider-argocd"
33}
Original file line number Diff line number Diff line change 11terraform {
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"
You can’t perform that action at this time.
0 commit comments