-
Notifications
You must be signed in to change notification settings - Fork 3
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 all minor dependencies #1690
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate-cds
bot
force-pushed
the
renovate-cds/all-minor
branch
from
April 13, 2024 16:04
5b00807
to
aea7d64
Compare
renovate-cds
bot
force-pushed
the
renovate-cds/all-minor
branch
from
April 15, 2024 20:03
aea7d64
to
c3bf733
Compare
Staging: network✅ Terraform Init: Plan: 3 to add, 0 to change, 3 to destroy Show summary
Show planResource actions are indicated with the following symbols:
-/+ destroy and then create replacement
Terraform will perform the following actions:
# module.vpn.aws_ec2_client_vpn_authorization_rule.this_subnets["10.0.0.0/24"] must be replaced
-/+ resource "aws_ec2_client_vpn_authorization_rule" "this_subnets" {
~ access_group_id = (sensitive value) # forces replacement
- authorize_all_groups = false -> null
~ id = "cvpn-endpoint-0e6ece85a1c8e958c,10.0.0.0/24,dccd4518-30d1-7014-0e65-d503dc3c4b75" -> (known after apply)
# (3 unchanged attributes hidden)
}
# module.vpn.aws_ec2_client_vpn_authorization_rule.this_subnets["10.0.1.0/24"] must be replaced
-/+ resource "aws_ec2_client_vpn_authorization_rule" "this_subnets" {
~ access_group_id = (sensitive value) # forces replacement
- authorize_all_groups = false -> null
~ id = "cvpn-endpoint-0e6ece85a1c8e958c,10.0.1.0/24,dccd4518-30d1-7014-0e65-d503dc3c4b75" -> (known after apply)
# (3 unchanged attributes hidden)
}
# module.vpn.aws_ec2_client_vpn_authorization_rule.this_subnets["10.0.2.0/24"] must be replaced
-/+ resource "aws_ec2_client_vpn_authorization_rule" "this_subnets" {
~ access_group_id = (sensitive value) # forces replacement
- authorize_all_groups = false -> null
~ id = "cvpn-endpoint-0e6ece85a1c8e958c,10.0.2.0/24,dccd4518-30d1-7014-0e65-d503dc3c4b75" -> (known after apply)
# (3 unchanged attributes hidden)
}
Plan: 3 to add, 0 to change, 3 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 resultsWARN - plan.json - main - Missing Common Tags: ["aws_security_group.ecs_events_lambda"]
WARN - plan.json - main - Missing Common Tags: ["aws_security_group.vpc_endpoint"]
WARN - plan.json - main - Missing Common Tags: ["aws_security_group.wordpress_ecs"]
WARN - plan.json - main - Missing Common Tags: ["aws_security_group.wordpress_load_balancer"]
WARN - plan.json - main - Missing Common Tags: ["aws_vpc_endpoint.ecr-api"]
WARN - plan.json - main - Missing Common Tags: ["aws_vpc_endpoint.ecr-dkr"]
WARN - plan.json - main - Missing Common Tags: ["aws_vpc_endpoint.logs"]
WARN - plan.json - main - Missing Common Tags: ["aws_vpc_endpoint.monitoring"]
WARN - plan.json - main - Missing Common Tags: ["aws_vpc_endpoint.s3"]
WARN - plan.json - main - Missing Common Tags: ["aws_vpc_endpoint.secretsmanager"]
WARN - plan.json - main - Missing Common Tags: ["aws_vpc_endpoint.sns"]
30 tests, 19 passed, 11 warnings, 0 failures, 0 exceptions
|
Staging: database✅ Terraform Init: Plan: 0 to add, 1 to change, 0 to destroy Show summary
Show planResource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# module.rds_cluster.aws_security_group.rds_proxy will be updated in-place
~ resource "aws_security_group" "rds_proxy" {
id = "sg-0ffeb4f8a74eeab1f"
~ ingress = [
- {
- cidr_blocks = []
- description = ""
- from_port = 3306
- ipv6_cidr_blocks = []
- prefix_list_ids = []
- protocol = "tcp"
- security_groups = []
- self = true
- to_port = 3306
},
- {
- cidr_blocks = []
- description = "Client VPN ingress to the database"
- from_port = 3306
- ipv6_cidr_blocks = []
- prefix_list_ids = []
- protocol = "tcp"
- security_groups = [
- "sg-098ae48afb5d878b3",
]
- self = false
- to_port = 3306
},
+ {
+ cidr_blocks = []
+ from_port = 3306
+ ipv6_cidr_blocks = []
+ prefix_list_ids = []
+ protocol = "tcp"
+ security_groups = []
+ self = true
+ to_port = 3306
},
]
name = "wordpress_rds_proxy_sg"
tags = {
"CostCentre" = "PlatformGCArticles"
"Name" = "wordpress_rds_proxy_sg"
"Terraform" = "true"
}
# (7 unchanged attributes 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 resultsWARN - plan.json - main - Missing Common Tags: ["aws_rds_cluster_parameter_group.enable_audit_logging"]
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
approved these changes
Apr 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v9.2.7
->v9.3.1
v9.3.8
(+6)4.13.0
->4.14.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Review
Release Notes
cds-snc/terraform-modules (github.com/cds-snc/terraform-modules)
v9.3.1
Compare Source
What's Changed
Full Changelog: cds-snc/terraform-modules@v9.3.0...v9.3.1
v9.3.0
Compare Source
What's Changed
Full Changelog: cds-snc/terraform-modules@v9.2.7...v9.3.0
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.