Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ For each AWS account that needs bootstrapping, we'll use Boilerplate to scaffold

```bash
boilerplate \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/gitlab/account?ref=v1.0.0' \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/gitlab/account?ref=v1.1.0' \
--output-folder .
```

Expand All @@ -277,7 +277,7 @@ e.g.

```bash
boilerplate \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/gitlab/account?ref=v1.0.0' \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/gitlab/account?ref=v1.1.0' \
--output-folder . \
--var 'AccountName=dev' \
--var 'GitLabGroupName=acme' \
Expand All @@ -293,7 +293,7 @@ If you're using a self-hosted GitLab instance, you'll want to make sure the issu

```bash
boilerplate \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/gitlab/account?ref=v1.0.0' \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/gitlab/account?ref=v1.1.0' \
--output-folder . \
--var 'AccountName=dev' \
--var 'GitLabGroupName=acme' \
Expand All @@ -320,7 +320,7 @@ StateBucketName: my-state-bucket

```bash
boilerplate \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/gitlab/account?ref=v1.0.0' \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/gitlab/account?ref=v1.1.0' \
--output-folder . \
--var-file vars.yml \
--non-interactive
Expand Down Expand Up @@ -417,7 +417,7 @@ For each Azure subscription that needs bootstrapping, we'll use Boilerplate to s

```bash
boilerplate \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/gitlab/subscription?ref=v1.0.0' \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/gitlab/subscription?ref=v1.1.0' \
--output-folder .
```

Expand All @@ -437,7 +437,7 @@ e.g.

```bash
boilerplate \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/gitlab/subscription?ref=v1.0.0' \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/gitlab/subscription?ref=v1.1.0' \
--output-folder . \
--var 'AccountName=dev' \
--var 'GitLabGroupName=acme' \
Expand Down Expand Up @@ -471,7 +471,7 @@ StateStorageContainerName: tfstate

```bash
boilerplate \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/gitlab/subscription?ref=v1.0.0' \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/gitlab/subscription?ref=v1.1.0' \
--output-folder . \
--var-file vars.yml \
--non-interactive
Expand Down
12 changes: 6 additions & 6 deletions docs/2.0/docs/pipelines/installation/addingexistingrepo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ For each AWS account that needs bootstrapping, we'll use Boilerplate to scaffold

```bash
boilerplate \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/github/account?ref=v1.0.0' \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/github/account?ref=v1.1.0' \
--output-folder .
```

Expand All @@ -265,7 +265,7 @@ e.g.

```bash
boilerplate \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/github/account?ref=v1.0.0' \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/github/account?ref=v1.1.0' \
--output-folder . \
--var 'AccountName=dev' \
--var 'GitHubOrgName=acme' \
Expand All @@ -289,7 +289,7 @@ StateBucketName: my-state-bucket

```bash
boilerplate \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/github/account?ref=v1.0.0' \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/github/account?ref=v1.1.0' \
--output-folder . \
--var-file vars.yml \
--non-interactive
Expand Down Expand Up @@ -386,7 +386,7 @@ For each Azure subscription that needs bootstrapping, we'll use Boilerplate to s

```bash
boilerplate \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/github/subscription?ref=v1.0.0' \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/github/subscription?ref=v1.1.0' \
--output-folder .
```

Expand All @@ -406,7 +406,7 @@ e.g.

```bash
boilerplate \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/github/subscription?ref=v1.0.0' \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/github/subscription?ref=v1.1.0' \
--output-folder . \
--var 'AccountName=dev' \
--var 'GitHubOrgName=acme' \
Expand Down Expand Up @@ -438,7 +438,7 @@ StateStorageContainerName: tfstate

```bash
boilerplate \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/github/subscription?ref=v1.0.0' \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/github/subscription?ref=v1.1.0' \
--output-folder . \
--var-file vars.yml \
--non-interactive
Expand Down
26 changes: 13 additions & 13 deletions docs/2.0/docs/pipelines/installation/addinggitlabrepo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ To bootstrap your `infrastructure-live` repository, we'll use Boilerplate to sca

```bash
boilerplate \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/gitlab/infrastructure-live?ref=v1.0.0' \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/gitlab/infrastructure-live?ref=v1.1.0' \
--output-folder .
```

Expand All @@ -153,7 +153,7 @@ e.g.

```bash
boilerplate \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/gitlab/infrastructure-live?ref=v1.0.0' \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/gitlab/infrastructure-live?ref=v1.1.0' \
--output-folder . \
--var 'AccountName=dev' \
--var 'GitLabGroupName=acme' \
Expand All @@ -179,7 +179,7 @@ StateBucketName: my-state-bucket

