PowerDataHub / terraform-aws-airflow

Terraform module to deploy an Apache Airflow cluster on AWS, backed by RDS PostgreSQL for metadata, S3 for logs and SQS as message broker with CeleryExecutor
Apache License 2.0
84 stars 40 forks source link

Bump ami_instance_profile::terraform-aws-iam-role from 1.0.2 to 4.0.1 #63

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps ami_instance_profile::terraform-aws-iam-role from 1.0.2 to 4.0.1.

Release notes

Sourced from ami_instance_profile::terraform-aws-iam-role's releases.

v4.0.1

What's Changed

New Contributors

Full Changelog: https://github.com/traveloka/terraform-aws-iam-role/compare/v4.0.0...v4.0.1

v4.0.0

Notes:

  • Upgrade module to be 1.0.0 compatible
  • Update README.md

v3.0.0

Notes:

  • [Breaking changes] Upgrade module to be 0.13 compatible
  • Enrich README.md
  • Set example to dummy value.

v2.0.2

BUG FIXES:

  • Prevent error from an odds length of random id for IAM role name

v2.0.1

Fix how extra random id length calculated

v2.0.0

  • Upgrade Terraform v0.12 syntax

v1.1.1

  • Fix missing feature to put permission boundary on "User role" submodule. Previously added to other submodules, except User role.

v1.1.0

  • Add ability to put permission boundary
  • Fixing path to example on README.md documentation
Commits
  • fa91f36 Remove upper version constraint on hashicorp/random (#52)
  • 80adebe Upgrade module to v1.0.0 compatible and update readme (#50)
  • 2b46c3d Upgrade terraform-aws-iam-role module to terraform v0.13 compatible (#49)
  • 5497877 Update README.md terraform-aws-iam-role module v0.12.31 (#47)
  • 79914a3 update resouce naming version for crossaccount role (#45)
  • 5d238aa Update resource naming module version to fix division bug problem. (#44)
  • bbe3324 Add floor function to the result of division of byte role name (#43)
  • b0af32a Fix math expression to define max length byte of the resource name. (#41)
  • 8f7091b Upgrad Terraform v0.12 Syntax (#40)
  • e5d060e Add permission_boundary for /modules/user (#38)
  • 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)
dependabot[bot] commented 1 year ago

Superseded by #73.