Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #7 from EntityAdam/entityadam/documentation-update
Browse files Browse the repository at this point in the history
Updated the documentation to pull from master instead of tag 2010.0.0…
  • Loading branch information
arnaudlh authored Dec 8, 2020
2 parents 74758d6 + f9bfaff commit 9ad5f09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configuration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ In order to create those customized configuration environment, you can leverage:
First step is to get the landing zones logic in the same work space, so let's clone the environment locally:

```bash
git clone --branch 2010.0.0 https://github.com/Azure/caf-terraform-landingzones.git /tf/caf/public
git clone --branch 2010.0.2 https://github.com/Azure/caf-terraform-landingzones.git /tf/caf/public

# Or refresh an existing clone
cd /tf/caf/public
git checkout 2010.0.0
git checkout 2010.0.2
git pull
```

Expand Down

0 comments on commit 9ad5f09

Please sign in to comment.