```bash
boilerplate \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/gitlab/infrastructure-live?ref=v1.0.0' \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/gitlab/infrastructure-live?ref=v1.1.0' \
--output-folder . \
--var-file vars.yml \
--non-interactive
Expand All @@ -189,7 +189,7 @@ If you're using a self-hosted GitLab instance, you'll want to make sure the issu

```bash
boilerplate \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/gitlab/infrastructure-live?ref=v1.0.0' \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/gitlab/infrastructure-live?ref=v1.1.0' \
--output-folder . \
--var 'AccountName=dev' \
--var 'GitLabGroupName=acme' \
Expand Down Expand Up @@ -289,7 +289,7 @@ Just like before, you'll use Boilerplate to scaffold out the necessary content f

```bash
boilerplate \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/gitlab/infrastructure-live?ref=v1.0.0' \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/gitlab/infrastructure-live?ref=v1.1.0' \
--output-folder .
```

Expand All @@ -303,7 +303,7 @@ e.g.

```bash
boilerplate \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/gitlab/account?ref=v1.0.0' \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/gitlab/account?ref=v1.1.0' \
--output-folder . \
--var 'AccountName=prod' \
--var 'AWSAccountID=987654321012' \
Expand All @@ -329,7 +329,7 @@ GitLabInstanceURL: https://gitlab.com

```bash
boilerplate \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/gitlab/account?ref=v1.0.0' \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/gitlab/account?ref=v1.1.0' \
--output-folder . \
--var-file vars.yml \
--non-interactive
Expand Down Expand Up @@ -407,7 +407,7 @@ To bootstrap your `infrastructure-live` repository, we'll use Boilerplate to sca

```bash
boilerplate \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/gitlab/infrastructure-live?ref=v1.0.0' \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/gitlab/infrastructure-live?ref=v1.1.0' \
--output-folder .
```

Expand All @@ -421,7 +421,7 @@ e.g.

```bash
boilerplate \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/gitlab/infrastructure-live?ref=v1.0.0' \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/gitlab/infrastructure-live?ref=v1.1.0' \
--output-folder . \
--var 'AccountName=dev' \
--var 'GitLabGroupName=acme' \
Expand Down Expand Up @@ -455,7 +455,7 @@ StateStorageContainerName: tfstate

```bash
boilerplate \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/gitlab/infrastructure-live?ref=v1.0.0' \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/gitlab/infrastructure-live?ref=v1.1.0' \
--output-folder . \
--var-file vars.yml \
--non-interactive
Expand Down Expand Up @@ -734,7 +734,7 @@ Just like before, you'll use Boilerplate to scaffold out the necessary content f

```bash
boilerplate \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/gitlab/subscription?ref=v1.0.0' \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/gitlab/subscription?ref=v1.1.0' \
--output-folder .
```

Expand All @@ -750,7 +750,7 @@ e.g.

```bash
boilerplate \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/gitlab/subscription?ref=v1.0.0' \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/gitlab/subscription?ref=v1.1.0' \
--output-folder . \
--var 'AccountName=prod' \
--var 'GitLabGroupName=acme' \
Expand Down Expand Up @@ -784,7 +784,7 @@ StateStorageContainerName: tfstate

```bash
boilerplate \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/gitlab/subscription?ref=v1.0.0' \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/gitlab/subscription?ref=v1.1.0' \
--output-folder . \
--var-file vars.yml \
--non-interactive
Expand Down
24 changes: 12 additions & 12 deletions docs/2.0/docs/pipelines/installation/addingnewrepo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ To bootstrap your `infrastructure-live` repository, we'll use Boilerplate to sca

