- # module "portal-container" {
- # source = "../../submodules/codebuild/pipeline"
- # name = "customer_portal"
- # github_org = "MDR-Content"
- # description = "Container for Customer Portal"
- # service_role = aws_iam_role.codebuild_role.arn
- # kms_key = aws_kms_key.s3_codebuild_artifacts.arn
- # codebuild_image = aws_ecr_repository.codebuild-rhel7.repository_url
- # artifact_s3_bucket = ""
- # }
|