xdr-unbound-container.tf 457 B

123456789
  1. # module "xdr-container-unbound" {
  2. # source = "../modules/codebuild_plus_repo"
  3. # name = "xdr-container-unbound"
  4. # description = "Container for Unbound DNS"
  5. # service_role = "${data.aws_iam_role.codebuild_role.arn}"
  6. # kms_key = "${aws_kms_key.s3_codebuild_artifacts.arn}"
  7. # codebuild_image = "${aws_ecr_repository.codebuild-rhel7.repository_url}"
  8. # artifact_s3_bucket = ""
  9. # }