Skip to content

Commit 7537e20

Browse files
authored
Update docs using v0.8 of doc-sourcer (#700)
* Update docs using v0.8 of doc-sourcer
1 parent aef0e5e commit 7537e20

File tree

78 files changed

+11133
-487
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+11133
-487
lines changed

docs/reference/modules/terraform-aws-cache/memcached/memcached.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
99
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
1010
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
1111

12-
<VersionBadge repoTitle="Cache Modules" version="0.19.0" lastModifiedVersion="0.19.0"/>
12+
<VersionBadge repoTitle="Cache Modules" version="0.19.1" lastModifiedVersion="0.19.0"/>
1313

1414
# Memcached Module
1515

@@ -46,7 +46,7 @@ For more info, see [Scaling Memcached](http://docs.aws.amazon.com/AmazonElastiCa
4646
4747
module "memcached" {
4848
49-
source = "git::[email protected]:gruntwork-io/terraform-aws-cache.git//modules/memcached?ref=v0.19.0"
49+
source = "git::[email protected]:gruntwork-io/terraform-aws-cache.git//modules/memcached?ref=v0.19.1"
5050
5151
# ----------------------------------------------------------------------------------------------------
5252
# REQUIRED VARIABLES
@@ -295,6 +295,6 @@ A set of tags to set for the ElastiCache Replication Group.
295295
"https://github.com/gruntwork-io/terraform-aws-cache/tree/main/modules/memcached/outputs.tf"
296296
],
297297
"sourcePlugin": "module-catalog-api",
298-
"hash": "c574b229f054c57ad32ebed4bc2b639d"
298+
"hash": "d777848a274d2e1f98658e9fc707b3de"
299299
}
300300
##DOCS-SOURCER-END -->

docs/reference/modules/terraform-aws-cache/redis/redis.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
99
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
1010
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
1111

12-
<VersionBadge repoTitle="Cache Modules" version="0.19.0" lastModifiedVersion="0.19.0"/>
12+
<VersionBadge repoTitle="Cache Modules" version="0.19.1" lastModifiedVersion="0.19.1"/>
1313

1414
# Redis Module
1515

1616
<a href="https://github.com/gruntwork-io/terraform-aws-cache/tree/main/modules/redis" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
1717

18-
<a href="https://github.com/gruntwork-io/terraform-aws-cache/releases/tag/v0.19.0" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
18+
<a href="https://github.com/gruntwork-io/terraform-aws-cache/releases/tag/v0.19.1" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
1919

2020
This module creates an ElastiCache cluster that runs [Redis](http://redis.io/).
2121

@@ -98,7 +98,7 @@ For more info on scaling "cluster mode enabled" Redis clusters, see [Scaling Mul
9898
9999
module "redis" {
100100
101-
source = "git::[email protected]:gruntwork-io/terraform-aws-cache.git//modules/redis?ref=v0.19.0"
101+
source = "git::[email protected]:gruntwork-io/terraform-aws-cache.git//modules/redis?ref=v0.19.1"
102102
103103
# ----------------------------------------------------------------------------------------------------
104104
# REQUIRED VARIABLES
@@ -615,6 +615,6 @@ This is a list of user IDs that should be added to the group defined in the 'us
615615
"https://github.com/gruntwork-io/terraform-aws-cache/tree/main/modules/redis/outputs.tf"
616616
],
617617
"sourcePlugin": "module-catalog-api",
618-
"hash": "d28180296e2ee16c7c395ca79826f263"
618+
"hash": "81fb31832a468cc7c67a44e8cfe64d52"
619619
}
620620
##DOCS-SOURCER-END -->

docs/reference/modules/terraform-aws-ci/aws-helpers/aws-helpers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
99
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
1010
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
1111

12-
<VersionBadge repoTitle="CI Modules" version="0.51.1" lastModifiedVersion="0.50.11"/>
12+
<VersionBadge repoTitle="CI Modules" version="0.51.2" lastModifiedVersion="0.50.11"/>
1313

1414
# AWS Helpers
1515

@@ -50,6 +50,6 @@ dependencies:
5050
"https://github.com/gruntwork-io/terraform-aws-ci/tree/main/modules/aws-helpers/outputs.tf"
5151
],
5252
"sourcePlugin": "module-catalog-api",
53-
"hash": "ce1d69afceaef9b7b69dff802a00cc3f"
53+
"hash": "13fe771e857f062c649cd2ebef118237"
5454
}
5555
##DOCS-SOURCER-END -->

docs/reference/modules/terraform-aws-ci/build-helpers/build-helpers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
99
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
1010
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
1111

12-
<VersionBadge repoTitle="CI Modules" version="0.51.1" lastModifiedVersion="0.50.11"/>
12+
<VersionBadge repoTitle="CI Modules" version="0.51.2" lastModifiedVersion="0.50.11"/>
1313

