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): update terraform github.com/cds-snc/terraform-modules to v9.4.8 #1789

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

renovate-cds[bot]
Copy link
Contributor

@renovate-cds renovate-cds bot commented Jun 8, 2024

This PR contains the following updates:

Package Type Update Change Pending
github.com/cds-snc/terraform-modules module patch v9.4.5 -> v9.4.8 v9.4.9

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

Review

  • Updates have been tested and work
  • If updates are AWS related, versions match the infrastructure (e.g. Lambda runtime, database, etc.)

Release Notes

cds-snc/terraform-modules (github.com/cds-snc/terraform-modules)

v9.4.8

Compare Source

What's Changed

Full Changelog: cds-snc/terraform-modules@v9.4.7...v9.4.8

v9.4.7

Compare Source

What's Changed

Full Changelog: cds-snc/terraform-modules@v9.4.6...v9.4.7

v9.4.6

Compare Source

What's Changed

Full Changelog: cds-snc/terraform-modules@v9.4.5...v9.4.6


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/Montreal, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

Copy link

github-actions bot commented Jun 8, 2024

Staging: database

✅   Terraform Init: success
✅   Terraform Validate: success
✅   Terraform Format: success
✅   Terraform Plan: success
✅   Conftest: success

Plan: 0 to add, 1 to change, 0 to destroy
Show summary
CHANGE NAME
update aws_rds_cluster_parameter_group.enable_audit_logging_v8
Show plan
Resource actions are indicated with the following symbols:
  ~ update in-place

Terraform will perform the following actions:

  # aws_rds_cluster_parameter_group.enable_audit_logging_v8 will be updated in-place
  ~ resource "aws_rds_cluster_parameter_group" "enable_audit_logging_v8" {
        id          = "wordpress-aurora-mysql8"
        name        = "wordpress-aurora-mysql8"
        tags        = {}
        # (5 unchanged attributes hidden)

      - parameter {
          - apply_method = "pending-reboot" -> null
          - name         = "server_audit_events" -> null
          - value        = "CONNECT,QUERY_DCL,QUERY_DDL,QUERY_DML" -> null
        }
      - parameter {
          - apply_method = "pending-reboot" -> null
          - name         = "server_audit_logging" -> null
          - value        = "1" -> null
        }
      + parameter {
          + apply_method = "immediate"
          + name         = "server_audit_events"
          + value        = "CONNECT,QUERY_DCL,QUERY_DDL,QUERY_DML"
        }
      + parameter {
          + apply_method = "immediate"
          + name         = "server_audit_logging"
          + value        = "1"
        }

        # (1 unchanged block hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

─────────────────────────────────────────────────────────────────────────────

Saved the plan to: plan.tfplan

To perform exactly these actions, run the following command to apply:
    terraform apply "plan.tfplan"
Show Conftest results
WARN - plan.json - main - Missing Common Tags: ["aws_rds_cluster_parameter_group.enable_audit_logging_v8"]
WARN - plan.json - main - Missing Common Tags: ["aws_secretsmanager_secret.database_host"]
WARN - plan.json - main - Missing Common Tags: ["aws_secretsmanager_secret.database_name"]
WARN - plan.json - main - Missing Common Tags: ["aws_secretsmanager_secret.database_password"]
WARN - plan.json - main - Missing Common Tags: ["aws_secretsmanager_secret.database_username"]

24 tests, 19 passed, 5 warnings, 0 failures, 0 exceptions

@patheard patheard merged commit b33ff32 into main Jun 10, 2024
5 checks passed
@patheard patheard deleted the renovate-cds/all-patch branch June 10, 2024 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants