portal_container.tf 475 B

12345678910
  1. # module "portal-container" {
  2. # source = "../../submodules/codebuild/pipeline"
  3. # name = "customer_portal"
  4. # github_org = "MDR-Content"
  5. # description = "Container for Customer Portal"
  6. # service_role = aws_iam_role.codebuild_role.arn
  7. # kms_key = aws_kms_key.s3_codebuild_artifacts.arn
  8. # codebuild_image = aws_ecr_repository.codebuild-rhel7.repository_url
  9. # artifact_s3_bucket = ""
  10. # }