Skip to content

Commit

Permalink
update tf format
Browse files Browse the repository at this point in the history
  • Loading branch information
gurevichdmitry committed Jan 9, 2025
1 parent 793a54e commit a49ac28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/test-environments/modules/serverless/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ resource "null_resource" "wait_for_project" {

provisioner "local-exec" {
# command = local.wait_script
command = "./wait_for_project.sh"
command = "./wait_for_project.sh"
interpreter = ["/bin/bash", "-c"]
environment = {
"API_KEY" = var.ec_apikey
"EC_URL" = var.ec_url
"API_KEY" = var.ec_apikey
"EC_URL" = var.ec_url
"PROJECT_ID" = restapi_object.ec_project.api_data.id
}
}
Expand Down

0 comments on commit a49ac28

Please sign in to comment.