Skip to content

Commit b873b1d

Browse files
Updated with the [latest changes](https://github.com/gruntwork-io/terraform-aws-ci/releases/tag/v0.52.11) from the [email protected] source branch. (#1030)
Co-authored-by: docs-sourcer[bot] <99042413+docs-sourcer[bot]@users.noreply.github.com>
1 parent b3cd079 commit b873b1d

File tree

19 files changed

+190
-190
lines changed

19 files changed

+190
-190
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ 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.52.10" lastModifiedVersion="0.50.11"/>
12+
<VersionBadge repoTitle="CI Modules" version="0.52.11" lastModifiedVersion="0.50.11"/>
1313

1414
# AWS Helpers
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.10/modules/aws-helpers" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
16+
<a href="https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.11/modules/aws-helpers" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
1717

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

@@ -45,11 +45,11 @@ dependencies:
4545
<!-- ##DOCS-SOURCER-START
4646
{
4747
"originalSources": [
48-
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.10/modules/aws-helpers/readme.md",
49-
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.10/modules/aws-helpers/variables.tf",
50-
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.10/modules/aws-helpers/outputs.tf"
48+
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.11/modules/aws-helpers/readme.md",
49+
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.11/modules/aws-helpers/variables.tf",
50+
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.11/modules/aws-helpers/outputs.tf"
5151
],
5252
"sourcePlugin": "module-catalog-api",
53-
"hash": "f1ec00c7ab736dceab368008e1c9df54"
53+
"hash": "56c6b6b60ad19bc21be9ee0fc0cfeb72"
5454
}
5555
##DOCS-SOURCER-END -->

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ 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.52.10" lastModifiedVersion="0.50.11"/>
12+
<VersionBadge repoTitle="CI Modules" version="0.52.11" lastModifiedVersion="0.50.11"/>
1313

1414
# Build Helpers
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.10/modules/build-helpers" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
16+
<a href="https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.11/modules/build-helpers" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
1717

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

@@ -72,7 +72,7 @@ job using the [Jenkins Parameterized Trigger
7272
Plugin](https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Trigger+Plugin). The `deploy-app` CI job, in turn,
7373
would be a [parameterized build](https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Build) that takes as input
7474
a parameter called `ARTIFACT_ID` (the same parameter name that's in the `artifacts.properties` file) and use it, along
75-
with the scripts in the [terraform-helpers module](https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.10/modules/terraform-helpers) to automatically deploy the new AMI:
75+
with the scripts in the [terraform-helpers module](https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.11/modules/terraform-helpers) to automatically deploy the new AMI:
7676

7777
```bash
7878
cd templates
@@ -187,11 +187,11 @@ Note that the following conditions must be true in order to use this feature:
187187
<!-- ##DOCS-SOURCER-START
188188
{
189189
"originalSources": [
190-
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.10/modules/build-helpers/readme.md",
191-
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.10/modules/build-helpers/variables.tf",
192-
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.10/modules/build-helpers/outputs.tf"
190+
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.11/modules/build-helpers/readme.md",
191+
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.11/modules/build-helpers/variables.tf",
192+
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.11/modules/build-helpers/outputs.tf"
193193
],
194194
"sourcePlugin": "module-catalog-api",
195-
"hash": "949103e7253e09626151faf4c1f04ae1"
195+
"hash": "42ec61b6691cee88277175851c7c8af0"
196196
}
197197
##DOCS-SOURCER-END -->

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ 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.52.10" lastModifiedVersion="0.50.11"/>
12+
<VersionBadge repoTitle="CI Modules" version="0.52.11" lastModifiedVersion="0.50.11"/>
1313

1414
# Check Url
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.10/modules/check-url" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
16+
<a href="https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.11/modules/check-url" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
1717

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

@@ -81,11 +81,11 @@ Success! Got expected status code '200' and text '2.0.0' from URL http://www.my-
8181
<!-- ##DOCS-SOURCER-START
8282
{
8383
"originalSources": [
84-
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.10/modules/check-url/readme.md",
85-
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.10/modules/check-url/variables.tf",
86-
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.10/modules/check-url/outputs.tf"
84+
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.11/modules/check-url/readme.md",
85+
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.11/modules/check-url/variables.tf",
86+
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.11/modules/check-url/outputs.tf"
8787
],
8888
"sourcePlugin": "module-catalog-api",
89-
"hash": "904abfd8697b49f8c747143cc9dadd10"
89+
"hash": "a4fb4ccb843b6ce0f20e0aba67126e2e"
9090
}
9191
##DOCS-SOURCER-END -->

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ 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.52.10" lastModifiedVersion="0.51.4"/>
12+
<VersionBadge repoTitle="CI Modules" version="0.52.11" lastModifiedVersion="0.51.4"/>
1313

1414
# CircleCI Helpers
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.10/modules/circleci-helpers" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
16+
<a href="https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.11/modules/circleci-helpers" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
1717

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

@@ -67,11 +67,11 @@ dependencies:
6767
<!-- ##DOCS-SOURCER-START
6868
{
6969
"originalSources": [
70-
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.10/modules/circleci-helpers/readme.md",
71-
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.10/modules/circleci-helpers/variables.tf",
72-
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.10/modules/circleci-helpers/outputs.tf"
70+
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.11/modules/circleci-helpers/readme.md",
71+
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.11/modules/circleci-helpers/variables.tf",
72+
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.11/modules/circleci-helpers/outputs.tf"
7373
],
7474
"sourcePlugin": "module-catalog-api",
75-
"hash": "845c1c0410ad2276e7886d01bd5b967f"
75+
"hash": "82ff4dd4b5f3f48a08efbdd87f68affa"
7676
}
7777
##DOCS-SOURCER-END -->

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ 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.52.10" lastModifiedVersion="0.52.3"/>
12+
<VersionBadge repoTitle="CI Modules" version="0.52.11" lastModifiedVersion="0.52.3"/>
1313

1414
# EC2 Backup Lambda Function Module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.10/modules/ec2-backup" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
16+
<a href="https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.11/modules/ec2-backup" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
1717

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

@@ -51,8 +51,8 @@ DLM:
5151

5252
## Example code
5353

54-
* Check out the [jenkins example](https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.10/examples/jenkins) for working sample code.
55-
* See [vars.tf](https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.10/modules/ec2-backup/vars.tf) for all parameters you can configure on this module.
54+
* Check out the [jenkins example](https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.11/examples/jenkins) for working sample code.
55+
* See [vars.tf](https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.11/modules/ec2-backup/vars.tf) for all parameters you can configure on this module.
5656

5757
## Specifying an instance
5858

@@ -103,7 +103,7 @@ automatically delete older snapshots. You can specify two parameters to control
103103
104104
module "ec_2_backup" {
105105
106-
source = "git::[email protected]:gruntwork-io/terraform-aws-ci.git//modules/ec2-backup?ref=v0.52.10"
106+
source = "git::[email protected]:gruntwork-io/terraform-aws-ci.git//modules/ec2-backup?ref=v0.52.11"
107107
108108
# ----------------------------------------------------------------------------------------------------
109109
# REQUIRED VARIABLES
@@ -173,7 +173,7 @@ module "ec_2_backup" {
173173
# ------------------------------------------------------------------------------------------------------
174174
175175
terraform {
176-
source = "git::[email protected]:gruntwork-io/terraform-aws-ci.git//modules/ec2-backup?ref=v0.52.10"
176+
source = "git::[email protected]:gruntwork-io/terraform-aws-ci.git//modules/ec2-backup?ref=v0.52.11"
177177
}
178178
179179
inputs = {
@@ -346,11 +346,11 @@ When true, all IAM policies will be managed as dedicated policies rather than in
346346
<!-- ##DOCS-SOURCER-START
347347
{
348348
"originalSources": [
349-
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.10/modules/ec2-backup/readme.md",
350-
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.10/modules/ec2-backup/variables.tf",
351-
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.10/modules/ec2-backup/outputs.tf"
349+
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.11/modules/ec2-backup/readme.md",
350+
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.11/modules/ec2-backup/variables.tf",
351+
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.11/modules/ec2-backup/outputs.tf"
352352
],
353353
"sourcePlugin": "module-catalog-api",
354-
"hash": "8d2601d9dc0cf55d90b6a70fd92b04f0"
354+
"hash": "f0b7577aab237dcc96280c2a601e1aee"
355355
}
356356
##DOCS-SOURCER-END -->

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ 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.52.10" lastModifiedVersion="0.52.3"/>
12+
<VersionBadge repoTitle="CI Modules" version="0.52.11" lastModifiedVersion="0.52.3"/>
1313

1414
# ECS Deploy Runner Invoke IAM Policies module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.10/modules/ecs-deploy-runner-invoke-iam-policy" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
16+
<a href="https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.11/modules/ecs-deploy-runner-invoke-iam-policy" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
1717

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

2020
This Terraform Module defines an [IAM
2121
policy](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html) that
2222
defines the minimal set of permissions necessary to trigger a deployment event for the deployment pipeline implemented
23-
in the [ecs-deploy-runner module](https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.10/modules/ecs-deploy-runner).
23+
in the [ecs-deploy-runner module](https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.11/modules/ecs-deploy-runner).
2424

2525
## Attaching IAM policy to IAM roles
2626

@@ -58,7 +58,7 @@ resource "aws_iam_role_policy_attachment" "example" {
5858
5959
module "ecs_deploy_runner_invoke_iam_policy" {
6060
61-
source = "git::[email protected]:gruntwork-io/terraform-aws-ci.git//modules/ecs-deploy-runner-invoke-iam-policy?ref=v0.52.10"
61+
source = "git::[email protected]:gruntwork-io/terraform-aws-ci.git//modules/ecs-deploy-runner-invoke-iam-policy?ref=v0.52.11"
6262
6363
# ----------------------------------------------------------------------------------------------------
6464
# REQUIRED VARIABLES
@@ -97,7 +97,7 @@ module "ecs_deploy_runner_invoke_iam_policy" {
9797
# ------------------------------------------------------------------------------------------------------
9898
9999
terraform {
100-
source = "git::[email protected]:gruntwork-io/terraform-aws-ci.git//modules/ecs-deploy-runner-invoke-iam-policy?ref=v0.52.10"
100+
source = "git::[email protected]:gruntwork-io/terraform-aws-ci.git//modules/ecs-deploy-runner-invoke-iam-policy?ref=v0.52.11"
101101
}
102102
103103
inputs = {
@@ -211,11 +211,11 @@ The name of the IAM policy created with the permissions for invoking the ECS Dep
211211
<!-- ##DOCS-SOURCER-START
212212
{
213213
"originalSources": [
214-
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.10/modules/ecs-deploy-runner-invoke-iam-policy/readme.md",
215-
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.10/modules/ecs-deploy-runner-invoke-iam-policy/variables.tf",
216-
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.10/modules/ecs-deploy-runner-invoke-iam-policy/outputs.tf"
214+
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.11/modules/ecs-deploy-runner-invoke-iam-policy/readme.md",
215+
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.11/modules/ecs-deploy-runner-invoke-iam-policy/variables.tf",
216+
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.52.11/modules/ecs-deploy-runner-invoke-iam-policy/outputs.tf"
217217
],
218218
"sourcePlugin": "module-catalog-api",
219-
"hash": "055023dbc00e6538cc5d9858493b4010"
219+
"hash": "8a6d8f8c74a408f0728f0a93dbb3b8f4"
220220
}
221221
##DOCS-SOURCER-END -->

0 commit comments

Comments
 (0)