Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vmttn committed Sep 13, 2023
1 parent 6c24609 commit 96bd75c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/modules/stack_data/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ locals {
airflow_conn_s3 = "aws://@/${scaleway_object_bucket.main.name}?endpoint_url=${scaleway_object_bucket.main.endpoint}&region_name=${scaleway_object_bucket.main.region}&aws_access_key_id=${scaleway_iam_api_key.main.access_key}&aws_secret_access_key=${scaleway_iam_api_key.main.secret_key}"
}

resource "null_resource" "test" {
resource "null_resource" "up" {
triggers = {
always_run = timestamp()
}
Expand Down Expand Up @@ -196,7 +196,7 @@ resource "null_resource" "test" {
"rm -rf data-inclusion",
"git clone https://github.com/betagouv/data-inclusion",
"cd data-inclusion",
"git reset --hard ${var.api_version}",
"git checkout vmttn/feat/provision-terraform-scaleway", # TODO: use the commit sha
"docker compose -f deployment/docker/docker-compose.yml --env-file ../.env up -d"
]
}
Expand Down

0 comments on commit 96bd75c

Please sign in to comment.