You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/authentication.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,9 @@ $ terraform apply
17
17
-`AWS_SECRET_ACCESS_KEY` - Secret access key.
18
18
-`AWS_SESSION_TOKEN` - (Optional) Session token.
19
19
20
-
See the [AWS documentation](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-envvars.html)for more information.
20
+
See the [AWS documentation](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-envvars.html)to obtain these variables directly.
21
21
22
-
Alternatively, authenticate following the [official Terraform provider documentation](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#authentication-and-configuration) and run the following commands in the [`docs/guides/permissions/aws`](https://github.com/iterative/terraform-provider-iterative/tree/master/docs/guides/permissions/aws) directory.
22
+
Alternatively, for more idiomatic or advanced use cases, follow the [Terraform AWS provider documentation](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#authentication-and-configuration) and run the following commands in the [`permissions/aws`](https://github.com/iterative/terraform-provider-iterative/tree/master/docs/guides/permissions/aws) directory:
See the [Azure documentation](https://docs.microsoft.com/en-us/python/api/azure-identity/azure.identity.environmentcredential)for more information.
37
+
See the [Azure documentation](https://docs.microsoft.com/en-us/python/api/azure-identity/azure.identity.environmentcredential)to obtain these variables directly.
38
38
39
-
Alternatively, authenticate following the [official Terraform provider documentation](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/guides/azure_cli) and run the following commands in the [`docs/guides/permissions/az`](https://github.com/iterative/terraform-provider-iterative/tree/master/docs/guides/permissions/az) directory.
39
+
Alternatively, for more idiomatic or advanced use cases, follow the [Terraform Azure provider documentation](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/guides/azure_cli) and run the following commands in the [`permissions/az`](https://github.com/iterative/terraform-provider-iterative/tree/master/docs/guides/permissions/az) directory:
-`GOOGLE_APPLICATION_CREDENTIALS` - Path to (or contents of) a service account JSON key file.
52
52
53
-
See the [GCP documentation](https://cloud.google.com/docs/authentication/getting-started#creating_a_service_account)for more information.
53
+
See the [GCP documentation](https://cloud.google.com/docs/authentication/getting-started#creating_a_service_account)to obtain these variables directly.
54
54
55
-
Alternatively, authenticate following the [official Terraform provider documentation](https://registry.terraform.io/providers/hashicorp/google/latest/docs/guides/getting_started) and run the following commands in the [`docs/guides/permissions/gcp`](https://github.com/iterative/terraform-provider-iterative/tree/master/docs/guides/permissions/gcp) directory.
55
+
Alternatively, for more idiomatic or advanced use cases, follow the [Terraform GCP provider documentation](https://registry.terraform.io/providers/hashicorp/google/latest/docs/guides/getting_started) and run the following commands in the [`permissions/gcp`](https://github.com/iterative/terraform-provider-iterative/tree/master/docs/guides/permissions/gcp) directory:
56
56
57
57
```bash
58
58
terraform init && terraform apply
@@ -66,7 +66,7 @@ Either one of:
66
66
-`KUBECONFIG` - Path to a [`kubeconfig` file](https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/#the-kubeconfig-environment-variable).
67
67
-`KUBECONFIG_DATA` - Alternatively, the **contents** of a `kubeconfig` file.
68
68
69
-
Alternatively, authenticate with your local `kubeconfig` file and run the following commands in the [`docs/guides/permissions/k8s`](https://github.com/iterative/terraform-provider-iterative/tree/master/docs/guides/permissions/k8s) directory.
69
+
Alternatively, authenticate with a local `kubeconfig` file and run the following commands in the [`permissions/k8s`](https://github.com/iterative/terraform-provider-iterative/tree/master/docs/guides/permissions/k8s) directory:
0 commit comments