```bash
boilerplate \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/github/infrastructure-live?ref=v1.0.0' \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/github/infrastructure-live?ref=v1.1.0' \
--output-folder .
```

Expand All @@ -151,7 +151,7 @@ e.g.

```bash
boilerplate \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/github/infrastructure-live?ref=v1.0.0' \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/github/infrastructure-live?ref=v1.1.0' \
--output-folder . \
--var 'AccountName=dev' \
--var 'GitHubOrgName=acme' \
Expand All @@ -175,7 +175,7 @@ StateBucketName: my-state-bucket

```bash
boilerplate \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/github/infrastructure-live?ref=v1.0.0' \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/github/infrastructure-live?ref=v1.1.0' \
--output-folder . \
--var-file vars.yml \
--non-interactive
Expand Down Expand Up @@ -283,7 +283,7 @@ Just like before, you'll use Boilerplate to scaffold out the necessary content f

```bash
boilerplate \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/github/infrastructure-live?ref=v1.0.0' \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/github/infrastructure-live?ref=v1.1.0' \
--output-folder .
```

Expand All @@ -297,7 +297,7 @@ e.g.

```bash
boilerplate \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/github/account?ref=v1.0.0' \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/github/account?ref=v1.1.0' \
--output-folder . \
--var 'AccountName=prod' \
--var 'AWSAccountID=987654321012' \
Expand All @@ -321,7 +321,7 @@ GitHubRepoName: infrastructure-live

```bash
boilerplate \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/github/account?ref=v1.0.0' \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/github/account?ref=v1.1.0' \
--output-folder . \
--var-file vars.yml \
--non-interactive
Expand Down Expand Up @@ -409,7 +409,7 @@ To bootstrap your `infrastructure-live` repository, we'll use Boilerplate to sca

```bash
boilerplate \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/github/infrastructure-live?ref=v1.0.0' \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/github/infrastructure-live?ref=v1.1.0' \
--output-folder .
```

Expand All @@ -423,7 +423,7 @@ e.g.

```bash
boilerplate \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/github/infrastructure-live?ref=v1.0.0' \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/github/infrastructure-live?ref=v1.1.0' \
--output-folder . \
--var 'AccountName=dev' \
--var 'GitHubOrgName=acme' \
Expand Down Expand Up @@ -454,7 +454,7 @@ StateStorageContainerName: tfstate

```bash
boilerplate \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/github/infrastructure-live?ref=v1.0.0' \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/github/infrastructure-live?ref=v1.1.0' \
--output-folder . \
--var-file vars.yml \
--non-interactive
Expand Down Expand Up @@ -761,7 +761,7 @@ Just like before, you'll use Boilerplate to scaffold out the necessary content f

```bash
boilerplate \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/github/subscription?ref=v1.0.0' \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/github/subscription?ref=v1.1.0' \
--output-folder .
```

Expand All @@ -777,7 +777,7 @@ e.g.

```bash
boilerplate \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/github/subscription?ref=v1.0.0' \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/github/subscription?ref=v1.1.0' \
--output-folder . \
--var 'AccountName=prod' \
--var 'GitHubOrgName=acme' \
Expand Down Expand Up @@ -809,7 +809,7 @@ StateStorageContainerName: tfstate

```bash
boilerplate \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/github/subscription?ref=v1.0.0' \
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/github/subscription?ref=v1.1.0' \
--output-folder . \
--var-file vars.yml \
--non-interactive
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ The default `bootstrap` Terragrunt stack provided in the installation guide incl
}

terraform {
source = "github.com/gruntwork-io/terragrunt-scale-catalog//modules/azure/resource-group?ref=v1.0.0"
source = "github.com/gruntwork-io/terragrunt-scale-catalog//modules/azure/resource-group?ref=v1.1.0"
}

inputs = {
Expand All @@ -143,7 +143,7 @@ The default `bootstrap` Terragrunt stack provided in the installation guide incl
}

terraform {
source = "github.com/gruntwork-io/terragrunt-scale-catalog//modules/azure/storage-account?ref=v1.0.0"
source = "github.com/gruntwork-io/terragrunt-scale-catalog//modules/azure/storage-account?ref=v1.1.0"
}

dependency "resource_group" {
Expand Down