Skip to content

Commit

Permalink
chore(deps): update terraform github.com/cds-snc/terraform-modules to…
Browse files Browse the repository at this point in the history
… v2.0.5 (#1206)

* chore(deps): update terraform github.com/cds-snc/terraform-modules to v2.0.5

* chore(deps): update terraform github.com/cds-snc/terraform-modules to v2.0.5

* missing module name

* reverting

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ben Larabie <[email protected]>
Co-authored-by: Jumana B <[email protected]>
  • Loading branch information
3 people authored Sep 10, 2024
1 parent 3fd3d35 commit 7e0d6b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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"
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

0 comments on commit 7e0d6b7

Please sign in to comment.