Skip to content

Commit

Permalink
Autoformatting TF Code
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Aug 22, 2024
1 parent 8e625b6 commit 2bdee71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ locals {
module "images" {
source = "git@github.e.it.census.gov:terraform-modules/aws-ecr-copy-images.git/?ref=tf-upgrade"

profile = "docker-image-pipeline"
profile = "docker-image-pipeline"
application_name = "docker-image-pipeline"
image_config = local.image_config
tags = {}
Expand Down Expand Up @@ -78,6 +78,6 @@ module "docker" {
}
}

output docker_repo {
output "docker_repo" {
value = aws_ecr_repository.repo
}

0 comments on commit 2bdee71

Please sign in to comment.