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

chore(deps): bump the cloud-platform-aws-account group across 1 directory with 8 updates #3641

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2024

Bumps the cloud-platform-aws-account group with 8 updates in the /terraform/aws-accounts/cloud-platform-aws/account directory:

Package From To
auth0/auth0 1.8.0 1.9.1
ecr::cloud-platform-terraform-ecr-credentials 6.1.0 7.1.0
ecr_credentials::cloud-platform-terraform-ecr-credentials 6.1.0 7.1.0
hashicorp/aws 5.40.0 5.82.2
integrations/github 5.42.0 6.4.0
opensearch-project/opensearch 2.2.1 2.3.1
terraform-aws-modules/acm/aws 5.0.0 5.1.1
terraform-aws-modules/s3-bucket/aws 2.14.0 4.3.0

Updates auth0/auth0 from 1.8.0 to 1.9.1

Release notes

Sourced from auth0/auth0's releases.

v1.9.1

  • resource/auth0_prompt_screen_renderer: Update docs & unit tests related to auth0_prompt_screen_renderer (EA Release) (#1101)
  • resource/auth0_flow_vault_connection: Update setup & ready attributes schema for auth0_flow_vault_connection (#1103)

v1.9.0

FEATURES:

resource/auth0_prompt_screen_renderer: Add a resource for configuring the settings of prompt-screen (EA Release)(auth0/terraform-provider-auth0#1077) data-source/auth0_prompt_screen_renderer: Add a data-source for retrieving prompt-screen settings (EA Release)(auth0/terraform-provider-auth0#1077)

Changelog

Sourced from auth0/auth0's changelog.

v1.9.1

ENHANCEMENTS:

  • resource/auth0_prompt_screen_renderer: Update docs & unit tests related to auth0_prompt_screen_renderer (EA Release) (#1101)
  • resource/auth0_flow_vault_connection: Update setup & ready attributes schema for auth0_flow_vault_connection (#1103)

v1.9.0

FEATURES:

  • resource/auth0_prompt_screen_renderer: Add a resource for configuring the settings of prompt-screen (#1077)
  • data-source/auth0_prompt_screen_renderer: Add a data-source for retrieving prompt-screen settings (#1077)
Commits

Updates ecr::cloud-platform-terraform-ecr-credentials from 6.1.0 to 7.1.0

Release notes

Sourced from ecr::cloud-platform-terraform-ecr-credentials's releases.

7.1.0

What's Changed

New Contributors

Full Changelog: ministryofjustice/cloud-platform-terraform-ecr-credentials@7.0.0...7.1.0

v7.0.0

What's Changed

Full Changelog: ministryofjustice/cloud-platform-terraform-ecr-credentials@6.1.1...7.0.0

Breaking Changes

Headline: If optional github_environments field is set, any pre-existing default repository ECR secrets and variables will be deleted.

This release introduces functionality that could potentially break some existing GitHub Actions pipelines that utilise GitHub Secrets and Variables. Please read this guidance thoroughly and check that your GitHub Actions workflows are configured correctly.

Action required

If you’re using the ECR module in your environment, and are not setting the optional github_environments field, then this 7.0.0 update will have no impact on your CI/CD workflows and you can ignore this guidance.

If you are setting the github_environments field, then you should be accessing your ECR secrets and variables:

ECR_ROLE_TO_ASSUME ECR_REGION ECR_REPOSITORY
(these will vary if you are setting github_actions_prefix in your module call)

from your own defined GitHub environments within your repository workflows. This can be verified by reviewing your GitHub Actions yaml ECR build configurations and verifying that your ECR secrets and variables are scoped within an environment block, similar to the below workflow snippet:

on:
  push:
    branches: [main]

jobs: </tr></table>

... (truncated)

Commits
  • ad7eaaf Merge pull request #119 from ministryofjustice/jasonBirchall-patch-1
  • b9c10e2 terraform-docs: automated action
  • 17f9476 ♻️ Store ECR registry URL as a GitHub secret for improved security
  • f5e3e37 Merge pull request #117 from ministryofjustice/bump-example
  • 38b6609 chore: bump example version
  • c199216 Merge pull request #112 from ministryofjustice/dependabot/github_actions/terr...
  • 5c77d9d Merge pull request #106 from ministryofjustice/dependabot/github_actions/acti...
  • f046863 Bump terraform-docs/gh-actions from 1.0.0 to 1.2.0
  • e47d4b0 Merge pull request #110 from ministryofjustice/add-dependebot-project-workflow
  • 7ff1d79 feat: add dependabot to cloud platform project workflow
  • Additional commits viewable in compare view

Updates ecr_credentials::cloud-platform-terraform-ecr-credentials from 6.1.0 to 7.1.0

Release notes

Sourced from ecr_credentials::cloud-platform-terraform-ecr-credentials's releases.

7.1.0

What's Changed

New Contributors

Full Changelog: ministryofjustice/cloud-platform-terraform-ecr-credentials@7.0.0...7.1.0

v7.0.0

What's Changed

Full Changelog: ministryofjustice/cloud-platform-terraform-ecr-credentials@6.1.1...7.0.0

Breaking Changes

Headline: If optional github_environments field is set, any pre-existing default repository ECR secrets and variables will be deleted.

This release introduces functionality that could potentially break some existing GitHub Actions pipelines that utilise GitHub Secrets and Variables. Please read this guidance thoroughly and check that your GitHub Actions workflows are configured correctly.

Action required

If you’re using the ECR module in your environment, and are not setting the optional github_environments field, then this 7.0.0 update will have no impact on your CI/CD workflows and you can ignore this guidance.

If you are setting the github_environments field, then you should be accessing your ECR secrets and variables:

ECR_ROLE_TO_ASSUME ECR_REGION ECR_REPOSITORY
(these will vary if you are setting github_actions_prefix in your module call)

from your own defined GitHub environments within your repository workflows. This can be verified by reviewing your GitHub Actions yaml ECR build configurations and verifying that your ECR secrets and variables are scoped within an environment block, similar to the below workflow snippet:

on:
  push:
    branches: [main]

jobs: </tr></table>

... (truncated)

Commits
  • ad7eaaf Merge pull request #119 from ministryofjustice/jasonBirchall-patch-1
  • b9c10e2 terraform-docs: automated action
  • 17f9476 ♻️ Store ECR registry URL as a GitHub secret for improved security
  • f5e3e37 Merge pull request #117 from ministryofjustice/bump-example
  • 38b6609 chore: bump example version
  • c199216 Merge pull request #112 from ministryofjustice/dependabot/github_actions/terr...
  • 5c77d9d Merge pull request #106 from ministryofjustice/dependabot/github_actions/acti...
  • f046863 Bump terraform-docs/gh-actions from 1.0.0 to 1.2.0
  • e47d4b0 Merge pull request #110 from ministryofjustice/add-dependebot-project-workflow
  • 7ff1d79 feat: add dependabot to cloud platform project workflow
  • Additional commits viewable in compare view

Updates hashicorp/aws from 5.40.0 to 5.82.2

Release notes

Sourced from hashicorp/aws's releases.

v5.82.2

BUG FIXES:

  • data-source/aws_lb_listener: Add mutual_authentication.advertise_trust_store_ca_names attribute. This fixes a regression introduced in v5.82.0 causing setting mutual_authentication: Invalid address to set: []string{"mutual_authentication", "0", "advertise_trust_store_ca_names"} errors (#40658)

v5.82.1

ENHANCEMENTS:

  • resource/aws_autoscaling_group: Add availability_zone_distribution argument (#40634)

BUG FIXES:

  • data-source/aws_iam_policy_document: Reverts plan-time validation for statement sid (#40639)

v5.82.0

NOTES:

  • resource/aws_resourcegroups_resource: The format of the read-only id attribute has changed to prevent inconsistent parsing which resulted in provider crashes under certain conditions. The new format is a comma-delimited string combining group_arn and resource_arn in their entirety. Configuarations relying on the previous format may need to be updated to continue functioning correctly. (#40579)

FEATURES:

  • New Data Source: aws_servicecatalogappregistry_attribute_group_associations (#38306)
  • New Resource: aws_api_gateway_domain_name_access_association (#40566)
  • New Resource: aws_cloudfront_vpc_origin (#40239)
  • New Resource: aws_memorydb_multi_region_cluster (#40376)
  • New Resource: aws_networkmanager_dx_gateway_attachment (#40546)
  • New Resource: aws_rds_cluster_snapshot_copy (#40398)

ENHANCEMENTS:

  • data-source/aws_dx_gateway: Add arn attribute (#40546)
  • data-source/aws_iam_policy_document: Add plan-time validation that the statement sid is valid, including on alphanumeric characters (#40562)
  • data-source/aws_vpc_endpoint: Add service_region attribute (#40583)
  • resource/aws_bedrockagent_agent: Add agent_collaboration attribute to configure agent collaboration role (#40543)
  • resource/aws_cloudfront_distribution: Add origin.vpc_origin_config argument (#40239)
  • resource/aws_db_parameter_group: Support import of name_prefix argument (#40622)
  • resource/aws_dx_gateway: Add arn attribute (#40546)
  • resource/aws_fsx_lustre_file_system: Add efa_enabled argument (#40381)
  • resource/aws_lb_listener: Add advertise_trust_store_ca_names attribute to the mutual_authentication configuration block (#40550)
  • resource/aws_memorydb_cluster: Add multi_region_cluster_name argument (#40376)
  • resource/aws_networkmanager_attachment_accepter: Add edge_locations attribute (#40546)
  • resource/aws_resourcegroups_resource: Add import support (#40579)
  • resource/aws_vpc_endpoint: Add service_region argument (#40583)

BUG FIXES:

  • data-source/aws_acmpca_certificate_authority: Ignore AccessDeniedException: ... is not authorized to perform: acm-pca:GetCertificateAuthorityCsr on resource: ... errors for RAM-shared CAs (#39952)
  • data-source/aws_licensemanager_received_license: Fix setting entitlements: Invalid address to set: []string{"entitlements", "0", "overage"} errors (#40621)
  • resource/aws_amplify_domain_association: No longer ignores changes to certificate_settings when updating. (#40589)
  • resource/aws_amplify_domain_association: Prevent "unexpected state" error when setting certificate_settings.type to CUSTOM. (#40589)

... (truncated)

Changelog

Sourced from hashicorp/aws's changelog.

5.82.2 (December 20, 2024)

BUG FIXES:

  • data-source/aws_lb_listener: Add mutual_authentication.advertise_trust_store_ca_names attribute. This fixes a regression introduced in v5.82.0 causing setting mutual_authentication: Invalid address to set: []string{"mutual_authentication", "0", "advertise_trust_store_ca_names"} errors (#40658)

5.82.1 (December 19, 2024)

ENHANCEMENTS:

  • resource/aws_autoscaling_group: Add availability_zone_distribution argument (#40634)

BUG FIXES:

  • data-source/aws_iam_policy_document: Reverts plan-time validation for statement sid (#40639)

5.82.0 (December 19, 2024)

NOTES:

  • resource/aws_resourcegroups_resource: The format of the read-only id attribute has changed to prevent inconsistent parsing which resulted in provider crashes under certain conditions. The new format is a comma-delimited string combining group_arn and resource_arn in their entirety. Configuarations relying on the previous format may need to be updated to continue functioning correctly. (#40579)

FEATURES:

  • New Data Source: aws_servicecatalogappregistry_attribute_group_associations (#38306)
  • New Resource: aws_api_gateway_domain_name_access_association (#40566)
  • New Resource: aws_cloudfront_vpc_origin (#40239)
  • New Resource: aws_memorydb_multi_region_cluster (#40376)
  • New Resource: aws_networkmanager_dx_gateway_attachment (#40546)
  • New Resource: aws_rds_cluster_snapshot_copy (#40398)

ENHANCEMENTS:

  • data-source/aws_dx_gateway: Add arn attribute (#40546)
  • data-source/aws_iam_policy_document: Add plan-time validation that the statement sid is valid, including on alphanumeric characters (#40562)
  • data-source/aws_vpc_endpoint: Add service_region attribute (#40583)
  • resource/aws_bedrockagent_agent: Add agent_collaboration attribute to configure agent collaboration role (#40543)
  • resource/aws_cloudfront_distribution: Add origin.vpc_origin_config argument (#40239)
  • resource/aws_db_parameter_group: Support import of name_prefix argument (#40622)
  • resource/aws_dx_gateway: Add arn attribute (#40546)
  • resource/aws_fsx_lustre_file_system: Add efa_enabled argument (#40381)
  • resource/aws_lb_listener: Add advertise_trust_store_ca_names attribute to the mutual_authentication configuration block (#40550)
  • resource/aws_memorydb_cluster: Add multi_region_cluster_name argument (#40376)
  • resource/aws_networkmanager_attachment_accepter: Add edge_locations attribute (#40546)
  • resource/aws_resourcegroups_resource: Add import support (#40579)
  • resource/aws_vpc_endpoint: Add service_region argument (#40583)

BUG FIXES:

  • data-source/aws_acmpca_certificate_authority: Ignore AccessDeniedException: ... is not authorized to perform: acm-pca:GetCertificateAuthorityCsr on resource: ... errors for RAM-shared CAs (#39952)

... (truncated)

Commits
  • ec6555c Next patch release is v5.82.2.
  • 5b65bee Correct CHANGELOG entry file name.
  • 9d95691 d/aws_lb_listener: Add mutual_authentication.advertise_trust_store_ca_names...
  • 02ab7c3 Update CHANGELOG.md after v5.82.1
  • ba4eee9 Update CHANGELOG.md (Manual Trigger)
  • e236a60 Merge pull request #40640 from DerekTBrown/revert-40562-add-validation-for-ia...
  • 9de47bf Merge pull request #40645 from hashicorp/ewbankkit-patch-1
  • 214d10a Merge pull request #40643 from hashicorp/b-post_publish_tf
  • 3d94457 Update CHANGELOG.md
  • c9808a6 Adds test to ensure invalid SIDs are allowed
  • Additional commits viewable in compare view

Updates integrations/github from 5.42.0 to 6.4.0

Release notes

Sourced from integrations/github's releases.

v6.4.0

What's Changed

🚀 New Features

🛠️ Maintenance

🏷 Other Changes

New Contributors

Full Changelog: integrations/terraform-provider-github@v6.3.1...v6.4.0

v6.3.1

What's Changed

🏷 Bug fixes

🛠️ Maintenance

📝 Documentation

New Contributors

Full Changelog: integrations/terraform-provider-github@v6.3.0...v6.4.0

v6.3.0

... (truncated)

Commits
  • 84c6bd2 Add support for tag-based environment deployment branch policy (#2165)
  • c644bee feat: Support rule type code_scanning (#2436)
  • 5214d17 feat!: Upgrade go-github to v66 (#2443)
  • 6e5ef36 build(deps): bump the github-actions group with 4 updates (#2441)
  • b9cf750 docs(team_membership): clarify org owner note (#2435)
  • 8c5e5fd build(deps): bump github/codeql-action in the github-actions group (#2432)
  • ab6c7e6 Update security_and_analysis settings only when there are changes (#2397)
  • f77aa4f build(deps): bump the github-actions group with 2 updates (#2424)
  • 61d0821 fix: Refactored github_repository_collaborators for team id (#2420)
  • 5809617 fix name (#2416)
  • Additional commits viewable in compare view

Updates opensearch-project/opensearch from 2.2.1 to 2.3.1

Release notes

Sourced from opensearch-project/opensearch's releases.

v2.3.1

What's Changed

Full Changelog: opensearch-project/terraform-provider-opensearch@v2.3.0...v2.3.1

v2.3.0

What's Changed

New Contributors

Full Changelog: opensearch-project/terraform-provider-opensearch@v2.2.1...v2.3.0

Commits

Updates terraform-aws-modules/acm/aws from 5.0.0 to 5.1.1

Release notes

Sourced from terraform-aws-modules/acm/aws's releases.

v5.1.1

5.1.1 (2024-10-11)

Bug Fixes

  • Update CI workflow versions to latest (#154) (1fd4540)

v5.1.0

5.1.0 (2024-08-13)

Features

  • Allow multiple domains in a single certificate (#149) (54e5422)

v5.0.1

5.0.1 (2024-03-06)

Bug Fixes

  • Update CI workflow versions to remove deprecated runtime warnings (#151) (859fb3c)
Changelog

Sourced from terraform-aws-modules/acm/aws's changelog.

5.1.1 (2024-10-11)

Bug Fixes

  • Update CI workflow versions to latest (#154) (1fd4540)

5.1.0 (2024-08-13)

Features

  • Allow multiple domains in a single certificate (#149) (54e5422)

5.0.1 (2024-03-06)

Bug Fixes

  • Update CI workflow versions to remove deprecated runtime warnings (#151) (859fb3c)
Commits
  • 882e020 chore(release): version 5.1.1 [skip ci]
  • 1fd4540 fix: Update CI workflow versions to latest (#154)
  • 0ca52d1 chore(release): version 5.1.0 [skip ci]
  • 54e5422 feat: Allow multiple domains in a single certificate (#149)
  • f421377 chore(release): version 5.0.1 [skip ci]
  • 859fb3c fix: Update CI workflow versions to remove deprecated runtime warnings (#151)
  • See full diff in compare view

Updates terraform-aws-modules/s3-bucket/aws from 2.14.0 to 4.3.0

Release notes

Sourced from terraform-aws-modules/s3-bucket/aws's releases.

v4.3.0

4.3.0 (2024-12-21)

Features

  • Added Account-level Public Access Block module, and minor fixes as fallback (#299) (69f0f4e)

v4.2.2

4.2.2 (2024-11-08)

Bug Fixes

  • Remove ACL in analytics, inventory, and replication examples (#292) (1986daa)

v4.2.1

4.2.1 (2024-10-11)

Bug Fixes

  • Update CI workflow versions to latest (#293) (522fcff)

v4.2.0

4.2.0 (2024-10-06)

Features

  • Support transition_default_minimum_object_size (#290) (f6fda8c)

v4.1.2

4.1.2 (2024-04-16)

Bug Fixes

  • Typo in description of access_log_delivery_policy_source_buckets variable (#278) (b4a5347)

v4.1.1

4.1.1 (2024-03-06)

Bug Fixes

  • Update CI workflow versions to remove deprecated runtime warnings (#274) (ca372ac)

v4.1.0

@dependabot dependabot bot requested a review from a team as a code owner December 22, 2024 09:04
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Dec 22, 2024
…tory with 8 updates

Bumps the cloud-platform-aws-account group with 8 updates in the /terraform/aws-accounts/cloud-platform-aws/account directory:

| Package | From | To |
| --- | --- | --- |
| [auth0/auth0](https://github.com/auth0/terraform-provider-auth0) | `1.8.0` | `1.9.1` |
| [ecr::cloud-platform-terraform-ecr-credentials](https://github.com/ministryofjustice/cloud-platform-terraform-ecr-credentials) | `6.1.0` | `7.1.0` |
| [ecr_credentials::cloud-platform-terraform-ecr-credentials](https://github.com/ministryofjustice/cloud-platform-terraform-ecr-credentials) | `6.1.0` | `7.1.0` |
| [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) | `5.40.0` | `5.82.2` |
| [integrations/github](https://github.com/integrations/terraform-provider-github) | `5.42.0` | `6.4.0` |
| [opensearch-project/opensearch](https://github.com/opensearch-project/terraform-provider-opensearch) | `2.2.1` | `2.3.1` |
| [terraform-aws-modules/acm/aws](https://github.com/terraform-aws-modules/terraform-aws-acm) | `5.0.0` | `5.1.1` |
| [terraform-aws-modules/s3-bucket/aws](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket) | `2.14.0` | `4.3.0` |



Updates `auth0/auth0` from 1.8.0 to 1.9.1
- [Release notes](https://github.com/auth0/terraform-provider-auth0/releases)
- [Changelog](https://github.com/auth0/terraform-provider-auth0/blob/main/CHANGELOG.md)
- [Commits](auth0/terraform-provider-auth0@v1.8.0...v1.9.1)

Updates `ecr::cloud-platform-terraform-ecr-credentials` from 6.1.0 to 7.1.0
- [Release notes](https://github.com/ministryofjustice/cloud-platform-terraform-ecr-credentials/releases)
- [Commits](ministryofjustice/cloud-platform-terraform-ecr-credentials@6.1.0...7.1.0)

Updates `ecr_credentials::cloud-platform-terraform-ecr-credentials` from 6.1.0 to 7.1.0
- [Release notes](https://github.com/ministryofjustice/cloud-platform-terraform-ecr-credentials/releases)
- [Commits](ministryofjustice/cloud-platform-terraform-ecr-credentials@6.1.0...7.1.0)

Updates `hashicorp/aws` from 5.40.0 to 5.82.2
- [Release notes](https://github.com/hashicorp/terraform-provider-aws/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-aws@v5.40.0...v5.82.2)

Updates `integrations/github` from 5.42.0 to 6.4.0
- [Release notes](https://github.com/integrations/terraform-provider-github/releases)
- [Changelog](https://github.com/integrations/terraform-provider-github/blob/main/CHANGELOG.md)
- [Commits](integrations/terraform-provider-github@v5.42.0...v6.4.0)

Updates `opensearch-project/opensearch` from 2.2.1 to 2.3.1
- [Release notes](https://github.com/opensearch-project/terraform-provider-opensearch/releases)
- [Changelog](https://github.com/opensearch-project/terraform-provider-opensearch/blob/main/CHANGELOG.md)
- [Commits](opensearch-project/terraform-provider-opensearch@v2.2.1...v2.3.1)

Updates `terraform-aws-modules/acm/aws` from 5.0.0 to 5.1.1
- [Release notes](https://github.com/terraform-aws-modules/terraform-aws-acm/releases)
- [Changelog](https://github.com/terraform-aws-modules/terraform-aws-acm/blob/master/CHANGELOG.md)
- [Commits](terraform-aws-modules/terraform-aws-acm@v5.0.0...v5.1.1)

Updates `terraform-aws-modules/s3-bucket/aws` from 2.14.0 to 4.3.0
- [Release notes](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/releases)
- [Changelog](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/blob/master/CHANGELOG.md)
- [Commits](terraform-aws-modules/terraform-aws-s3-bucket@v2.14.0...v4.3.0)

---
updated-dependencies:
- dependency-name: auth0/auth0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cloud-platform-aws-account
- dependency-name: ecr::github::ministryofjustice/cloud-platform-terraform-ecr-credentials::6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cloud-platform-aws-account
- dependency-name: ecr_credentials::github::ministryofjustice/cloud-platform-terraform-ecr-credentials::6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cloud-platform-aws-account
- dependency-name: hashicorp/aws
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cloud-platform-aws-account
- dependency-name: integrations/github
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cloud-platform-aws-account
- dependency-name: opensearch-project/opensearch
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cloud-platform-aws-account
- dependency-name: terraform-aws-modules/acm/aws
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cloud-platform-aws-account
- dependency-name: terraform-aws-modules/s3-bucket/aws
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cloud-platform-aws-account
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/terraform/terraform/aws-accounts/cloud-platform-aws/account/cloud-platform-aws-account-a65a372110 branch from 8cde3aa to 0827caf Compare December 29, 2024 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

0 participants