From 531ff5021d7ca75ad2e584e67c35bff2ef74d0b0 Mon Sep 17 00:00:00 2001 From: martyn pratt Date: Wed, 9 Mar 2022 12:48:28 +0000 Subject: [PATCH 1/2] updated master to main to fix issue with none functional guide https://github.com/aztfmod/rovergo/blob/main/examples/minimal/readme.md --- cmd/landingzone_fetch.go | 2 +- docs/user-guide.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/landingzone_fetch.go b/cmd/landingzone_fetch.go index e656778..f147f5f 100644 --- a/cmd/landingzone_fetch.go +++ b/cmd/landingzone_fetch.go @@ -41,7 +41,7 @@ Git is not required`, func init() { landingzoneCmd.AddCommand(lzFetchCmd) lzFetchCmd.Flags().StringP("repo", "r", "azure/caf-terraform-landingzones", "Which repo on GitHub to fetch") - lzFetchCmd.Flags().StringP("branch", "b", "master", "Which branch to fetch") + lzFetchCmd.Flags().StringP("branch", "b", "main", "Which branch to fetch") lzFetchCmd.Flags().IntP("strip", "s", 1, "Levels to strip from repo hierarchy, best left as 1") lzFetchCmd.Flags().StringP("dest", "d", "./landingzones", "Where to place output") lzFetchCmd.Flags().StringP("folder", "f", "", "Extract a sub-folder from the repo") diff --git a/docs/user-guide.md b/docs/user-guide.md index d1be976..dbc53b4 100644 --- a/docs/user-guide.md +++ b/docs/user-guide.md @@ -283,7 +283,7 @@ Within this directory you would expect to see the Terraform modules and provider ## CAF Concepts -This is not intended to be a complete guide to CAF Landing Zones, which is a complex & nuanced topic, [some of the complete CAF docs can be found here](https://github.com/Azure/caf-terraform-landingzones/tree/master/documentation). However there are a few concepts and terms you will need to understand when running Rover v2 +This is not intended to be a complete guide to CAF Landing Zones, which is a complex & nuanced topic, [some of the complete CAF docs can be found here](https://github.com/Azure/caf-terraform-landingzones/tree/main/documentation). However there are a few concepts and terms you will need to understand when running Rover v2 - **Landing zone** Landing zones (or *CAF Landing Zones*) are simply sets of Azure resources deployed via CAF Terraform modules, they are highly opinionated, governed and designed to support one or more application workloads. @@ -323,4 +323,4 @@ Note: --launchpad is only required when testing the level0 launchpad. It is not The test action also expects a statename parameter. This is the landing zone key the specific landing zone configuration under test. [An example can be found here.](../examples/minimal/configs/level0/launchpad/configuration.tfvars) -Sample tests can be found in the [examples folder of this repo.](../examples/tests) \ No newline at end of file +Sample tests can be found in the [examples folder of this repo.](../examples/tests) From 15519f05fd424be1d69ed00613a8517ec5d1347b Mon Sep 17 00:00:00 2001 From: martyn pratt Date: Wed, 9 Mar 2022 13:20:51 +0000 Subject: [PATCH 2/2] updated repo owner --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e8a7a36..d90cf2b 100755 --- a/install.sh +++ b/install.sh @@ -342,7 +342,7 @@ End of functions from https://github.com/client9/shlib EOF PROJECT_NAME="rovergo" -OWNER=aztfmod +OWNER=martyni REPO="rovergo" BINARY=rover FORMAT=tar.gz