Skip to content

Commit

Permalink
add v1 in order to be able to force chagne to docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Aug 8, 2023
1 parent 60873ed commit 23506a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/services/airflow/s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ resource "aws_s3_bucket" "airflow-s3" {

resource "aws_s3_object" "eb_object" {
bucket = aws_s3_bucket.airflow-s3.id
key = "beanstalk/docker-compose-${var.docker-compose-version}.yml"
key = "beanstalk/docker-compose-${var.docker-compose-version}-v1.yml"
source = "${path.module}/docker-compose.yml"
}

Expand Down

0 comments on commit 23506a0

Please sign in to comment.