Skip to content

Commit fe9b6ee

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

File tree

20 files changed

+197
-197
lines changed

20 files changed

+197
-197
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.59.4" lastModifiedVersion="0.50.11"/>
12+
<VersionBadge repoTitle="CI Modules" version="0.59.5" lastModifiedVersion="0.50.11"/>
1313

1414
# AWS Helpers
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.4/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.59.5/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

@@ -44,11 +44,11 @@ dependencies:
4444
<!-- ##DOCS-SOURCER-START
4545
{
4646
"originalSources": [
47-
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.4/modules/aws-helpers/readme.md",
48-
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.4/modules/aws-helpers/variables.tf",
49-
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.4/modules/aws-helpers/outputs.tf"
47+
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.5/modules/aws-helpers/readme.md",
48+
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.5/modules/aws-helpers/variables.tf",
49+
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.5/modules/aws-helpers/outputs.tf"
5050
],
5151
"sourcePlugin": "module-catalog-api",
52-
"hash": "a719036427150dce51b2766933b1674a"
52+
"hash": "21a6e8408749d64bf2d58638795e261f"
5353
}
5454
##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.59.4" lastModifiedVersion="0.50.11"/>
12+
<VersionBadge repoTitle="CI Modules" version="0.59.5" lastModifiedVersion="0.50.11"/>
1313

1414
# Build Helpers
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.4/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.59.5/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.59.4/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.59.5/modules/terraform-helpers) to automatically deploy the new AMI:
7676

