FIRST-Tech-Challenge / fmltc

FIRST Machine Learning Toolchain
Other
38 stars 14 forks source link

Added code to check for zero frames in an uploaded video. #175

Closed lizlooney 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) ! deployment { ! zip { ! source_url = "https://storage.googleapis.com/ftc-ml-firstinspires-dev-gae-source/6e627ca7c8f9a724b44cef6dac6b8ea6.zip" -> "https://storage.googleapis.com/ftc-ml-firstinspires-dev-gae-source/c4548d019fa37e150bcf2ec7a72befde.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 = "d145cd1f1e31ab355e119993897d764b.zip" -> "f179e6eec7925ca3a2de8267d2e00424.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 = "C6fKJA==" -> (known after apply) ! detect_md5hash = "bmJ8p8j5pyS0TO9trGuOpg==" -> "different hash" # forces replacement - event_based_hold = false -> null ! id = "ftc-ml-firstinspires-dev-gae-source-6e627ca7c8f9a724b44cef6dac6b8ea6.zip" -> (known after apply) + kms_key_name = (known after apply) ! md5hash = "bmJ8p8j5pyS0TO9trGuOpg==" -> (known after apply) ! media_link = "https://storage.googleapis.com/download/storage/v1/b/ftc-ml-firstinspires-dev-gae-source/o/6e627ca7c8f9a724b44cef6dac6b8ea6.zip?generation=1635223488240402&alt=media" -> (known after apply) - metadata = {} -> null ! name = "6e627ca7c8f9a724b44cef6dac6b8ea6.zip" -> "c4548d019fa37e150bcf2ec7a72befde.zip" # forces replacement ! output_name = "6e627ca7c8f9a724b44cef6dac6b8ea6.zip" -> (known after apply) ! self_link = "https://www.googleapis.com/storage/v1/b/ftc-ml-firstinspires-dev-gae-source/o/6e627ca7c8f9a724b44cef6dac6b8ea6.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 = "MCetxA==" -> (known after apply) ! detect_md5hash = "0UXNHx4xqzVeEZmTiX12Sw==" -> "different hash" # forces replacement - event_based_hold = false -> null ! id = "ftc-ml-firstinspires-dev-gcf-source-d145cd1f1e31ab355e119993897d764b.zip" -> (known after apply) + kms_key_name = (known after apply) ! md5hash = "0UXNHx4xqzVeEZmTiX12Sw==" -> (known after apply) ! media_link = "https://storage.googleapis.com/download/storage/v1/b/ftc-ml-firstinspires-dev-gcf-source/o/d145cd1f1e31ab355e119993897d764b.zip?generation=1635223488241288&alt=media" -> (known after apply) - metadata = {} -> null ! name = "d145cd1f1e31ab355e119993897d764b.zip" -> "f179e6eec7925ca3a2de8267d2e00424.zip" # forces replacement ! output_name = "d145cd1f1e31ab355e119993897d764b.zip" -> (known after apply) ! self_link = "https://www.googleapis.com/storage/v1/b/ftc-ml-firstinspires-dev-gcf-source/o/d145cd1f1e31ab355e119993897d764b.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. ```