FIRST-Tech-Challenge / fmltc

FIRST Machine Learning Toolchain
Other
38 stars 14 forks source link

Use constant for max training minutes. #230

Closed cmacfarl closed 2 years ago

github-actions[bot] commented 2 years ago

Terraform plan Succeeded for Workspace: default

Show Output ```diff An execution plan has been generated and is shown below. Resource actions are indicated with the following symbols: ! update in-place -/+ destroy and then create replacement Terraform will perform the following actions: # module.dev.google_app_engine_standard_app_version.fmltc-app-v1 will be updated in-place ! resource "google_app_engine_standard_app_version" "fmltc-app-v1" { id = "apps/ftc-ml-firstinspires-dev/services/default/versions/v1" name = "apps/ftc-ml-firstinspires-dev/services/default/versions/v1" # (9 unchanged attributes hidden) ! automatic_scaling { ! min_pending_latency = "0.100s" -> "0.1s" # (4 unchanged attributes hidden) # (1 unchanged block hidden) } ! deployment { ! zip { ! source_url = "https://storage.googleapis.com/ftc-ml-firstinspires-dev-gae-source/6b038b20d00f23d69e27a45a56fa0fbf.zip" -> "https://storage.googleapis.com/ftc-ml-firstinspires-dev-gae-source/47bbab7c66492e5afed36011517bfff4.zip" # (1 unchanged attribute hidden) } } - handlers { - auth_fail_action = "AUTH_FAIL_ACTION_REDIRECT" -> null - login = "LOGIN_OPTIONAL" -> null - security_level = "SECURE_OPTIONAL" -> null - url_regex = ".*" -> null - script { - script_path = "auto" -> null } } # (8 unchanged blocks hidden) } # module.dev.google_cloudfunctions_function.perform-action will be updated in-place ! resource "google_cloudfunctions_function" "perform-action" { id = "projects/ftc-ml-firstinspires-dev/locations/us-central1/functions/perform_action" name = "perform_action" ! source_archive_object = "1b6f718c3e42662919310d586a17cdf3.zip" -> "fad7efd80617afe4de748a312250ae5f.zip" # (13 unchanged attributes hidden) # (2 unchanged blocks hidden) } # module.dev.google_storage_bucket_object.app-server-archive must be replaced -/+ resource "google_storage_bucket_object" "app-server-archive" { ! content_type = "application/zip" -> (known after apply) ! crc32c = "NNYbKQ==" -> (known after apply) ! detect_md5hash = "awOLINAPI9aeJ6RaVvoPvw==" -> "different hash" # forces replacement - event_based_hold = false -> null ! id = "ftc-ml-firstinspires-dev-gae-source-6b038b20d00f23d69e27a45a56fa0fbf.zip" -> (known after apply) + kms_key_name = (known after apply) ! md5hash = "awOLINAPI9aeJ6RaVvoPvw==" -> (known after apply) ! media_link = "https://storage.googleapis.com/download/storage/v1/b/ftc-ml-firstinspires-dev-gae-source/o/6b038b20d00f23d69e27a45a56fa0fbf.zip?generation=1638311257314874&alt=media" -> (known after apply) - metadata = {} -> null ! name = "6b038b20d00f23d69e27a45a56fa0fbf.zip" -> "47bbab7c66492e5afed36011517bfff4.zip" # forces replacement ! output_name = "6b038b20d00f23d69e27a45a56fa0fbf.zip" -> (known after apply) ! self_link = "https://www.googleapis.com/storage/v1/b/ftc-ml-firstinspires-dev-gae-source/o/6b038b20d00f23d69e27a45a56fa0fbf.zip" -> (known after apply) ! storage_class = "STANDARD" -> (known after apply) - temporary_hold = false -> null # (2 unchanged attributes hidden) } # module.dev.google_storage_bucket_object.cloud-function-archive must be replaced -/+ resource "google_storage_bucket_object" "cloud-function-archive" { ! content_type = "application/zip" -> (known after apply) ! crc32c = "oB7FGw==" -> (known after apply) ! detect_md5hash = "G29xjD5CZikZMQ1YahfN8w==" -> "different hash" # forces replacement - event_based_hold = false -> null ! id = "ftc-ml-firstinspires-dev-gcf-source-1b6f718c3e42662919310d586a17cdf3.zip" -> (known after apply) + kms_key_name = (known after apply) ! md5hash = "G29xjD5CZikZMQ1YahfN8w==" -> (known after apply) ! media_link = "https://storage.googleapis.com/download/storage/v1/b/ftc-ml-firstinspires-dev-gcf-source/o/1b6f718c3e42662919310d586a17cdf3.zip?generation=1638311257239810&alt=media" -> (known after apply) - metadata = {} -> null ! name = "1b6f718c3e42662919310d586a17cdf3.zip" -> "fad7efd80617afe4de748a312250ae5f.zip" # forces replacement ! output_name = "1b6f718c3e42662919310d586a17cdf3.zip" -> (known after apply) ! self_link = "https://www.googleapis.com/storage/v1/b/ftc-ml-firstinspires-dev-gcf-source/o/1b6f718c3e42662919310d586a17cdf3.zip" -> (known after apply) ! storage_class = "STANDARD" -> (known after apply) - temporary_hold = false -> null # (2 unchanged attributes hidden) } Plan: 2 to add, 2 to change, 2 to destroy. ```