Skip to content

Commit

Permalink
day 4 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ned1313 committed Aug 16, 2023
1 parent a455863 commit 6816136
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
2 changes: 1 addition & 1 deletion terraform_advanced/11-tfc_state_migration.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
17 changes: 5 additions & 12 deletions terraform_advanced/13-private_modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -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".
Expand Down

0 comments on commit 6816136

Please sign in to comment.