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: 2.kubernetes-nginx/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ The work here assumes you have a Kubernetes cluster with `kubectl` installed and
3
3
4
4
## Files
5
5
- The [variables.tf](variables.tf) contains the different variables configurable in this example.
6
-
- The [provider.tf](provider.tf) contains the terraform providers needed for this example.
6
+
- The [providers.tf](providers.tf) contains the terraform providers needed for this example.
7
7
- The [main.tf](main.tf) file has the configuration that Terraform will use to create the Nginx in the Kubernetes cluster.
8
8
9
9
This example also has a commented out snippet of using Artifactory as the [Terraform backend](https://jfrog.com/help/r/jfrog-artifactory-documentation/terraform-backend-repository).
- The [variables.tf](variables.tf) contains the different variables configurable in this example.
15
-
- The [provider.tf](provider.tf) contains the terraform providers needed for this example.
15
+
- The [providers.tf](providers.tf) contains the terraform providers needed for this example.
16
16
- The [main.tf](main.tf) file has the configuration that Terraform will use to configure the Artifactory server.
17
17
18
18
Create an [Artifactory access token](https://jfrog.com/help/r/how-to-generate-an-access-token-video/artifactory-creating-access-tokens-in-artifactory) and store it in a [terraform.tfvars](terraform.tfvars) file
Copy file name to clipboardexpand all lines: 5.aws-eks/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ The work here assumes you have an AWS account and have the AWS CLI installed and
3
3
4
4
## Files
5
5
- The [variables.tf](variables.tf) contains the different variables configurable in this example.
6
-
- The [provider.tf](provider.tf) contains the terraform providers needed for this example.
6
+
- The [providers.tf](providers.tf) contains the terraform providers needed for this example.
7
7
- The [main.tf](main.tf) contains the configuration that Terraform will use to create all the resources needed for running an [EKS](https://aws.amazon.com/eks/) cluster.
8
8
9
9
Set and store the needed variables values in a [terraform.tfvars](terraform.tfvars) file
0 commit comments