From d34f380fef1fed43e4ee70de77398575e18e3cf4 Mon Sep 17 00:00:00 2001 From: aidenvaines-cgi Date: Wed, 12 Aug 2026 15:47:59 +0100 Subject: [PATCH] CCM-19847 Remove Sso Role Dependency --- infrastructure/terraform/modules/aws-backup-source/data.tf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/infrastructure/terraform/modules/aws-backup-source/data.tf b/infrastructure/terraform/modules/aws-backup-source/data.tf index 9275ede2..f4693af5 100644 --- a/infrastructure/terraform/modules/aws-backup-source/data.tf +++ b/infrastructure/terraform/modules/aws-backup-source/data.tf @@ -1,8 +1,3 @@ data "aws_caller_identity" "current" {} data "aws_region" "current" {} - -data "aws_iam_roles" "roles" { - name_regex = "AWSReservedSSO_Admin_.*" - path_prefix = "/aws-reserved/sso.amazonaws.com/" -}