Skip to content

Commit 1cd84df

Browse files
Update terragrunt-scale-catalog to v1.1.0 (#2823)
1 parent f0ab50d commit 1cd84df

File tree

5 files changed

+40
-40
lines changed

5 files changed

+40
-40
lines changed

docs/2.0/docs/pipelines/installation/addingexistinggitlabrepo.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ For each AWS account that needs bootstrapping, we'll use Boilerplate to scaffold
257257

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

@@ -277,7 +277,7 @@ e.g.
277277

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

294294
```bash
295295
boilerplate \
296-
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/gitlab/account?ref=v1.0.0' \
296+
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/gitlab/account?ref=v1.1.0' \
297297
--output-folder . \
298298
--var 'AccountName=dev' \
299299
--var 'GitLabGroupName=acme' \
@@ -320,7 +320,7 @@ StateBucketName: my-state-bucket
320320
321321
```bash
322322
boilerplate \
323-
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/gitlab/account?ref=v1.0.0' \
323+
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/gitlab/account?ref=v1.1.0' \
324324
--output-folder . \
325325
--var-file vars.yml \
326326
--non-interactive
@@ -417,7 +417,7 @@ For each Azure subscription that needs bootstrapping, we'll use Boilerplate to s
417417

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

@@ -437,7 +437,7 @@ e.g.
437437

438438
```bash
439439
boilerplate \
440-
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/gitlab/subscription?ref=v1.0.0' \
440+
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/gitlab/subscription?ref=v1.1.0' \
441441
--output-folder . \
442442
--var 'AccountName=dev' \
443443
--var 'GitLabGroupName=acme' \
@@ -471,7 +471,7 @@ StateStorageContainerName: tfstate
471471
472472
```bash
473473
boilerplate \
474-
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/gitlab/subscription?ref=v1.0.0' \
474+
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/gitlab/subscription?ref=v1.1.0' \
475475
--output-folder . \
476476
--var-file vars.yml \
477477
--non-interactive

docs/2.0/docs/pipelines/installation/addingexistingrepo.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ For each AWS account that needs bootstrapping, we'll use Boilerplate to scaffold
245245

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

@@ -265,7 +265,7 @@ e.g.
265265

266266
```bash
267267
boilerplate \
268-
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/github/account?ref=v1.0.0' \
268+
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/github/account?ref=v1.1.0' \
269269
--output-folder . \
270270
--var 'AccountName=dev' \
271271
--var 'GitHubOrgName=acme' \
@@ -289,7 +289,7 @@ StateBucketName: my-state-bucket
289289
290290
```bash
291291
boilerplate \
292-
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/github/account?ref=v1.0.0' \
292+
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/github/account?ref=v1.1.0' \
293293
--output-folder . \
294294
--var-file vars.yml \
295295
--non-interactive
@@ -386,7 +386,7 @@ For each Azure subscription that needs bootstrapping, we'll use Boilerplate to s
386386

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

@@ -406,7 +406,7 @@ e.g.
406406

407407
```bash
408408
boilerplate \
409-
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/github/subscription?ref=v1.0.0' \
409+
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/github/subscription?ref=v1.1.0' \
410410
--output-folder . \
411411
--var 'AccountName=dev' \
412412
--var 'GitHubOrgName=acme' \
@@ -438,7 +438,7 @@ StateStorageContainerName: tfstate
438438
439439
```bash
440440
boilerplate \
441-
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/github/subscription?ref=v1.0.0' \
441+
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/github/subscription?ref=v1.1.0' \
442442
--output-folder . \
443443
--var-file vars.yml \
444444
--non-interactive

docs/2.0/docs/pipelines/installation/addinggitlabrepo.mdx

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ To bootstrap your `infrastructure-live` repository, we'll use Boilerplate to sca
139139

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

@@ -153,7 +153,7 @@ e.g.
153153

154154
```bash
155155
boilerplate \
156-
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/gitlab/infrastructure-live?ref=v1.0.0' \
156+
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/gitlab/infrastructure-live?ref=v1.1.0' \
157157
--output-folder . \
158158
--var 'AccountName=dev' \
159159
--var 'GitLabGroupName=acme' \
@@ -179,7 +179,7 @@ StateBucketName: my-state-bucket
179179
180180
```bash
181181
boilerplate \
182-
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/gitlab/infrastructure-live?ref=v1.0.0' \
182+
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/gitlab/infrastructure-live?ref=v1.1.0' \
183183
--output-folder . \
184184
--var-file vars.yml \
185185
--non-interactive
@@ -189,7 +189,7 @@ If you're using a self-hosted GitLab instance, you'll want to make sure the issu
189189

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

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

@@ -303,7 +303,7 @@ e.g.
303303

304304
```bash
305305
boilerplate \
306-
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/gitlab/account?ref=v1.0.0' \
306+
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/gitlab/account?ref=v1.1.0' \
307307
--output-folder . \
308308
--var 'AccountName=prod' \
309309
--var 'AWSAccountID=987654321012' \
@@ -329,7 +329,7 @@ GitLabInstanceURL: https://gitlab.com
329329
330330
```bash
331331
boilerplate \
332-
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/gitlab/account?ref=v1.0.0' \
332+
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/gitlab/account?ref=v1.1.0' \
333333
--output-folder . \
334334
--var-file vars.yml \
335335
--non-interactive
@@ -407,7 +407,7 @@ To bootstrap your `infrastructure-live` repository, we'll use Boilerplate to sca
407407

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

@@ -421,7 +421,7 @@ e.g.
421421

422422
```bash
423423
boilerplate \
424-
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/gitlab/infrastructure-live?ref=v1.0.0' \
424+
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/gitlab/infrastructure-live?ref=v1.1.0' \
425425
--output-folder . \
426426
--var 'AccountName=dev' \
427427
--var 'GitLabGroupName=acme' \
@@ -455,7 +455,7 @@ StateStorageContainerName: tfstate
455455
456456
```bash
457457
boilerplate \
458-
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/gitlab/infrastructure-live?ref=v1.0.0' \
458+
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/gitlab/infrastructure-live?ref=v1.1.0' \
459459
--output-folder . \
460460
--var-file vars.yml \
461461
--non-interactive
@@ -734,7 +734,7 @@ Just like before, you'll use Boilerplate to scaffold out the necessary content f
734734

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

@@ -750,7 +750,7 @@ e.g.
750750

751751
```bash
752752
boilerplate \
753-
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/gitlab/subscription?ref=v1.0.0' \
753+
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/gitlab/subscription?ref=v1.1.0' \
754754
--output-folder . \
755755
--var 'AccountName=prod' \
756756
--var 'GitLabGroupName=acme' \
@@ -784,7 +784,7 @@ StateStorageContainerName: tfstate
784784
785785
```bash
786786
boilerplate \
787-
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/gitlab/subscription?ref=v1.0.0' \
787+
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/gitlab/subscription?ref=v1.1.0' \
788788
--output-folder . \
789789
--var-file vars.yml \
790790
--non-interactive

docs/2.0/docs/pipelines/installation/addingnewrepo.mdx

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ To bootstrap your `infrastructure-live` repository, we'll use Boilerplate to sca
137137

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

@@ -151,7 +151,7 @@ e.g.
151151

152152
```bash
153153
boilerplate \
154-
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/github/infrastructure-live?ref=v1.0.0' \
154+
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/github/infrastructure-live?ref=v1.1.0' \
155155
--output-folder . \
156156
--var 'AccountName=dev' \
157157
--var 'GitHubOrgName=acme' \
@@ -175,7 +175,7 @@ StateBucketName: my-state-bucket
175175
176176
```bash
177177
boilerplate \
178-
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/github/infrastructure-live?ref=v1.0.0' \
178+
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/github/infrastructure-live?ref=v1.1.0' \
179179
--output-folder . \
180180
--var-file vars.yml \
181181
--non-interactive
@@ -283,7 +283,7 @@ Just like before, you'll use Boilerplate to scaffold out the necessary content f
283283

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

@@ -297,7 +297,7 @@ e.g.
297297

298298
```bash
299299
boilerplate \
300-
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/github/account?ref=v1.0.0' \
300+
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/github/account?ref=v1.1.0' \
301301
--output-folder . \
302302
--var 'AccountName=prod' \
303303
--var 'AWSAccountID=987654321012' \
@@ -321,7 +321,7 @@ GitHubRepoName: infrastructure-live
321321
322322
```bash
323323
boilerplate \
324-
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/github/account?ref=v1.0.0' \
324+
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/aws/github/account?ref=v1.1.0' \
325325
--output-folder . \
326326
--var-file vars.yml \
327327
--non-interactive
@@ -409,7 +409,7 @@ To bootstrap your `infrastructure-live` repository, we'll use Boilerplate to sca
409409

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

@@ -423,7 +423,7 @@ e.g.
423423

424424
```bash
425425
boilerplate \
426-
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/github/infrastructure-live?ref=v1.0.0' \
426+
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/github/infrastructure-live?ref=v1.1.0' \
427427
--output-folder . \
428428
--var 'AccountName=dev' \
429429
--var 'GitHubOrgName=acme' \
@@ -454,7 +454,7 @@ StateStorageContainerName: tfstate
454454
455455
```bash
456456
boilerplate \
457-
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/github/infrastructure-live?ref=v1.0.0' \
457+
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/github/infrastructure-live?ref=v1.1.0' \
458458
--output-folder . \
459459
--var-file vars.yml \
460460
--non-interactive
@@ -761,7 +761,7 @@ Just like before, you'll use Boilerplate to scaffold out the necessary content f
761761

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

@@ -777,7 +777,7 @@ e.g.
777777

778778
```bash
779779
boilerplate \
780-
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/github/subscription?ref=v1.0.0' \
780+
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/github/subscription?ref=v1.1.0' \
781781
--output-folder . \
782782
--var 'AccountName=prod' \
783783
--var 'GitHubOrgName=acme' \
@@ -809,7 +809,7 @@ StateStorageContainerName: tfstate
809809
810810
```bash
811811
boilerplate \
812-
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/github/subscription?ref=v1.0.0' \
812+
--template-url 'github.com/gruntwork-io/terragrunt-scale-catalog//templates/boilerplate/azure/github/subscription?ref=v1.1.0' \
813813
--output-folder . \
814814
--var-file vars.yml \
815815
--non-interactive

docs/2.0/docs/pipelines/tutorials/deploying-your-first-infrastructure-change.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ The default `bootstrap` Terragrunt stack provided in the installation guide incl
122122
}
123123
124124
terraform {
125-
source = "github.com/gruntwork-io/terragrunt-scale-catalog//modules/azure/resource-group?ref=v1.0.0"
125+
source = "github.com/gruntwork-io/terragrunt-scale-catalog//modules/azure/resource-group?ref=v1.1.0"
126126
}
127127
128128
inputs = {
@@ -143,7 +143,7 @@ The default `bootstrap` Terragrunt stack provided in the installation guide incl
143143
}
144144
145145
terraform {
146-
source = "github.com/gruntwork-io/terragrunt-scale-catalog//modules/azure/storage-account?ref=v1.0.0"
146+
source = "github.com/gruntwork-io/terragrunt-scale-catalog//modules/azure/storage-account?ref=v1.1.0"
147147
}
148148
149149
dependency "resource_group" {

0 commit comments

Comments
 (0)