diff --git a/docs/index.md b/docs/index.md index 29644291..16952aa9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -64,8 +64,9 @@ provider "argocd" { # context = "foo" # Use explicit context from ArgoCD config instead of `current-context`. } -# Unexposed ArgoCD API - using port-forwarding to temporarily expose ArgoCD API -# and authenticating using `auth_token`. +# Unexposed ArgoCD API - using the current Kubernetes context and +# port-forwarding to temporarily expose ArgoCD API and authenticating using +# `auth_token`. provider "argocd" { auth_token = "1234..." port_forward = true diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf index 502e224e..3e62e9e8 100644 --- a/examples/provider/provider.tf +++ b/examples/provider/provider.tf @@ -18,8 +18,9 @@ provider "argocd" { # context = "foo" # Use explicit context from ArgoCD config instead of `current-context`. } -# Unexposed ArgoCD API - using port-forwarding to temporarily expose ArgoCD API -# and authenticating using `auth_token`. +# Unexposed ArgoCD API - using the current Kubernetes context and +# port-forwarding to temporarily expose ArgoCD API and authenticating using +# `auth_token`. provider "argocd" { auth_token = "1234..." port_forward = true