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 v2.0.5 #1206

Merged
merged 7 commits into from
Sep 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aws/ecr/iam.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "oidc" {
source = "github.com/cds-snc/terraform-modules?ref=v2.0.1//gh_oidc_role"
source = "github.com/cds-snc/terraform-modules//gh_oidc_role?ref=v2.0.5"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The double slashes // in the source URL are not necessary and may cause issues. Please update the source URL to github.com/cds-snc/terraform-modules?ref=v2.0.5.

billing_tag_key = "CostCentre"
billing_tag_value = "notification-canada-ca-${var.env}"
oidc_exists = true
Expand Down
4 changes: 2 additions & 2 deletions env/production/eks/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ inputs = {
eks_addon_kube_proxy_version = "v1.30.0-eksbuild.3"
eks_addon_vpc_cni_version = "v1.18.1-eksbuild.3"
eks_addon_ebs_driver_version = "v1.31.0-eksbuild.1"
eks_node_ami_version = "1.30.2-20240828"
eks_karpenter_ami_id = "ami-07e998bb7f77c40c5"
eks_node_ami_version = "1.30.2-20240904"
eks_karpenter_ami_id = "ami-044d9a1702f61f5c3"
non_api_waf_rate_limit = 500
api_waf_rate_limit = 30000
sign_in_waf_rate_limit = 100
Expand Down
Loading