Skip to content

Commit

Permalink
updating docker config
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Aug 27, 2024
1 parent defc594 commit 5236daa
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docker.tf
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ module "docker" {
key = "image-pipeline-goss-testing.zip"
}
docker_test_enabled = true
goss_profile = "base-test"
goss_profile = "docker-base"
state = local.state_config
vpc_config = local.vpc_config
image = {
Expand All @@ -77,7 +77,3 @@ module "docker" {
dest_docker_repo = "docker-image-pipeline"
}
}

output "docker_repo" {
value = aws_ecr_repository.repo
}

0 comments on commit 5236daa

Please sign in to comment.