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 30, 2024
1 parent 9335f7f commit fc341b6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module "docker" {
}
]
packer_source_type = "S3"
packer_config = "docker-base.pkr.hcl"
packer_config = "docker-base.pkr.hcl"
packer_bucket = {
name = aws_s3_bucket.assets_bucket.bucket
key = "docker-image-pipeline.zip"
Expand All @@ -58,7 +58,7 @@ module "docker" {
key = "image-pipeline-ansible-playbooks.zip"
}
playbook = "ubuntu-base.yaml"
goss_profile = "docker-base"
goss_profile = "docker-base"
goss_source_type = "S3"
goss_bucket = {
name = aws_s3_bucket.assets_bucket.bucket
Expand All @@ -73,8 +73,8 @@ module "docker" {
source_tag = "24.10"
source_docker_repo = "docker-image-pipeline"
# destination image metadata
dest_image = "pipeline-test"
dest_tag = "latest"
dest_docker_repo = "docker-image-pipeline"
dest_image = "pipeline-test"
dest_tag = "latest"
dest_docker_repo = "docker-image-pipeline"
}
}

0 comments on commit fc341b6

Please sign in to comment.