Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Thornton committed Sep 27, 2024
1 parent ca9bc0b commit f71aa90
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 2-Terraform-AZURE-Services-Creation/1-Create-ACR.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ In this lab, you'll create a repository in Azure Container Registry (ACR) to sto
## Steps

1. **Review and Change Terraform .tfvars**
- Open the [terraform.tfvars](https://github.com/thomast1906/DevOps-The-Hard-Way-Azure/tree/updates-sept-2024/Terraform-AZURE-Services-Creation/1-acr/terraform.tfvars) file.
- Open the [terraform.tfvars](https://github.com/thomast1906/DevOps-The-Hard-Way-Azure/tree/updates-sept-2024/2-Terraform-AZURE-Services-Creation/1-acr/terraform.tfvars) file.
- Ensure all values are accurate for your environment and unique.

2. **Understand the Terraform Configuration**
Review the [ACR Terraform configuration](https://github.com/thomast1906/DevOps-The-Hard-Way-Azure/tree/updates-sept-2024/Terraform-AZURE-Services-Creation/1-acr). The `acr.tf` file will:
Review the [ACR Terraform configuration](https://github.com/thomast1906/DevOps-The-Hard-Way-Azure/tree/updates-sept-2024/2-Terraform-AZURE-Services-Creation/1-acr). The `acr.tf` file will:
- [ ] Use a Terraform backend to store the `.tfstate` in an Azure Storage Account
- [ ] Use the `uksouth` region (can change if desired)
- [ ] Create a new Resource Group using `azurerm_resource_group`
Expand Down
2 changes: 1 addition & 1 deletion 2-Terraform-AZURE-Services-Creation/2-Create-VNET.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ In this lab, you'll set up the networking infrastructure for your AKS deployment
### Steps

1. **Review and Change Terraform .tfvars**
- Open the [terraform.tfvars](https://github.com/thomast1906/DevOps-The-Hard-Way-Azure/tree/updates-sept-2024/Terraform-AZURE-Services-Creation/2-vnet/terraform.tfvars) file.
- Open the [terraform.tfvars](https://github.com/thomast1906/DevOps-The-Hard-Way-Azure/tree/updates-sept-2024/2-Terraform-AZURE-Services-Creation/2-vnet/terraform.tfvars) file.
- Ensure all values are accurate for your environment.

2. **Understand the Terraform Configuration**
Expand Down
4 changes: 2 additions & 2 deletions 2-Terraform-AZURE-Services-Creation/3-Create-Log-Analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ In this lab, you'll create a Log Analytics workspace to view container insights
### Steps

1. **Review and Change Terraform .tfvars**
- Open the [terraform.tfvars](https://github.com/thomast1906/DevOps-The-Hard-Way-Azure/tree/updates-sept-2024/Terraform-AZURE-Services-Creation/3-log-analytics/terraform.tfvars) file.
- Open the [terraform.tfvars](https://github.com/thomast1906/DevOps-The-Hard-Way-Azure/tree/updates-sept-2024/2-Terraform-AZURE-Services-Creation/3-log-analytics/terraform.tfvars) file.
- Ensure all values are accurate for your environment.

2. **Understand the Terraform Configuration**
Review the [Log Analytics Terraform configuration](https://github.com/thomast1906/DevOps-The-Hard-Way-Azure/tree/updates-sept-2024/Terraform-AZURE-Services-Creation/3-log-analytics). The `la.tf` file will:
Review the [Log Analytics Terraform configuration](https://github.com/thomast1906/DevOps-The-Hard-Way-Azure/tree/updates-sept-2024/2-Terraform-AZURE-Services-Creation/3-log-analytics). The `la.tf` file will:
- [ ] Use a Terraform backend to store the `.tfstate` in an Azure Storage Account
- [ ] Create a Log Analytics workspace using `azurerm_log_analytics_workspace`
- [ ] Enable the ContainerInsights solution using `azurerm_log_analytics_solution`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ In this lab, you'll learn how to create an Azure Kubernetes Service (AKS) cluste
### Steps

1. **Review and Customise Variables**
- Open the `terraform.tfvars` file in the [AKS Terraform configuration](https://github.com/thomast1906/DevOps-The-Hard-Way-Azure/tree/updates-sept-2024/Terraform-AZURE-Services-Creation/4-aks).
- Open the `terraform.tfvars` file in the [AKS Terraform configuration](https://github.com/thomast1906/DevOps-The-Hard-Way-Azure/tree/updates-sept-2024/2-Terraform-AZURE-Services-Creation/4-aks).
- Ensure all values are accurate for your environment.

2. **Set Up Azure Service Principal**
Expand Down

0 comments on commit f71aa90

Please sign in to comment.