7777
```bash
7878
cd templates
@@ -186,11 +186,11 @@ Note that the following conditions must be true in order to use this feature:
186186
<!-- ##DOCS-SOURCER-START
187187
{
188188
"originalSources": [
189-
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.4/modules/build-helpers/readme.md",
190-
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.4/modules/build-helpers/variables.tf",
191-
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.4/modules/build-helpers/outputs.tf"
189+
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.5/modules/build-helpers/readme.md",
190+
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.5/modules/build-helpers/variables.tf",
191+
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.5/modules/build-helpers/outputs.tf"
192192
],
193193
"sourcePlugin": "module-catalog-api",
194-
"hash": "65639c54a073a7a88167a5486814782b"
194+
"hash": "6ed7cec9fd66b53cf5ba9f5372ee1666"
195195
}
196196
##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.59.4" lastModifiedVersion="0.50.11"/>
12+
<VersionBadge repoTitle="CI Modules" version="0.59.5" lastModifiedVersion="0.50.11"/>
1313

1414
# Check Url
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.4/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.59.5/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

@@ -80,11 +80,11 @@ Success! Got expected status code '200' and text '2.0.0' from URL http://www.my-
8080
<!-- ##DOCS-SOURCER-START
8181
{
8282
"originalSources": [
83-
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.4/modules/check-url/readme.md",
84-
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.4/modules/check-url/variables.tf",
85-
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.4/modules/check-url/outputs.tf"
83+
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.5/modules/check-url/readme.md",
84+
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.5/modules/check-url/variables.tf",
85+
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.5/modules/check-url/outputs.tf"
8686
],
8787
"sourcePlugin": "module-catalog-api",
88-
"hash": "a51620d44a7bb90c46bcf5427376b209"
88+
"hash": "73118f26cd20ed1394643d804c3fb060"
8989
}
9090
##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.59.4" lastModifiedVersion="0.57.2"/>
12+
<VersionBadge repoTitle="CI Modules" version="0.59.5" lastModifiedVersion="0.57.2"/>
1313

1414
# CircleCI Helpers
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.4/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.59.5/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.57.2" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
1919

@@ -66,11 +66,11 @@ dependencies:
6666
<!-- ##DOCS-SOURCER-START
6767
{
6868
"originalSources": [
69-
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.4/modules/circleci-helpers/readme.md",
70-
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.4/modules/circleci-helpers/variables.tf",
71-
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.4/modules/circleci-helpers/outputs.tf"
69+
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.5/modules/circleci-helpers/readme.md",
70+
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.5/modules/circleci-helpers/variables.tf",
71+
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.5/modules/circleci-helpers/outputs.tf"
7272
],
7373
"sourcePlugin": "module-catalog-api",
74-
"hash": "4925a41340ab885f19fa84044512f146"
74+
"hash": "67068844e292fb0abea2c2fd719565d1"
7575
}
7676
##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.59.4" lastModifiedVersion="0.58.0"/>
12+
<VersionBadge repoTitle="CI Modules" version="0.59.5" lastModifiedVersion="0.58.0"/>
1313

1414
# EC2 Backup Lambda Function Module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.4/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.59.5/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.58.0" 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.59.4/examples/jenkins) for working sample code.
55-
* See [vars.tf](https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.4/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.59.5/examples/jenkins) for working sample code.
55+
* See [vars.tf](https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.5/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.59.4"
106+
source = "git::[email protected]:gruntwork-io/terraform-aws-ci.git//modules/ec2-backup?ref=v0.59.5"
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.59.4"
176+
source = "git::[email protected]:gruntwork-io/terraform-aws-ci.git//modules/ec2-backup?ref=v0.59.5"
177177
}
178178
179179
inputs = {
@@ -345,11 +345,11 @@ When true, all IAM policies will be managed as dedicated policies rather than in
345345
<!-- ##DOCS-SOURCER-START
346346
{
347347
"originalSources": [
348-
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.4/modules/ec2-backup/readme.md",
349-
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.4/modules/ec2-backup/variables.tf",
350-
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.4/modules/ec2-backup/outputs.tf"
348+
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.5/modules/ec2-backup/readme.md",
349+
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.5/modules/ec2-backup/variables.tf",
350+
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.5/modules/ec2-backup/outputs.tf"
351351
],
352352
"sourcePlugin": "module-catalog-api",
353-
"hash": "4d506580d1d39e302423dcda6cc8d188"
353+
"hash": "cfde85fdb9fc3409b792017853550ec0"
354354
}
355355
##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.59.4" lastModifiedVersion="0.52.17"/>
12+
<VersionBadge repoTitle="CI Modules" version="0.59.5" lastModifiedVersion="0.52.17"/>
1313

1414
# ECS Deploy Runner Invoke IAM Policies module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.4/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.59.5/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.17" 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.59.4/modules/ecs-deploy-runner).
23+
in the [ecs-deploy-runner module](https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.5/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.59.4"
61+
source = "git::[email protected]:gruntwork-io/terraform-aws-ci.git//modules/ecs-deploy-runner-invoke-iam-policy?ref=v0.59.5"
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.59.4"
100+
source = "git::[email protected]:gruntwork-io/terraform-aws-ci.git//modules/ecs-deploy-runner-invoke-iam-policy?ref=v0.59.5"
101101
}
102102
103103
inputs = {
@@ -210,11 +210,11 @@ The name of the IAM policy created with the permissions for invoking the ECS Dep
210210
<!-- ##DOCS-SOURCER-START
211211
{
212212
"originalSources": [
213-
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.4/modules/ecs-deploy-runner-invoke-iam-policy/readme.md",
214-
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.4/modules/ecs-deploy-runner-invoke-iam-policy/variables.tf",
215-
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.4/modules/ecs-deploy-runner-invoke-iam-policy/outputs.tf"
213+
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.5/modules/ecs-deploy-runner-invoke-iam-policy/readme.md",
214+
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.5/modules/ecs-deploy-runner-invoke-iam-policy/variables.tf",
215+
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.5/modules/ecs-deploy-runner-invoke-iam-policy/outputs.tf"
216216
],
217217
"sourcePlugin": "module-catalog-api",
218-
"hash": "edfe78c20f83e8a3f1b97aa6e28a4559"
218+
"hash": "2b5477a970ebacf3d0d39946c4fd263e"
219219
}
220220
##DOCS-SOURCER-END -->

0 commit comments

Comments
 (0)