From 6816136932660787e28a3764a0190d975af78fd8 Mon Sep 17 00:00:00 2001 From: ned1313 Date: Wed, 16 Aug 2023 17:25:57 -0400 Subject: [PATCH] day 4 updates --- terraform_advanced/11-tfc_state_migration.md | 2 +- terraform_advanced/13-private_modules.md | 17 +++++------------ 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/terraform_advanced/11-tfc_state_migration.md b/terraform_advanced/11-tfc_state_migration.md index bca9f26..db9bc92 100644 --- a/terraform_advanced/11-tfc_state_migration.md +++ b/terraform_advanced/11-tfc_state_migration.md @@ -1,6 +1,6 @@ # Lab: Migrating State to Terraform Cloud -In this lab you will create and deploy and Azure Virtual Network using Terraform, and then migrate the state data to Terraform Cloud. We will continue to use this configuration in the next lab. +In this lab you will create and deploy an Azure Virtual Network using Terraform, and then migrate the state data to Terraform Cloud. We will continue to use this configuration in the next lab. Duration: 10 minutes diff --git a/terraform_advanced/13-private_modules.md b/terraform_advanced/13-private_modules.md index ddfdb7d..916a046 100644 --- a/terraform_advanced/13-private_modules.md +++ b/terraform_advanced/13-private_modules.md @@ -8,27 +8,20 @@ In this challenge you will register some modules with your Private Module Regist ### Fork the Module Repositories -You are going to fork the following repositories into your own GitHub account: +You are going to fork this repository into your GitHub account. -- https://github.com/azure-terraform-workshop/terraform-azurerm-networking.git -- https://github.com/azure-terraform-workshop/terraform-azurerm-webserver.git -- https://github.com/azure-terraform-workshop/terraform-azurerm-appserver.git -- https://github.com/azure-terraform-workshop/terraform-azurerm-dataserver.git +- https://github.com/ned1313/terraform-azurerm-networking -Each of these repositories represents a module that can be developed and versioned independently. +The repository represents a module that can be developed and versioned independently. ### Add Modules -We need to add these repositories into the Private Module Registry. +We need to add the repository into the Private Module Registry. -Navigate back to Terraform Cloud and click the "Modules" menu at the top of the page. From there click the "+ Add Module" button. - -![](img/tfe-add-module.png) +Navigate back to Terraform Cloud, go into Registry, and click the "Publish" menu and select "Module". Select the networking repository you forked earlier. -![](img/tfe-select-module-repo.png) - > Note: You will see your github user name instead of 'azure-terraform-workshop/' since you forked this repo. Click "Publish Module".