Skip to content

Conversation

@cds-snc-release-bot
Copy link
Contributor

@cds-snc-release-bot cds-snc-release-bot bot commented Jul 21, 2025

🤖 I have created a release beep boop

1.1.3 (2025-10-14)

Miscellaneous Chores

  • deps: lock file maintenance (#19) (a72a9f6)
  • deps: update all non-major github action dependencies (#18) (e3d77b2)
  • deps: update mcr.microsoft.com/devcontainers/base:bullseye docker digest to 5d19b08 (#4) (fa0c8ef)
  • deps: update mcr.microsoft.com/devcontainers/base:bullseye docker digest to b387f79 (#20) (f0ee418)
  • deps: update terraform github.com/cds-snc/terraform-modules to v10.8.2 (#21) (2ce20bf)

This PR was generated with Release Please. See documentation.

@cds-snc-release-bot cds-snc-release-bot bot force-pushed the release-please--branches--main branch 3 times, most recently from 819e041 to bff09f8 Compare October 14, 2025 12:32
@cds-snc-release-bot cds-snc-release-bot bot force-pushed the release-please--branches--main branch from bff09f8 to 6e93995 Compare October 14, 2025 12:37
@github-actions
Copy link

Production

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

Plan: 2 to add, 0 to change, 0 to destroy
Show summary
CHANGE RESOURCE
add module.vpc.aws_network_acl_rule.block_rdp_egress[0]
module.vpc.aws_network_acl_rule.block_ssh_egress[0]
Show plan
Resource actions are indicated with the following symbols:
  + create

Terraform will perform the following actions:

  # module.vpc.aws_network_acl_rule.block_rdp_egress[0] will be created
  + resource "aws_network_acl_rule" "block_rdp_egress" {
      + cidr_block     = "0.0.0.0/0"
      + egress         = true
      + from_port      = 3389
      + id             = (known after apply)
      + network_acl_id = "acl-03d6932143cba4d87"
      + protocol       = "tcp"
      + region         = "ca-central-1"
      + rule_action    = "deny"
      + rule_number    = 53
      + to_port        = 3389
    }

  # module.vpc.aws_network_acl_rule.block_ssh_egress[0] will be created
  + resource "aws_network_acl_rule" "block_ssh_egress" {
      + cidr_block     = "0.0.0.0/0"
      + egress         = true
      + from_port      = 22
      + id             = (known after apply)
      + network_acl_id = "acl-03d6932143cba4d87"
      + protocol       = "tcp"
      + region         = "ca-central-1"
      + rule_action    = "deny"
      + rule_number    = 52
      + to_port        = 22
    }

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

Warning: Deprecated attribute

  on .terraform/modules/rds_cluster/rds/locals.tf line 14, in locals:
  14:   region        = data.aws_region.current.name

The attribute "name" is deprecated. Refer to the provider documentation for
details.

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

Saved the plan to: plan.tfplan

To perform exactly these actions, run the following command to apply:
    terraform apply "plan.tfplan"

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.

1 participant