1414
# Build Helpers
1515

@@ -192,6 +192,6 @@ Note that the following conditions must be true in order to use this feature:
192192
"https://github.com/gruntwork-io/terraform-aws-ci/tree/main/modules/build-helpers/outputs.tf"
193193
],
194194
"sourcePlugin": "module-catalog-api",
195-
"hash": "9fff4096e3487ff696a3c937d704244b"
195+
"hash": "9c764327437d2357d49a5dea1c3920ab"
196196
}
197197
##DOCS-SOURCER-END -->

docs/reference/modules/terraform-aws-ci/check-url/check-url.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
99
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
1010
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
1111

12-
<VersionBadge repoTitle="CI Modules" version="0.51.1" lastModifiedVersion="0.50.11"/>
12+
<VersionBadge repoTitle="CI Modules" version="0.51.2" lastModifiedVersion="0.50.11"/>
1313

1414
# Check Url
1515

@@ -86,6 +86,6 @@ Success! Got expected status code '200' and text '2.0.0' from URL http://www.my-
8686
"https://github.com/gruntwork-io/terraform-aws-ci/tree/main/modules/check-url/outputs.tf"
8787
],
8888
"sourcePlugin": "module-catalog-api",
89-
"hash": "cf5e3b8d5a6251c35be8a6c4400ccb9d"
89+
"hash": "6182269a16dc51290bb2552c291a8db4"
9090
}
9191
##DOCS-SOURCER-END -->

docs/reference/modules/terraform-aws-ci/circleci-helpers/circleci-helpers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
99
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
1010
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
1111

12-
<VersionBadge repoTitle="CI Modules" version="0.51.1" lastModifiedVersion="0.51.0"/>
12+
<VersionBadge repoTitle="CI Modules" version="0.51.2" lastModifiedVersion="0.51.0"/>
1313

1414
# CircleCI Helpers
1515

@@ -72,6 +72,6 @@ dependencies:
7272
"https://github.com/gruntwork-io/terraform-aws-ci/tree/main/modules/circleci-helpers/outputs.tf"
7373
],
7474
"sourcePlugin": "module-catalog-api",
75-
"hash": "b323a425da7c393aab4412709d70594d"
75+
"hash": "cec56c99e78c1975a6067d7ef9dc4f60"
7676
}
7777
##DOCS-SOURCER-END -->

docs/reference/modules/terraform-aws-ci/ec2-backup/ec2-backup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
99
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
1010
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
1111

12-
<VersionBadge repoTitle="CI Modules" version="0.51.1" lastModifiedVersion="0.51.1"/>
12+
<VersionBadge repoTitle="CI Modules" version="0.51.2" lastModifiedVersion="0.51.1"/>
1313

1414
# EC2 Backup Lambda Function Module
1515

@@ -102,7 +102,7 @@ automatically delete older snapshots. You can specify two parameters to control
102102
103103
module "ec_2_backup" {
104104
105-
source = "git::[email protected]:gruntwork-io/terraform-aws-ci.git//modules/ec2-backup?ref=v0.51.1"
105+
source = "git::[email protected]:gruntwork-io/terraform-aws-ci.git//modules/ec2-backup?ref=v0.51.2"
106106
107107
# ----------------------------------------------------------------------------------------------------
108108
# REQUIRED VARIABLES
@@ -273,6 +273,6 @@ When true, all IAM policies will be managed as dedicated policies rather than in
273273
"https://github.com/gruntwork-io/terraform-aws-ci/tree/main/modules/ec2-backup/outputs.tf"
274274
],
275275
"sourcePlugin": "module-catalog-api",
276-
"hash": "76482bb016ae0619d955743b8c5fd21b"
276+
"hash": "a2aa87e834dc7bf1d761a7da33dfa2e8"
277277
}
278278
##DOCS-SOURCER-END -->

docs/reference/modules/terraform-aws-ci/ecs-deploy-runner-invoke-iam-policy/ecs-deploy-runner-invoke-iam-policy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
99
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
1010
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
1111

12-
<VersionBadge repoTitle="CI Modules" version="0.51.1" lastModifiedVersion="0.48.0"/>
12+
<VersionBadge repoTitle="CI Modules" version="0.51.2" lastModifiedVersion="0.48.0"/>
1313

1414
# ECS Deploy Runner Invoke IAM Policies module
1515

@@ -57,7 +57,7 @@ resource "aws_iam_role_policy_attachment" "example" {
5757
5858
module "ecs_deploy_runner_invoke_iam_policy" {
5959
60-
source = "git::[email protected]:gruntwork-io/terraform-aws-ci.git//modules/ecs-deploy-runner-invoke-iam-policy?ref=v0.51.1"
60+
source = "git::[email protected]:gruntwork-io/terraform-aws-ci.git//modules/ecs-deploy-runner-invoke-iam-policy?ref=v0.51.2"
6161
6262
# ----------------------------------------------------------------------------------------------------
6363
# REQUIRED VARIABLES
@@ -170,6 +170,6 @@ The name of the IAM policy created with the permissions for invoking the ECS Dep
170170
"https://github.com/gruntwork-io/terraform-aws-ci/tree/main/modules/ecs-deploy-runner-invoke-iam-policy/outputs.tf"
171171
],
172172
"sourcePlugin": "module-catalog-api",
173-
"hash": "6f55184a467d33d68a49a4ce07a07a5a"
173+
"hash": "354196f32047a258cec0c2c29a1316c1"
174174
}
175175
##DOCS-SOURCER-END -->

docs/reference/modules/terraform-aws-ci/ecs-deploy-runner-standard-configuration/ecs-deploy-runner-standard-configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
99
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
1010
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
1111

12-
<VersionBadge repoTitle="CI Modules" version="0.51.1" lastModifiedVersion="0.50.6"/>
12+
<VersionBadge repoTitle="CI Modules" version="0.51.2" lastModifiedVersion="0.50.6"/>
1313

1414
# ECS Deploy Runner Standard Configuration module
1515

@@ -116,7 +116,7 @@ for more information.
116116
117117
module "ecs_deploy_runner_standard_configuration" {
118118
119-
source = "git::[email protected]:gruntwork-io/terraform-aws-ci.git//modules/ecs-deploy-runner-standard-configuration?ref=v0.51.1"
119+
source = "git::[email protected]:gruntwork-io/terraform-aws-ci.git//modules/ecs-deploy-runner-standard-configuration?ref=v0.51.2"
120120
121121
# ----------------------------------------------------------------------------------------------------
122122
# REQUIRED VARIABLES
@@ -764,6 +764,6 @@ Configuration map for the ecs-deploy-runner module that can be passed straight i
764764
"https://github.com/gruntwork-io/terraform-aws-ci/tree/main/modules/ecs-deploy-runner-standard-configuration/outputs.tf"
765765
],
766766
"sourcePlugin": "module-catalog-api",
767-
"hash": "1b25f23bba699c0d6c5fdc26b5f7dfe9"
767+
"hash": "d1de6cc1b3baa5ca413d12b0ead4d091"
768768
}
769769
##DOCS-SOURCER-END -->

docs/reference/modules/terraform-aws-ci/ecs-deploy-runner/ecs-deploy-runner.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
99
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
1010
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
1111

12-
<VersionBadge repoTitle="CI Modules" version="0.51.1" lastModifiedVersion="0.51.1"/>
12+
<VersionBadge repoTitle="CI Modules" version="0.51.2" lastModifiedVersion="0.51.2"/>
1313

1414
# Infrastructure Pipeline: ECS Deploy Runner
1515

1616
<a href="https://github.com/gruntwork-io/terraform-aws-ci/tree/main/modules/ecs-deploy-runner" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
1717

18-
<a href="https://github.com/gruntwork-io/terraform-aws-ci/releases/tag/v0.51.1" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
18+
<a href="https://github.com/gruntwork-io/terraform-aws-ci/releases/tag/v0.51.2" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
1919

2020
This module can be used to set up a secure CI/CD pipeline for your infrastructure code ([Terraform](https://www.terraform.io), [Terragrunt](https://terragrunt.gruntwork.io), [Packer](https://www.packer.io/), [Docker](https://www.docker.com/), etc). You can use this in combination with existing CI servers (e.g Jenkins, CircleCI, Gitlab) to set up workflows that:
2121

@@ -107,7 +107,7 @@ If you just want to try this repo out for experimenting and learning, check out
107107
108108
module "ecs_deploy_runner" {
109109
110-
source = "git::[email protected]:gruntwork-io/terraform-aws-ci.git//modules/ecs-deploy-runner?ref=v0.51.1"
110+
source = "git::[email protected]:gruntwork-io/terraform-aws-ci.git//modules/ecs-deploy-runner?ref=v0.51.2"
111111
112112
# ----------------------------------------------------------------------------------------------------
113113
# REQUIRED VARIABLES
@@ -1038,6 +1038,6 @@ Security Group ID of the ECS task
10381038
"https://github.com/gruntwork-io/terraform-aws-ci/tree/main/modules/ecs-deploy-runner/outputs.tf"
10391039
],
10401040
"sourcePlugin": "module-catalog-api",
1041-
"hash": "4395f82a0f30b23c819265a725813ff3"
1041+
"hash": "ffe862dbd1f4dbc4e901c177f99f7dea"
10421042
}
10431043
##DOCS-SOURCER-END -->

0 commit comments

Comments
 (0)