- # module "xdr-container-unbound" {
- # source = "../modules/codebuild_plus_repo"
- # name = "xdr-container-unbound"
- # description = "Container for Unbound DNS"
- # service_role = "${data.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 = ""
- # }
|