File tree Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 13
13
},
14
14
"ghcr.io/devcontainers/features/python:1" : {
15
15
"installTools" : true ,
16
- "version" : " 3.12 "
16
+ "version" : " 3.13 "
17
17
},
18
18
"ghcr.io/devcontainers/features/terraform:1" : {
19
19
"version" : " 1.7.2" ,
Original file line number Diff line number Diff line change 3
3
}
4
4
5
5
module "gh_oidc_roles" {
6
- source = " github.com/cds-snc/terraform-modules//gh_oidc_role?ref=v9.4.11 "
6
+ source = " github.com/cds-snc/terraform-modules//gh_oidc_role?ref=v9.6.8 "
7
7
oidc_exists = true
8
8
9
9
roles = [
Original file line number Diff line number Diff line change 1
1
module "aft_slack_notification" {
2
- source = " github.com/cds-snc/terraform-modules//notify_slack?ref=v9.4.11 "
2
+ source = " github.com/cds-snc/terraform-modules//notify_slack?ref=v9.6.8 "
3
3
billing_tag_value = var. billing_code
4
4
function_name = " aft_slack_notification"
5
5
project_name = " Account Factory for Terraform"
Original file line number Diff line number Diff line change 1
1
module "aft_failure_notifications" {
2
- source = " github.com/cds-snc/terraform-modules//notify_slack?ref=v9.4.11 "
2
+ source = " github.com/cds-snc/terraform-modules//notify_slack?ref=v9.6.8 "
3
3
4
4
function_name = " slack_notifier_aft"
5
5
project_name = " AFT"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ terraform {
2
2
required_providers {
3
3
aws = {
4
4
source = " hashicorp/aws"
5
- version = " <= 5.51 "
5
+ version = " <= 5.100 "
6
6
}
7
7
}
8
8
}
Original file line number Diff line number Diff line change 1
1
module "account_factory_for_terraform" {
2
- source = " github.com/aws-ia/terraform-aws-control_tower_account_factory?ref=1.11 .1"
2
+ source = " github.com/aws-ia/terraform-aws-control_tower_account_factory?ref=1.14 .1"
3
3
4
4
terraform_version = " 1.7.2"
5
5
Original file line number Diff line number Diff line change 1
- boto3==1.34.140
2
- black==24.4.2
3
- flake8==7.0 .0
4
- pytest==8.2.2
1
+ boto3==1.38.35
2
+ black==24.10.0
3
+ flake8==7.2 .0
4
+ pytest==8.4.0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ module "guardduty_forwarder" {
4
4
aws = aws.log_archive
5
5
}
6
6
7
- source = " github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v9.4.11 "
7
+ source = " github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v9.6.8 "
8
8
function_name = " sentinel-guard-duty-forwarder"
9
9
billing_tag_value = var. billing_code
10
10
@@ -32,7 +32,7 @@ module "securityhub_forwarder" {
32
32
aws = aws.log_archive
33
33
}
34
34
35
- source = " github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v9.4.11 "
35
+ source = " github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v9.6.8 "
36
36
function_name = " sentinel-securityhub-forwarder"
37
37
billing_tag_value = var. billing_code
38
38
You can’t perform that action at this time.
0 commit comments