Skip to content

Commit

Permalink
Removed macie from platform_providers.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveLinden committed May 10, 2024
1 parent 5bf1a2b commit 4427851
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions terraform/environments/cooker/platform_providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,3 @@ provider "aws" {
}
}

# Providor for macie access
provider "aws" {
region = "eu-west-2"
alias = "macie_access" # delegated admin
assume_role {
role_arn = "arn:aws:iam::${local.modernisation_platform_account_id}:role/macie_access"
}
}

0 comments on commit 4427851

Please sign in to comment.