Skip to content

Commit c93a0f1

Browse files
0x2b3bfa0casperdcl
andauthored
Apply suggestions from code review
Co-authored-by: Casper da Costa-Luis <[email protected]>
1 parent 9df2738 commit c93a0f1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/guides/authentication.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ $ terraform apply
1717
- `AWS_SECRET_ACCESS_KEY` - Secret access key.
1818
- `AWS_SESSION_TOKEN` - (Optional) Session token.
1919

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.
2121

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:
2323

2424
```bash
2525
terraform init && terraform apply
@@ -34,9 +34,9 @@ export AWS_SECRET_ACCESS_KEY="$(terraform output --raw aws_secret_access_key)"
3434
- `AZURE_SUBSCRIPTION_ID` - Subscription identifier.
3535
- `AZURE_TENANT_ID` - Tenant identifier.
3636

37-
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.
3838

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:
4040

4141
```bash
4242
terraform init && terraform apply
@@ -50,9 +50,9 @@ export AZURE_CLIENT_SECRET="$(terraform output --raw azure_client_secret)"
5050

5151
- `GOOGLE_APPLICATION_CREDENTIALS` - Path to (or contents of) a service account JSON key file.
5252

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.
5454

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:
5656

5757
```bash
5858
terraform init && terraform apply
@@ -66,7 +66,7 @@ Either one of:
6666
- `KUBECONFIG` - Path to a [`kubeconfig` file](https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/#the-kubeconfig-environment-variable).
6767
- `KUBECONFIG_DATA` - Alternatively, the **contents** of a `kubeconfig` file.
6868

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:
7070

7171
```bash
7272
kubectl apply --filename main.yml

0 commit comments

Comments
 (0)