Skip to content

Commit

Permalink
update runtime.py request data with terraform
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Falourd <guillaume.falourd@zup.com.br>
  • Loading branch information
GuillaumeFalourd committed Sep 29, 2023
1 parent b78c955 commit 87fb6f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
request_data = json.dumps(
{
"config": {
"tfstate": {
"terraform": {
"bucket": TF_STATE_BUCKET_NAME,
"region": TF_STATE_REGION
}
Expand Down Expand Up @@ -117,6 +117,7 @@
print("Error starting self hosted deploy")
print("Status", r2.status_code)
print("Error", r2.reason)
print("Full Response", r2)
exit(1)

else:
Expand Down

0 comments on commit 87fb6f6

Please sign in to comment.