File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Expand file tree Collapse file tree 8 files changed +9
-9
lines changed 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.5.0 "
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.5.0 "
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.5.0 "
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.56 "
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.12.2 "
3
3
4
4
terraform_version = " 1.7.2"
5
5
Original file line number Diff line number Diff line change 1
1
boto3==1.34.127
2
2
black==24.4.2
3
- flake8==7.0 .0
3
+ flake8==7.1 .0
4
4
pytest==8.2.2
Original file line number Diff line number Diff line change 1
1
module "billing_extract_tags" {
2
- source = " github.com/cds-snc/terraform-modules//S3?ref=v9.4.11 "
2
+ source = " github.com/cds-snc/terraform-modules//S3?ref=v9.5.0 "
3
3
bucket_name = " 5bf89a78-1503-4e02-9621-3ac658f558fb"
4
4
acl = null
5
5
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.5.0 "
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.5.0 "
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