# Roles assumed in CICD server (CodePipeline/CodeBuild) and also assumed when locally running the deployment # https://aws.amazon.com/premiumsupport/knowledge-center/codebuild-temporary-credentials-docker/ resource "aws_iam_role" "automation_testing" { name = "automation_testing" tags = local.tags assume_role_policy = <