feat(corp/rih): add UUIDs to records from frontend
This UUID stays the same even if a user submits the form multiple times (unless they edit it manually in local storage, of course). Change-Id: I4190fbfeb1027ce8a8d87bc283099539e8722b39 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8733 Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
This commit is contained in:
parent
d925ec34cd
commit
a970de3365
4 changed files with 22 additions and 2 deletions
|
@ -94,7 +94,7 @@ resource "yandex_serverless_container" "rih_backend" {
|
|||
service_account_id = yandex_iam_service_account.rih_backend.id
|
||||
|
||||
image {
|
||||
url = "cr.yandex/crpkcq65tn6bhq6puq2o/rih-backend:a4sdm3gn9l41xv3lyr5642mpd9m0fdhg"
|
||||
url = "cr.yandex/crpkcq65tn6bhq6puq2o/rih-backend:9cwnx8jvwjw2ckpqg970p4y7cf74z28j"
|
||||
}
|
||||
|
||||
secrets {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue