Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Automated Preview][terraform-aws-ci] Bulk dependencies update #2346

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 @@ -9,11 +9,11 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";

<VersionBadge repoTitle="CI Modules" version="0.59.6" lastModifiedVersion="0.50.11"/>
<VersionBadge repoTitle="CI Modules" version="0.59.7" lastModifiedVersion="0.50.11"/>

# AWS Helpers

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

<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>

Expand Down Expand Up @@ -44,11 +44,11 @@ dependencies:
<!-- ##DOCS-SOURCER-START
{
"originalSources": [
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.6/modules/aws-helpers/readme.md",
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.6/modules/aws-helpers/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.6/modules/aws-helpers/outputs.tf"
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.7/modules/aws-helpers/readme.md",
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.7/modules/aws-helpers/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.7/modules/aws-helpers/outputs.tf"
],
"sourcePlugin": "module-catalog-api",
"hash": "3f13de978146015694660b45590f828f"
"hash": "dbf8e997693316610d5c7eb23d7ce7c9"
}
##DOCS-SOURCER-END -->
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";

<VersionBadge repoTitle="CI Modules" version="0.59.6" lastModifiedVersion="0.50.11"/>
<VersionBadge repoTitle="CI Modules" version="0.59.7" lastModifiedVersion="0.50.11"/>

# Build Helpers

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

<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>

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

