Skip to content

Commit

Permalink
fix(infra): add missing curly bracket in tftpl (#1555)
Browse files Browse the repository at this point in the history
fix: add missing curly bracket in tftpl
  • Loading branch information
k1g99 authored Mar 11, 2024
1 parent bb4a37d commit ff3748b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"name" : "TESTCASE_SECRET_KEY",
"value" : "${testcase_secret_key}"
},
{
"name" : "MEDIA_BUCKET_NAME",
"value" : "${media_bucket_name}"
},
Expand Down

0 comments on commit ff3748b

Please sign in to comment.