trussworks / terraform-aws-alb-web-containers

Creates an ALB for serving a web app.
https://registry.terraform.io/modules/trussworks/alb-web-containers
BSD 3-Clause "New" or "Revised" License
4 stars 8 forks source link

Bump github.com/gruntwork-io/terratest from 0.28.10 to 0.28.12 #60

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps github.com/gruntwork-io/terratest from 0.28.10 to 0.28.12.

Release notes

Sourced from github.com/gruntwork-io/terratest's releases.

v0.28.12

Modules affected

  • aws

Description

Adds several helper functions for AWS Secrets Manager:

  • CreateSecretStringWithDefaultKey() - creates a secret string using the default aws/secretsmanager CMK for encryption
  • GetSecretValue() - Get the value of a secret by friendly name or secret ARN.
  • DeleteSecret() - Delete a Secrets Manager secret, either immediately or after a 30 day recovery window

Related links

v0.28.11

Commits
  • bb69f3e Merge pull request #578 from gruntwork-io/secretsmanager-helpers
  • e02165d Incorporate review feedback
  • 8d8a5df Merge pull request #577 from gruntwork-io/instance-type-selector
  • 9e8515d Apply suggestions from code review
  • 81268c2 Update comments
  • 85e28b9 Use Go convention for var names
  • e3a5c9a Add helper functions for AWS Secrets Manager
  • a4b21ca Run goimports
  • 25a19ee Update docs
  • 5ce14e3 Fix typo. Remove newline.
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)