```bash
cd templates
Expand Down Expand Up @@ -186,11 +186,11 @@ Note that the following conditions must be true in order to use this feature:
<!-- ##DOCS-SOURCER-START
{
"originalSources": [
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.6/modules/build-helpers/readme.md",
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.6/modules/build-helpers/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.6/modules/build-helpers/outputs.tf"
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.7/modules/build-helpers/readme.md",
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.7/modules/build-helpers/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.7/modules/build-helpers/outputs.tf"
],
"sourcePlugin": "module-catalog-api",
"hash": "dc37eb0390f1bdd7b9a16fb529873d7f"
"hash": "f267e7e0fb87c45e22c5bbe0a321aa99"
}
##DOCS-SOURCER-END -->
12 changes: 6 additions & 6 deletions docs/reference/modules/terraform-aws-ci/check-url/check-url.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";

<VersionBadge repoTitle="CI Modules" version="0.59.6" lastModifiedVersion="0.50.11"/>
<VersionBadge repoTitle="CI Modules" version="0.59.7" lastModifiedVersion="0.50.11"/>

# Check Url

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

<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>

Expand Down Expand Up @@ -80,11 +80,11 @@ Success! Got expected status code '200' and text '2.0.0' from URL http://www.my-
<!-- ##DOCS-SOURCER-START
{
"originalSources": [
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.6/modules/check-url/readme.md",
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.6/modules/check-url/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.6/modules/check-url/outputs.tf"
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.7/modules/check-url/readme.md",
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.7/modules/check-url/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.7/modules/check-url/outputs.tf"
],
"sourcePlugin": "module-catalog-api",
"hash": "0432c5106044dba001f4d2b62b84d371"
"hash": "b24767bdbed80bbdb435cc1c8e40fef1"
}
##DOCS-SOURCER-END -->
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";

<VersionBadge repoTitle="CI Modules" version="0.59.6" lastModifiedVersion="0.57.2"/>
<VersionBadge repoTitle="CI Modules" version="0.59.7" lastModifiedVersion="0.57.2"/>

# CircleCI Helpers

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

<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>

Expand Down Expand Up @@ -66,11 +66,11 @@ dependencies:
<!-- ##DOCS-SOURCER-START
{
"originalSources": [
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.6/modules/circleci-helpers/readme.md",
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.6/modules/circleci-helpers/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.6/modules/circleci-helpers/outputs.tf"
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.7/modules/circleci-helpers/readme.md",
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.7/modules/circleci-helpers/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.7/modules/circleci-helpers/outputs.tf"
],
"sourcePlugin": "module-catalog-api",
"hash": "5dc821b171ec382f574aed038d09f90f"
"hash": "43b856f90b6f4c5e71fdc89bc5d34b73"
}
##DOCS-SOURCER-END -->
20 changes: 10 additions & 10 deletions docs/reference/modules/terraform-aws-ci/ec2-backup/ec2-backup.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";

<VersionBadge repoTitle="CI Modules" version="0.59.6" lastModifiedVersion="0.58.0"/>
<VersionBadge repoTitle="CI Modules" version="0.59.7" lastModifiedVersion="0.58.0"/>

# EC2 Backup Lambda Function Module

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

<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>

Expand Down Expand Up @@ -51,8 +51,8 @@ DLM:

## Example code

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

## Specifying an instance

Expand Down Expand Up @@ -103,7 +103,7 @@ automatically delete older snapshots. You can specify two parameters to control

module "ec_2_backup" {

source = "git::[email protected]:gruntwork-io/terraform-aws-ci.git//modules/ec2-backup?ref=v0.59.6"
source = "git::[email protected]:gruntwork-io/terraform-aws-ci.git//modules/ec2-backup?ref=v0.59.7"

# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
Expand Down Expand Up @@ -173,7 +173,7 @@ module "ec_2_backup" {
# ------------------------------------------------------------------------------------------------------

terraform {
source = "git::[email protected]:gruntwork-io/terraform-aws-ci.git//modules/ec2-backup?ref=v0.59.6"
source = "git::[email protected]:gruntwork-io/terraform-aws-ci.git//modules/ec2-backup?ref=v0.59.7"
}

inputs = {
Expand Down Expand Up @@ -345,11 +345,11 @@ When true, all IAM policies will be managed as dedicated policies rather than in
<!-- ##DOCS-SOURCER-START
{
"originalSources": [
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.6/modules/ec2-backup/readme.md",
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.6/modules/ec2-backup/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.6/modules/ec2-backup/outputs.tf"
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.7/modules/ec2-backup/readme.md",
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.7/modules/ec2-backup/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.7/modules/ec2-backup/outputs.tf"
],
"sourcePlugin": "module-catalog-api",
"hash": "8b3cebd4124436a2baa7c9969c4aee47"
"hash": "9c6176fcf47581650b15734c86e80d55"
}
##DOCS-SOURCER-END -->
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";

<VersionBadge repoTitle="CI Modules" version="0.59.6" lastModifiedVersion="0.52.17"/>
<VersionBadge repoTitle="CI Modules" version="0.59.7" lastModifiedVersion="0.52.17"/>

# ECS Deploy Runner Invoke IAM Policies module

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

<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>

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

## Attaching IAM policy to IAM roles

Expand Down Expand Up @@ -58,7 +58,7 @@ resource "aws_iam_role_policy_attachment" "example" {

module "ecs_deploy_runner_invoke_iam_policy" {

source = "git::[email protected]:gruntwork-io/terraform-aws-ci.git//modules/ecs-deploy-runner-invoke-iam-policy?ref=v0.59.6"
source = "git::[email protected]:gruntwork-io/terraform-aws-ci.git//modules/ecs-deploy-runner-invoke-iam-policy?ref=v0.59.7"

# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
Expand Down Expand Up @@ -97,7 +97,7 @@ module "ecs_deploy_runner_invoke_iam_policy" {
# ------------------------------------------------------------------------------------------------------

terraform {
source = "git::[email protected]:gruntwork-io/terraform-aws-ci.git//modules/ecs-deploy-runner-invoke-iam-policy?ref=v0.59.6"
source = "git::[email protected]:gruntwork-io/terraform-aws-ci.git//modules/ecs-deploy-runner-invoke-iam-policy?ref=v0.59.7"
}

inputs = {
Expand Down Expand Up @@ -210,11 +210,11 @@ The name of the IAM policy created with the permissions for invoking the ECS Dep
<!-- ##DOCS-SOURCER-START
{
"originalSources": [
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.6/modules/ecs-deploy-runner-invoke-iam-policy/readme.md",
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.6/modules/ecs-deploy-runner-invoke-iam-policy/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.6/modules/ecs-deploy-runner-invoke-iam-policy/outputs.tf"
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.7/modules/ecs-deploy-runner-invoke-iam-policy/readme.md",
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.7/modules/ecs-deploy-runner-invoke-iam-policy/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-ci/tree/v0.59.7/modules/ecs-deploy-runner-invoke-iam-policy/outputs.tf"
],
"sourcePlugin": "module-catalog-api",
"hash": "6217aaff5c8d2c7296d919211d4368ea"
"hash": "02ec912ecfcf53ab96306de933a5ff53"
}
##DOCS-SOURCER-END -->
Loading