FIRST-Tech-Challenge / fmltc

FIRST Machine Learning Toolchain
Other
39 stars 14 forks source link

Don't push teams file to bucket. #113

Closed cmacfarl closed 3 years ago

cmacfarl commented 3 years ago

It doesn't exist in the repo and it never will...

github-actions[bot] commented 3 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/3855473ab0499ae4aef38d0de032eeb9.zip" -> "https://storage.googleapis.com/ftc-ml-firstinspires-dev-gae-source/8b0940d1a98a81246092446b01c243fc.zip" # (1 unchanged attribute hidden) } } # (8 unchanged blocks hidden) } # module.dev.google_cloudfunctions_function.frame-extraction will be updated in-place ! resource "google_cloudfunctions_function" "frame-extraction" { id = "projects/ftc-ml-firstinspires-dev/locations/us-central1/functions/perform_action" name = "perform_action" ! source_archive_object = "40bf8f8e694855aa1caf731578f12136.zip" -> "5cf3505186e65f3f8ebeebf3004e5fb6.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 = "iSKfOw==" -> (known after apply) ! detect_md5hash = "OFVHOrBJmuSu840N4DLuuQ==" -> "different hash" # forces replacement - event_based_hold = false -> null ! id = "ftc-ml-firstinspires-dev-gae-source-3855473ab0499ae4aef38d0de032eeb9.zip" -> (known after apply) + kms_key_name = (known after apply) ! md5hash = "OFVHOrBJmuSu840N4DLuuQ==" -> (known after apply) ! media_link = "https://storage.googleapis.com/download/storage/v1/b/ftc-ml-firstinspires-dev-gae-source/o/3855473ab0499ae4aef38d0de032eeb9.zip?generation=1633109877143737&alt=media" -> (known after apply) - metadata = {} -> null ! name = "3855473ab0499ae4aef38d0de032eeb9.zip" -> "8b0940d1a98a81246092446b01c243fc.zip" # forces replacement ! output_name = "3855473ab0499ae4aef38d0de032eeb9.zip" -> (known after apply) ! self_link = "https://www.googleapis.com/storage/v1/b/ftc-ml-firstinspires-dev-gae-source/o/3855473ab0499ae4aef38d0de032eeb9.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 = "xZ72fA==" -> (known after apply) ! detect_md5hash = "QL+PjmlIVaocr3MVePEhNg==" -> "different hash" # forces replacement - event_based_hold = false -> null ! id = "ftc-ml-firstinspires-dev-gcf-source-40bf8f8e694855aa1caf731578f12136.zip" -> (known after apply) + kms_key_name = (known after apply) ! md5hash = "QL+PjmlIVaocr3MVePEhNg==" -> (known after apply) ! media_link = "https://storage.googleapis.com/download/storage/v1/b/ftc-ml-firstinspires-dev-gcf-source/o/40bf8f8e694855aa1caf731578f12136.zip?generation=1633109877149694&alt=media" -> (known after apply) - metadata = {} -> null ! name = "40bf8f8e694855aa1caf731578f12136.zip" -> "5cf3505186e65f3f8ebeebf3004e5fb6.zip" # forces replacement ! output_name = "40bf8f8e694855aa1caf731578f12136.zip" -> (known after apply) ! self_link = "https://www.googleapis.com/storage/v1/b/ftc-ml-firstinspires-dev-gcf-source/o/40bf8f8e694855aa1caf731578f12136.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. ```