-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: switch to use vue-select instead of Multiselect #2274
fix: switch to use vue-select instead of Multiselect #2274
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the code on line 472 (css for .search-panel .search-fields-radio-group
) still relevant?
Seems like it was a workaround when using a Multiselect component, removing this styling doesn't seem to cause radio buttons to overlap with any dropdowns.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good call! Just pushed a new commit to remove this.
The functionality looks great! Nit: is the "Eligibility" dropdown the only one that can be typed in? This means the arrow on the right that expands and collapses the dropdown doesn't get the cursor: pointer treatment. |
Good call- making a few more tweaks to match the figma design. @caitlinwinner how does this look? vs the default control look: |
For the Eligibility field, yes, it's the only one that supports type-ahead search. I'm not sure if that should change though. Even for the ones without many options, if someone is quickly tabbing and typing, maybe they'd appreciate being able to type in the other fields too. I think I can force the cursor to become a pointer over the arrow, in any case. |
Code Climate has analyzed commit ad6a2a6 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 57.1% (0.0% change). View more on Code Climate. |
When enter is used to select options in a dropdown that will stay open, don't submit the form.
Confirmed with Caitlin that we don't need to use a custom style for these drop downs at this time. Also fixed an issue to stop Enter from submitting the form for dropdowns that are supposed to stay open after options are selected. This also avoids a Safari-specific bug where the Eligibility dropdown was getting stuck open after hitting Enter. |
Terraform Summary
Hint: If "Terraform Format & Style" failed, run OutputValidation Output
Plan OutputNote: Objects have changed outside of Terraform
Terraform detected the following changes made outside of Terraform since the
last "terraform apply" which may have affected this plan:
# module.api.aws_ecs_task_definition.default[0] has changed
~ resource "aws_ecs_task_definition" "default" {
id = "gost-staging-api"
+ tags = {}
# (13 unchanged attributes hidden)
+ volume {
+ name = "data"
+ efs_volume_configuration {
+ file_system_id = "fs-08f95063c1cdbe191"
+ root_directory = "/"
+ transit_encryption = "ENABLED"
+ transit_encryption_port = 0
+ authorization_config {
+ access_point_id = "fsap-03bc0296928aade4f"
}
}
}
- volume {
- name = "data" -> null
- efs_volume_configuration {
- file_system_id = "fs-08f95063c1cdbe191" -> null
- root_directory = "/" -> null
- transit_encryption = "ENABLED" -> null
- authorization_config {
- access_point_id = "fsap-03bc0296928aade4f" -> null
}
}
}
# (1 unchanged block hidden)
}
# module.api.aws_iam_role.execution[0] has changed
~ resource "aws_iam_role" "execution" {
id = "gost-staging-api-ECSTaskExecution-20230217010414321500000009"
name = "gost-staging-api-ECSTaskExecution-20230217010414321500000009"
~ role_last_used = [
~ {
~ last_used_date = "2023-12-12T13:04:18Z" -> "2023-12-12T15:53:49Z"
# (1 unchanged element hidden)
},
]
tags = {}
# (11 unchanged attributes hidden)
# (2 unchanged blocks hidden)
}
# module.api.aws_iam_role.task[0] has changed
~ resource "aws_iam_role" "task" {
id = "gost-staging-api-ECSTask-2023021701041477300000000a"
name = "gost-staging-api-ECSTask-2023021701041477300000000a"
~ role_last_used = [
~ {
~ last_used_date = "2023-12-12T13:04:19Z" -> "2023-12-12T15:53:33Z"
# (1 unchanged element hidden)
},
]
tags = {}
# (11 unchanged attributes hidden)
# (6 unchanged blocks hidden)
}
Unless you have made equivalent changes to your configuration, or ignored the
relevant attributes using ignore_changes, the following plan may include
actions to undo or respond to these changes.
─────────────────────────────────────────────────────────────────────────────
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+ create
~ update in-place
- destroy
+/- create replacement and then destroy
Terraform will perform the following actions:
# module.api.aws_ecs_service.default[0] will be updated in-place
~ resource "aws_ecs_service" "default" {
id = "arn:aws:ecs:us-west-2:357150818708:service/gost-staging/gost-staging-api"
name = "gost-staging-api"
tags = {}
~ task_definition = "arn:aws:ecs:us-west-2:357150818708:task-definition/gost-staging-api:64" -> (known after apply)
# (15 unchanged attributes hidden)
# (4 unchanged blocks hidden)
}
# module.api.aws_ecs_task_definition.default[0] must be replaced
+/- resource "aws_ecs_task_definition" "default" {
~ arn = "arn:aws:ecs:us-west-2:357150818708:task-definition/gost-staging-api:64" -> (known after apply)
~ arn_without_revision = "arn:aws:ecs:us-west-2:357150818708:task-definition/gost-staging-api" -> (known after apply)
~ container_definitions = jsonencode(
~ [ # forces replacement
~ {
~ dockerLabels = {
~ "com.datadoghq.tags.version" = "8bf99c5213c74b00c3eccc802028bf426fc873ce" -> "78a62abcb156c9935a2170c13e4ade8c1d642260"
# (2 unchanged elements hidden)
}
~ environment = [
# (7 unchanged elements hidden)
{
name = "DD_SERVICE"
value = "gost"
},
~ {
name = "DD_VERSION"
~ value = "8bf99c5213c74b00c3eccc802028bf426fc873ce" -> "78a62abcb156c9935a2170c13e4ade8c1d642260"
},
{
name = "ENABLE_GRANTS_DIGEST"
value = "false"
},
# (10 unchanged elements hidden)
]
~ image = "ghcr.io/usdigitalresponse/usdr-gost-api:8bf99c5213c74b00c3eccc802028bf426fc873ce@sha256:396018c6d09b91daacf1446b6d89c50030b9721461f148bc4f2e2785efe245f5" -> "ghcr.io/usdigitalresponse/usdr-gost-api:78a62abcb156c9935a2170c13e4ade8c1d642260@sha256:6d68f4bd7151b0d90a6de38f5504701e8289fef88e633ecdf1e92061c2b1ea7d"
name = "api"
- volumesFrom = [] -> null
# (9 unchanged elements hidden)
} # forces replacement,
~ {
~ dockerLabels = {
~ "com.datadoghq.tags.version" = "8bf99c5213c74b00c3eccc802028bf426fc873ce" -> "78a62abcb156c9935a2170c13e4ade8c1d642260"
# (2 unchanged elements hidden)
}
~ environment = [
# (3 unchanged elements hidden)
{
name = "DD_SERVICE"
value = "gost"
},
~ {
name = "DD_VERSION"
~ value = "8bf99c5213c74b00c3eccc802028bf426fc873ce" -> "78a62abcb156c9935a2170c13e4ade8c1d642260"
},
{
name = "ECS_FARGATE"
value = "true"
},
]
- mountPoints = [] -> null
name = "datadog"
- portMappings = [] -> null
- volumesFrom = [] -> null
# (6 unchanged elements hidden)
} # forces replacement,
]
)
~ id = "gost-staging-api" -> (known after apply)
~ revision = 64 -> (known after apply)
- tags = {} -> null
# (9 unchanged attributes hidden)
- volume {
- name = "data" -> null
- efs_volume_configuration {
- file_system_id = "fs-08f95063c1cdbe191" -> null
- root_directory = "/" -> null
- transit_encryption = "ENABLED" -> null
- transit_encryption_port = 0 -> null
- authorization_config {
- access_point_id = "fsap-03bc0296928aade4f" -> null
}
}
}
+ volume {
+ name = "data"
+ efs_volume_configuration {
+ file_system_id = "fs-08f95063c1cdbe191"
+ root_directory = "/"
+ transit_encryption = "ENABLED"
+ authorization_config {
+ access_point_id = "fsap-03bc0296928aade4f"
}
}
}
# (1 unchanged block hidden)
}
# module.arpa_audit_report.aws_ecs_service.default will be updated in-place
~ resource "aws_ecs_service" "default" {
id = "arn:aws:ecs:us-west-2:357150818708:service/gost-staging/gost-staging-arpa_audit_report"
name = "gost-staging-arpa_audit_report"
tags = {}
~ task_definition = "arn:aws:ecs:us-west-2:357150818708:task-definition/gost-staging-arpa_audit_report:33" -> (known after apply)
# (15 unchanged attributes hidden)
# (3 unchanged blocks hidden)
}
# module.arpa_audit_report.aws_ecs_task_definition.consumer must be replaced
+/- resource "aws_ecs_task_definition" "consumer" {
~ arn = "arn:aws:ecs:us-west-2:357150818708:task-definition/gost-staging-arpa_audit_report:33" -> (known after apply)
~ arn_without_revision = "arn:aws:ecs:us-west-2:357150818708:task-definition/gost-staging-arpa_audit_report" -> (known after apply)
~ container_definitions = (sensitive value) # forces replacement
~ id = "gost-staging-arpa_audit_report" -> (known after apply)
- ipc_mode = "" -> null
- pid_mode = "" -> null
~ revision = 33 -> (known after apply)
- tags = {} -> null
# (9 unchanged attributes hidden)
- volume {
- name = "data" -> null
- efs_volume_configuration {
- file_system_id = "fs-08f95063c1cdbe191" -> null
- root_directory = "/" -> null
- transit_encryption = "ENABLED" -> null
- transit_encryption_port = 0 -> null
- authorization_config {
- access_point_id = "fsap-03bc0296928aade4f" -> null
}
}
}
+ volume {
+ name = "data"
+ efs_volume_configuration {
+ file_system_id = "fs-08f95063c1cdbe191"
+ root_directory = "/"
+ transit_encryption = "ENABLED"
+ authorization_config {
+ access_point_id = "fsap-03bc0296928aade4f"
}
}
}
# (1 unchanged block hidden)
}
# module.arpa_treasury_report.aws_ecs_service.default will be updated in-place
~ resource "aws_ecs_service" "default" {
id = "arn:aws:ecs:us-west-2:357150818708:service/gost-staging/gost-staging-treasury_report"
name = "gost-staging-treasury_report"
tags = {}
~ task_definition = "arn:aws:ecs:us-west-2:357150818708:task-definition/gost-staging-treasury_report:22" -> (known after apply)
# (15 unchanged attributes hidden)
# (3 unchanged blocks hidden)
}
# module.arpa_treasury_report.aws_ecs_task_definition.consumer must be replaced
+/- resource "aws_ecs_task_definition" "consumer" {
~ arn = "arn:aws:ecs:us-west-2:357150818708:task-definition/gost-staging-treasury_report:22" -> (known after apply)
~ arn_without_revision = "arn:aws:ecs:us-west-2:357150818708:task-definition/gost-staging-treasury_report" -> (known after apply)
~ container_definitions = (sensitive value) # forces replacement
~ id = "gost-staging-treasury_report" -> (known after apply)
- ipc_mode = "" -> null
- pid_mode = "" -> null
~ revision = 22 -> (known after apply)
- tags = {} -> null
# (9 unchanged attributes hidden)
- volume {
- name = "data" -> null
- efs_volume_configuration {
- file_system_id = "fs-08f95063c1cdbe191" -> null
- root_directory = "/" -> null
- transit_encryption = "ENABLED" -> null
- transit_encryption_port = 0 -> null
- authorization_config {
- access_point_id = "fsap-03bc0296928aade4f" -> null
}
}
}
+ volume {
+ name = "data"
+ efs_volume_configuration {
+ file_system_id = "fs-08f95063c1cdbe191"
+ root_directory = "/"
+ transit_encryption = "ENABLED"
+ authorization_config {
+ access_point_id = "fsap-03bc0296928aade4f"
}
}
}
# (1 unchanged block hidden)
}
# module.consume_grants.aws_ecs_service.default will be updated in-place
~ resource "aws_ecs_service" "default" {
id = "arn:aws:ecs:us-west-2:357150818708:service/gost-staging/gost-staging-consume_grants"
name = "gost-staging-consume_grants"
tags = {}
~ task_definition = "arn:aws:ecs:us-west-2:357150818708:task-definition/gost-staging-consume_grants:49" -> (known after apply)
# (15 unchanged attributes hidden)
# (3 unchanged blocks hidden)
}
# module.consume_grants.aws_ecs_task_definition.consume_grants must be replaced
+/- resource "aws_ecs_task_definition" "consume_grants" {
~ arn = "arn:aws:ecs:us-west-2:357150818708:task-definition/gost-staging-consume_grants:49" -> (known after apply)
~ arn_without_revision = "arn:aws:ecs:us-west-2:357150818708:task-definition/gost-staging-consume_grants" -> (known after apply)
~ container_definitions = (sensitive value) # forces replacement
~ id = "gost-staging-consume_grants" -> (known after apply)
- ipc_mode = "" -> null
- pid_mode = "" -> null
~ revision = 49 -> (known after apply)
- tags = {} -> null
# (9 unchanged attributes hidden)
# (1 unchanged block hidden)
}
# module.website.aws_s3_object.origin_dist_artifact["arpa_reporter/index.html"] will be updated in-place
~ resource "aws_s3_object" "origin_dist_artifact" {
~ etag = "af8f186c5a6837be860ff7b1cbf2e99d" -> "933ed4c14076797dd5018d6ebd00b1bc"
id = "dist/arpa_reporter/index.html"
~ source_hash = "af8f186c5a6837be860ff7b1cbf2e99d" -> "933ed4c14076797dd5018d6ebd00b1bc"
tags = {}
~ version_id = "poCX0lK2ryDiqTle2f2VW2bzrTOfsVlq" -> (known after apply)
# (11 unchanged attributes hidden)
}
# module.website.aws_s3_object.origin_dist_artifact["css/145.5dbff179.css"] will be created
+ resource "aws_s3_object" "origin_dist_artifact" {
+ acl = "private"
+ bucket = "gost-staging-origin-357150818708-us-west-2-website"
+ bucket_key_enabled = (known after apply)
+ content_type = "text/css"
+ etag = "24d2eb9260e5e87d78ef1b5d5ed79965"
+ force_destroy = false
+ id = (known after apply)
+ key = "dist/css/145.5dbff179.css"
+ kms_key_id = (known after apply)
+ server_side_encryption = "AES256"
+ source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/css/145.5dbff179.css"
+ source_hash = "24d2eb9260e5e87d78ef1b5d5ed79965"
+ storage_class = (known after apply)
+ tags_all = {
+ "env" = "staging"
+ "management" = "terraform"
+ "owner" = "grants"
+ "repo" = "usdr-gost"
+ "service" = "gost"
+ "usage" = "workload"
}
+ version_id = (known after apply)
}
# module.website.aws_s3_object.origin_dist_artifact["css/873.79ec77d1.css"] will be destroyed
# (because key ["css/873.79ec77d1.css"] is not in for_each map)
- resource "aws_s3_object" "origin_dist_artifact" {
- acl = "private" -> null
- bucket = "gost-staging-origin-357150818708-us-west-2-website" -> null
- bucket_key_enabled = false -> null
- content_type = "text/css" -> null
- etag = "5a863974929b85fae6f204c75a4b6398" -> null
- force_destroy = false -> null
- id = "dist/css/873.79ec77d1.css" -> null
- key = "dist/css/873.79ec77d1.css" -> null
- metadata = {} -> null
- server_side_encryption = "AES256" -> null
- source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/css/873.79ec77d1.css" -> null
- source_hash = "5a863974929b85fae6f204c75a4b6398" -> null
- storage_class = "STANDARD" -> null
- tags = {} -> null
- tags_all = {
- "env" = "staging"
- "management" = "terraform"
- "owner" = "grants"
- "repo" = "usdr-gost"
- "service" = "gost"
- "usage" = "workload"
} -> null
- version_id = "1ETamcl_VQAaDZxYyjKrjDWNsRIQ6Fol" -> null
}
# module.website.aws_s3_object.origin_dist_artifact["css/940.823258ed.css"] will be created
+ resource "aws_s3_object" "origin_dist_artifact" {
+ acl = "private"
+ bucket = "gost-staging-origin-357150818708-us-west-2-website"
+ bucket_key_enabled = (known after apply)
+ content_type = "text/css"
+ etag = "6140c31a5942ba122f75f27c1543a23a"
+ force_destroy = false
+ id = (known after apply)
+ key = "dist/css/940.823258ed.css"
+ kms_key_id = (known after apply)
+ server_side_encryption = "AES256"
+ source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/css/940.823258ed.css"
+ source_hash = "6140c31a5942ba122f75f27c1543a23a"
+ storage_class = (known after apply)
+ tags_all = {
+ "env" = "staging"
+ "management" = "terraform"
+ "owner" = "grants"
+ "repo" = "usdr-gost"
+ "service" = "gost"
+ "usage" = "workload"
}
+ version_id = (known after apply)
}
# module.website.aws_s3_object.origin_dist_artifact["css/991.111f7ae2.css"] will be destroyed
# (because key ["css/991.111f7ae2.css"] is not in for_each map)
- resource "aws_s3_object" "origin_dist_artifact" {
- acl = "private" -> null
- bucket = "gost-staging-origin-357150818708-us-west-2-website" -> null
- bucket_key_enabled = false -> null
- content_type = "text/css" -> null
- etag = "0b07c012d00186644c97f35ecc02426d" -> null
- force_destroy = false -> null
- id = "dist/css/991.111f7ae2.css" -> null
- key = "dist/css/991.111f7ae2.css" -> null
- metadata = {} -> null
- server_side_encryption = "AES256" -> null
- source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/css/991.111f7ae2.css" -> null
- source_hash = "0b07c012d00186644c97f35ecc02426d" -> null
- storage_class = "STANDARD" -> null
- tags = {} -> null
- tags_all = {
- "env" = "staging"
- "management" = "terraform"
- "owner" = "grants"
- "repo" = "usdr-gost"
- "service" = "gost"
- "usage" = "workload"
} -> null
- version_id = "6Cto5z3A4Xr5M3wSuoemebwXDJNlvETR" -> null
}
# module.website.aws_s3_object.origin_dist_artifact["css/main.26a62aad.css"] will be created
+ resource "aws_s3_object" "origin_dist_artifact" {
+ acl = "private"
+ bucket = "gost-staging-origin-357150818708-us-west-2-website"
+ bucket_key_enabled = (known after apply)
+ content_type = "text/css"
+ etag = "39cedd95f30f00dd56bbc7183da3e80b"
+ force_destroy = false
+ id = (known after apply)
+ key = "dist/css/main.26a62aad.css"
+ kms_key_id = (known after apply)
+ server_side_encryption = "AES256"
+ source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/css/main.26a62aad.css"
+ source_hash = "39cedd95f30f00dd56bbc7183da3e80b"
+ storage_class = (known after apply)
+ tags_all = {
+ "env" = "staging"
+ "management" = "terraform"
+ "owner" = "grants"
+ "repo" = "usdr-gost"
+ "service" = "gost"
+ "usage" = "workload"
}
+ version_id = (known after apply)
}
# module.website.aws_s3_object.origin_dist_artifact["css/main.5828c22c.css"] will be destroyed
# (because key ["css/main.5828c22c.css"] is not in for_each map)
- resource "aws_s3_object" "origin_dist_artifact" {
- acl = "private" -> null
- bucket = "gost-staging-origin-357150818708-us-west-2-website" -> null
- bucket_key_enabled = false -> null
- content_type = "text/css" -> null
- etag = "12fced079aa936619d60fe2edd96147e" -> null
- force_destroy = false -> null
- id = "dist/css/main.5828c22c.css" -> null
- key = "dist/css/main.5828c22c.css" -> null
- metadata = {} -> null
- server_side_encryption = "AES256" -> null
- source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/css/main.5828c22c.css" -> null
- source_hash = "12fced079aa936619d60fe2edd96147e" -> null
- storage_class = "STANDARD" -> null
- tags = {} -> null
- tags_all = {
- "env" = "staging"
- "management" = "terraform"
- "owner" = "grants"
- "repo" = "usdr-gost"
- "service" = "gost"
- "usage" = "workload"
} -> null
- version_id = "XnVYZaVW6beHjcIr.nZRDKKukmyOVgqV" -> null
}
# module.website.aws_s3_object.origin_dist_artifact["index.html"] will be updated in-place
~ resource "aws_s3_object" "origin_dist_artifact" {
~ etag = "5df71dcb51875b74c5d34ae3d2987da2" -> "86e9c98bbf71d87a0580faccae5bac9a"
id = "dist/index.html"
~ source_hash = "5df71dcb51875b74c5d34ae3d2987da2" -> "86e9c98bbf71d87a0580faccae5bac9a"
tags = {}
~ version_id = "oKa4pmmrgZe46xS9gyO.NB_lVC5I3shl" -> (known after apply)
# (11 unchanged attributes hidden)
}
# module.website.aws_s3_object.origin_dist_artifact["js/145.8f507569.js"] will be created
+ resource "aws_s3_object" "origin_dist_artifact" {
+ acl = "private"
+ bucket = "gost-staging-origin-357150818708-us-west-2-website"
+ bucket_key_enabled = (known after apply)
+ content_type = "text/javascript"
+ etag = "e7780ff03b82e6cd983915d926ecf294"
+ force_destroy = false
+ id = (known after apply)
+ key = "dist/js/145.8f507569.js"
+ kms_key_id = (known after apply)
+ server_side_encryption = "AES256"
+ source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/145.8f507569.js"
+ source_hash = "e7780ff03b82e6cd983915d926ecf294"
+ storage_class = (known after apply)
+ tags_all = {
+ "env" = "staging"
+ "management" = "terraform"
+ "owner" = "grants"
+ "repo" = "usdr-gost"
+ "service" = "gost"
+ "usage" = "workload"
}
+ version_id = (known after apply)
}
# module.website.aws_s3_object.origin_dist_artifact["js/145.8f507569.js.map"] will be created
+ resource "aws_s3_object" "origin_dist_artifact" {
+ acl = "private"
+ bucket = "gost-staging-origin-357150818708-us-west-2-website"
+ bucket_key_enabled = (known after apply)
+ content_type = "application/json"
+ etag = "cce4e94b4125ee3b0ceb976e7671f4b4"
+ force_destroy = false
+ id = (known after apply)
+ key = "dist/js/145.8f507569.js.map"
+ kms_key_id = (known after apply)
+ server_side_encryption = "AES256"
+ source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/145.8f507569.js.map"
+ source_hash = "cce4e94b4125ee3b0ceb976e7671f4b4"
+ storage_class = (known after apply)
+ tags_all = {
+ "env" = "staging"
+ "management" = "terraform"
+ "owner" = "grants"
+ "repo" = "usdr-gost"
+ "service" = "gost"
+ "usage" = "workload"
}
+ version_id = (known after apply)
}
# module.website.aws_s3_object.origin_dist_artifact["js/22.d8c80b68.js"] will be created
+ resource "aws_s3_object" "origin_dist_artifact" {
+ acl = "private"
+ bucket = "gost-staging-origin-357150818708-us-west-2-website"
+ bucket_key_enabled = (known after apply)
+ content_type = "text/javascript"
+ etag = "95b6588da71dd61c7574621f8a543f49"
+ force_destroy = false
+ id = (known after apply)
+ key = "dist/js/22.d8c80b68.js"
+ kms_key_id = (known after apply)
+ server_side_encryption = "AES256"
+ source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/22.d8c80b68.js"
+ source_hash = "95b6588da71dd61c7574621f8a543f49"
+ storage_class = (known after apply)
+ tags_all = {
+ "env" = "staging"
+ "management" = "terraform"
+ "owner" = "grants"
+ "repo" = "usdr-gost"
+ "service" = "gost"
+ "usage" = "workload"
}
+ version_id = (known after apply)
}
# module.website.aws_s3_object.origin_dist_artifact["js/22.d8c80b68.js.map"] will be created
+ resource "aws_s3_object" "origin_dist_artifact" {
+ acl = "private"
+ bucket = "gost-staging-origin-357150818708-us-west-2-website"
+ bucket_key_enabled = (known after apply)
+ content_type = "application/json"
+ etag = "c40ae7668ad8a3f16dec0260cb55b5cf"
+ force_destroy = false
+ id = (known after apply)
+ key = "dist/js/22.d8c80b68.js.map"
+ kms_key_id = (known after apply)
+ server_side_encryption = "AES256"
+ source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/22.d8c80b68.js.map"
+ source_hash = "c40ae7668ad8a3f16dec0260cb55b5cf"
+ storage_class = (known after apply)
+ tags_all = {
+ "env" = "staging"
+ "management" = "terraform"
+ "owner" = "grants"
+ "repo" = "usdr-gost"
+ "service" = "gost"
+ "usage" = "workload"
}
+ version_id = (known after apply)
}
# module.website.aws_s3_object.origin_dist_artifact["js/381.d22453bc.js"] will be created
+ resource "aws_s3_object" "origin_dist_artifact" {
+ acl = "private"
+ bucket = "gost-staging-origin-357150818708-us-west-2-website"
+ bucket_key_enabled = (known after apply)
+ content_type = "text/javascript"
+ etag = "74d59848d2b2a20ce356f206b748ed74"
+ force_destroy = false
+ id = (known after apply)
+ key = "dist/js/381.d22453bc.js"
+ kms_key_id = (known after apply)
+ server_side_encryption = "AES256"
+ source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/381.d22453bc.js"
+ source_hash = "74d59848d2b2a20ce356f206b748ed74"
+ storage_class = (known after apply)
+ tags_all = {
+ "env" = "staging"
+ "management" = "terraform"
+ "owner" = "grants"
+ "repo" = "usdr-gost"
+ "service" = "gost"
+ "usage" = "workload"
}
+ version_id = (known after apply)
}
# module.website.aws_s3_object.origin_dist_artifact["js/381.d22453bc.js.map"] will be created
+ resource "aws_s3_object" "origin_dist_artifact" {
+ acl = "private"
+ bucket = "gost-staging-origin-357150818708-us-west-2-website"
+ bucket_key_enabled = (known after apply)
+ content_type = "application/json"
+ etag = "a1505e7f4cd83d981467d62ee24e521a"
+ force_destroy = false
+ id = (known after apply)
+ key = "dist/js/381.d22453bc.js.map"
+ kms_key_id = (known after apply)
+ server_side_encryption = "AES256"
+ source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/381.d22453bc.js.map"
+ source_hash = "a1505e7f4cd83d981467d62ee24e521a"
+ storage_class = (known after apply)
+ tags_all = {
+ "env" = "staging"
+ "management" = "terraform"
+ "owner" = "grants"
+ "repo" = "usdr-gost"
+ "service" = "gost"
+ "usage" = "workload"
}
+ version_id = (known after apply)
}
# module.website.aws_s3_object.origin_dist_artifact["js/561.1d1efeda.js"] will be created
+ resource "aws_s3_object" "origin_dist_artifact" {
+ acl = "private"
+ bucket = "gost-staging-origin-357150818708-us-west-2-website"
+ bucket_key_enabled = (known after apply)
+ content_type = "text/javascript"
+ etag = "b1adf99711051815e3d8333a78c7f72c"
+ force_destroy = false
+ id = (known after apply)
+ key = "dist/js/561.1d1efeda.js"
+ kms_key_id = (known after apply)
+ server_side_encryption = "AES256"
+ source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/561.1d1efeda.js"
+ source_hash = "b1adf99711051815e3d8333a78c7f72c"
+ storage_class = (known after apply)
+ tags_all = {
+ "env" = "staging"
+ "management" = "terraform"
+ "owner" = "grants"
+ "repo" = "usdr-gost"
+ "service" = "gost"
+ "usage" = "workload"
}
+ version_id = (known after apply)
}
# module.website.aws_s3_object.origin_dist_artifact["js/561.1d1efeda.js.map"] will be created
+ resource "aws_s3_object" "origin_dist_artifact" {
+ acl = "private"
+ bucket = "gost-staging-origin-357150818708-us-west-2-website"
+ bucket_key_enabled = (known after apply)
+ content_type = "application/json"
+ etag = "ed34872b9788fd57df4e228897dfdb6c"
+ force_destroy = false
+ id = (known after apply)
+ key = "dist/js/561.1d1efeda.js.map"
+ kms_key_id = (known after apply)
+ server_side_encryption = "AES256"
+ source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/561.1d1efeda.js.map"
+ source_hash = "ed34872b9788fd57df4e228897dfdb6c"
+ storage_class = (known after apply)
+ tags_all = {
+ "env" = "staging"
+ "management" = "terraform"
+ "owner" = "grants"
+ "repo" = "usdr-gost"
+ "service" = "gost"
+ "usage" = "workload"
}
+ version_id = (known after apply)
}
# module.website.aws_s3_object.origin_dist_artifact["js/561.202e96c9.js"] will be destroyed
# (because key ["js/561.202e96c9.js"] is not in for_each map)
- resource "aws_s3_object" "origin_dist_artifact" {
- acl = "private" -> null
- bucket = "gost-staging-origin-357150818708-us-west-2-website" -> null
- bucket_key_enabled = false -> null
- content_type = "text/javascript" -> null
- etag = "8822660fbe1afd087fd1996c7759e6c8" -> null
- force_destroy = false -> null
- id = "dist/js/561.202e96c9.js" -> null
- key = "dist/js/561.202e96c9.js" -> null
- metadata = {} -> null
- server_side_encryption = "AES256" -> null
- source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/561.202e96c9.js" -> null
- source_hash = "8822660fbe1afd087fd1996c7759e6c8" -> null
- storage_class = "STANDARD" -> null
- tags = {} -> null
- tags_all = {
- "env" = "staging"
- "management" = "terraform"
- "owner" = "grants"
- "repo" = "usdr-gost"
- "service" = "gost"
- "usage" = "workload"
} -> null
- version_id = "rHEARYx_1ovMfaWTOE9BkHJ5CxDkyVMO" -> null
}
# module.website.aws_s3_object.origin_dist_artifact["js/561.202e96c9.js.map"] will be destroyed
# (because key ["js/561.202e96c9.js.map"] is not in for_each map)
- resource "aws_s3_object" "origin_dist_artifact" {
- acl = "private" -> null
- bucket = "gost-staging-origin-357150818708-us-west-2-website" -> null
- bucket_key_enabled = false -> null
- content_type = "application/json" -> null
- etag = "7421186cabdc0c1370e3fbf1a209431a" -> null
- force_destroy = false -> null
- id = "dist/js/561.202e96c9.js.map" -> null
- key = "dist/js/561.202e96c9.js.map" -> null
- metadata = {} -> null
- server_side_encryption = "AES256" -> null
- source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/561.202e96c9.js.map" -> null
- source_hash = "7421186cabdc0c1370e3fbf1a209431a" -> null
- storage_class = "STANDARD" -> null
- tags = {} -> null
- tags_all = {
- "env" = "staging"
- "management" = "terraform"
- "owner" = "grants"
- "repo" = "usdr-gost"
- "service" = "gost"
- "usage" = "workload"
} -> null
- version_id = "OPACdFQMDnNeb4UAL4lwREC7mBF5M63p" -> null
}
# module.website.aws_s3_object.origin_dist_artifact["js/632.a7d60193.js"] will be destroyed
# (because key ["js/632.a7d60193.js"] is not in for_each map)
- resource "aws_s3_object" "origin_dist_artifact" {
- acl = "private" -> null
- bucket = "gost-staging-origin-357150818708-us-west-2-website" -> null
- bucket_key_enabled = false -> null
- content_type = "text/javascript" -> null
- etag = "83ae31e74315aaa56dad92735c506af7" -> null
- force_destroy = false -> null
- id = "dist/js/632.a7d60193.js" -> null
- key = "dist/js/632.a7d60193.js" -> null
- metadata = {} -> null
- server_side_encryption = "AES256" -> null
- source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/632.a7d60193.js" -> null
- source_hash = "83ae31e74315aaa56dad92735c506af7" -> null
- storage_class = "STANDARD" -> null
- tags = {} -> null
- tags_all = {
- "env" = "staging"
- "management" = "terraform"
- "owner" = "grants"
- "repo" = "usdr-gost"
- "service" = "gost"
- "usage" = "workload"
} -> null
- version_id = "5FsvmQS.tG_sffFbP5GSsg8Ff8w9DVgu" -> null
}
# module.website.aws_s3_object.origin_dist_artifact["js/632.a7d60193.js.map"] will be destroyed
# (because key ["js/632.a7d60193.js.map"] is not in for_each map)
- resource "aws_s3_object" "origin_dist_artifact" {
- acl = "private" -> null
- bucket = "gost-staging-origin-357150818708-us-west-2-website" -> null
- bucket_key_enabled = false -> null
- content_type = "application/json" -> null
- etag = "7bb8c917261ad6e03c9fe07c738934fb" -> null
- force_destroy = false -> null
- id = "dist/js/632.a7d60193.js.map" -> null
- key = "dist/js/632.a7d60193.js.map" -> null
- metadata = {} -> null
- server_side_encryption = "AES256" -> null
- source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/632.a7d60193.js.map" -> null
- source_hash = "7bb8c917261ad6e03c9fe07c738934fb" -> null
- storage_class = "STANDARD" -> null
- tags = {} -> null
- tags_all = {
- "env" = "staging"
- "management" = "terraform"
- "owner" = "grants"
- "repo" = "usdr-gost"
- "service" = "gost"
- "usage" = "workload"
} -> null
- version_id = "vZwwxw2MRZMtYbrD5L5llCgDOArkFWov" -> null
}
# module.website.aws_s3_object.origin_dist_artifact["js/661.6f0d9f62.js"] will be destroyed
# (because key ["js/661.6f0d9f62.js"] is not in for_each map)
- resource "aws_s3_object" "origin_dist_artifact" {
- acl = "private" -> null
- bucket = "gost-staging-origin-357150818708-us-west-2-website" -> null
- bucket_key_enabled = false -> null
- content_type = "text/javascript" -> null
- etag = "55f35478251baf857c3d882458b3a834" -> null
- force_destroy = false -> null
- id = "dist/js/661.6f0d9f62.js" -> null
- key = "dist/js/661.6f0d9f62.js" -> null
- metadata = {} -> null
- server_side_encryption = "AES256" -> null
- source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/661.6f0d9f62.js" -> null
- source_hash = "55f35478251baf857c3d882458b3a834" -> null
- storage_class = "STANDARD" -> null
- tags = {} -> null
- tags_all = {
- "env" = "staging"
- "management" = "terraform"
- "owner" = "grants"
- "repo" = "usdr-gost"
- "service" = "gost"
- "usage" = "workload"
} -> null
- version_id = "Xgf7zOhmxQUvpDMNJQM2bixd4KzKkE20" -> null
}
# module.website.aws_s3_object.origin_dist_artifact["js/661.6f0d9f62.js.map"] will be destroyed
# (because key ["js/661.6f0d9f62.js.map"] is not in for_each map)
- resource "aws_s3_object" "origin_dist_artifact" {
- acl = "private" -> null
- bucket = "gost-staging-origin-357150818708-us-west-2-website" -> null
- bucket_key_enabled = false -> null
- content_type = "application/json" -> null
- etag = "e844071adfb2b51c418a82e11e42457d" -> null
- force_destroy = false -> null
- id = "dist/js/661.6f0d9f62.js.map" -> null
- key = "dist/js/661.6f0d9f62.js.map" -> null
- metadata = {} -> null
- server_side_encryption = "AES256" -> null
- source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/661.6f0d9f62.js.map" -> null
- source_hash = "e844071adfb2b51c418a82e11e42457d" -> null
- storage_class = "STANDARD" -> null
- tags = {} -> null
- tags_all = {
- "env" = "staging"
- "management" = "terraform"
- "owner" = "grants"
- "repo" = "usdr-gost"
- "service" = "gost"
- "usage" = "workload"
} -> null
- version_id = "4bSfvwJd1JJ0B05tM3jYhLLPQlD4_9ny" -> null
}
# module.website.aws_s3_object.origin_dist_artifact["js/661.ef8db183.js"] will be created
+ resource "aws_s3_object" "origin_dist_artifact" {
+ acl = "private"
+ bucket = "gost-staging-origin-357150818708-us-west-2-website"
+ bucket_key_enabled = (known after apply)
+ content_type = "text/javascript"
+ etag = "db8fe60fee118d0ffde399fc18e73fd3"
+ force_destroy = false
+ id = (known after apply)
+ key = "dist/js/661.ef8db183.js"
+ kms_key_id = (known after apply)
+ server_side_encryption = "AES256"
+ source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/661.ef8db183.js"
+ source_hash = "db8fe60fee118d0ffde399fc18e73fd3"
+ storage_class = (known after apply)
+ tags_all = {
+ "env" = "staging"
+ "management" = "terraform"
+ "owner" = "grants"
+ "repo" = "usdr-gost"
+ "service" = "gost"
+ "usage" = "workload"
}
+ version_id = (known after apply)
}
# module.website.aws_s3_object.origin_dist_artifact["js/661.ef8db183.js.map"] will be created
+ resource "aws_s3_object" "origin_dist_artifact" {
+ acl = "private"
+ bucket = "gost-staging-origin-357150818708-us-west-2-website"
+ bucket_key_enabled = (known after apply)
+ content_type = "application/json"
+ etag = "4117bf02d871e5a233c805932d1b8ae6"
+ force_destroy = false
+ id = (known after apply)
+ key = "dist/js/661.ef8db183.js.map"
+ kms_key_id = (known after apply)
+ server_side_encryption = "AES256"
+ source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/661.ef8db183.js.map"
+ source_hash = "4117bf02d871e5a233c805932d1b8ae6"
+ storage_class = (known after apply)
+ tags_all = {
+ "env" = "staging"
+ "management" = "terraform"
+ "owner" = "grants"
+ "repo" = "usdr-gost"
+ "service" = "gost"
+ "usage" = "workload"
}
+ version_id = (known after apply)
}
# module.website.aws_s3_object.origin_dist_artifact["js/862.4f81df87.js"] will be destroyed
# (because key ["js/862.4f81df87.js"] is not in for_each map)
- resource "aws_s3_object" "origin_dist_artifact" {
- acl = "private" -> null
- bucket = "gost-staging-origin-357150818708-us-west-2-website" -> null
- bucket_key_enabled = false -> null
- content_type = "text/javascript" -> null
- etag = "33b0c9be67bcdef175c5d90eff34cbee" -> null
- force_destroy = false -> null
- id = "dist/js/862.4f81df87.js" -> null
- key = "dist/js/862.4f81df87.js" -> null
- metadata = {} -> null
- server_side_encryption = "AES256" -> null
- source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/862.4f81df87.js" -> null
- source_hash = "33b0c9be67bcdef175c5d90eff34cbee" -> null
- storage_class = "STANDARD" -> null
- tags = {} -> null
- tags_all = {
- "env" = "staging"
- "management" = "terraform"
- "owner" = "grants"
- "repo" = "usdr-gost"
- "service" = "gost"
- "usage" = "workload"
} -> null
- version_id = "ATFPmh2nuJEcvP3YhJBJOu35UyEPhq9u" -> null
}
# module.website.aws_s3_object.origin_dist_artifact["js/862.4f81df87.js.map"] will be destroyed
# (because key ["js/862.4f81df87.js.map"] is not in for_each map)
- resource "aws_s3_object" "origin_dist_artifact" {
- acl = "private" -> null
- bucket = "gost-staging-origin-357150818708-us-west-2-website" -> null
- bucket_key_enabled = false -> null
- content_type = "application/json" -> null
- etag = "c8616c84fda80f584b1cabfd7fee3664" -> null
- force_destroy = false -> null
- id = "dist/js/862.4f81df87.js.map" -> null
- key = "dist/js/862.4f81df87.js.map" -> null
- metadata = {} -> null
- server_side_encryption = "AES256" -> null
- source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/862.4f81df87.js.map" -> null
- source_hash = "c8616c84fda80f584b1cabfd7fee3664" -> null
- storage_class = "STANDARD" -> null
- tags = {} -> null
- tags_all = {
- "env" = "staging"
- "management" = "terraform"
- "owner" = "grants"
- "repo" = "usdr-gost"
- "service" = "gost"
- "usage" = "workload"
} -> null
- version_id = "DAM9V6kh_942Ml2UP4_V0Gq3syNSkgvd" -> null
}
# module.website.aws_s3_object.origin_dist_artifact["js/873.20147246.js"] will be destroyed
# (because key ["js/873.20147246.js"] is not in for_each map)
- resource "aws_s3_object" "origin_dist_artifact" {
- acl = "private" -> null
- bucket = "gost-staging-origin-357150818708-us-west-2-website" -> null
- bucket_key_enabled = false -> null
- content_type = "text/javascript" -> null
- etag = "e2e168bbcea2f19d5ec3ede1bbabf2c0" -> null
- force_destroy = false -> null
- id = "dist/js/873.20147246.js" -> null
- key = "dist/js/873.20147246.js" -> null
- metadata = {} -> null
- server_side_encryption = "AES256" -> null
- source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/873.20147246.js" -> null
- source_hash = "e2e168bbcea2f19d5ec3ede1bbabf2c0" -> null
- storage_class = "STANDARD" -> null
- tags = {} -> null
- tags_all = {
- "env" = "staging"
- "management" = "terraform"
- "owner" = "grants"
- "repo" = "usdr-gost"
- "service" = "gost"
- "usage" = "workload"
} -> null
- version_id = "wg0HhBe27VqOoCCkjAQZLqkwlSQFEgU_" -> null
}
# module.website.aws_s3_object.origin_dist_artifact["js/873.20147246.js.map"] will be destroyed
# (because key ["js/873.20147246.js.map"] is not in for_each map)
- resource "aws_s3_object" "origin_dist_artifact" {
- acl = "private" -> null
- bucket = "gost-staging-origin-357150818708-us-west-2-website" -> null
- bucket_key_enabled = false -> null
- content_type = "application/json" -> null
- etag = "44bfa17bcdbf94bcc4d775be0071ee83" -> null
- force_destroy = false -> null
- id = "dist/js/873.20147246.js.map" -> null
- key = "dist/js/873.20147246.js.map" -> null
- metadata = {} -> null
- server_side_encryption = "AES256" -> null
- source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/873.20147246.js.map" -> null
- source_hash = "44bfa17bcdbf94bcc4d775be0071ee83" -> null
- storage_class = "STANDARD" -> null
- tags = {} -> null
- tags_all = {
- "env" = "staging"
- "management" = "terraform"
- "owner" = "grants"
- "repo" = "usdr-gost"
- "service" = "gost"
- "usage" = "workload"
} -> null
- version_id = "RX0BYJnCEUV61M6iAogMHQxBtSRYuRXC" -> null
}
# module.website.aws_s3_object.origin_dist_artifact["js/916.3e265a2d.js"] will be destroyed
# (because key ["js/916.3e265a2d.js"] is not in for_each map)
- resource "aws_s3_object" "origin_dist_artifact" {
- acl = "private" -> null
- bucket = "gost-staging-origin-357150818708-us-west-2-website" -> null
- bucket_key_enabled = false -> null
- content_type = "text/javascript" -> null
- etag = "9b754d3ca579a04b526e5cd50db43aa3" -> null
- force_destroy = false -> null
- id = "dist/js/916.3e265a2d.js" -> null
- key = "dist/js/916.3e265a2d.js" -> null
- metadata = {} -> null
- server_side_encryption = "AES256" -> null
- source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/916.3e265a2d.js" -> null
- source_hash = "9b754d3ca579a04b526e5cd50db43aa3" -> null
- storage_class = "STANDARD" -> null
- tags = {} -> null
- tags_all = {
- "env" = "staging"
- "management" = "terraform"
- "owner" = "grants"
- "repo" = "usdr-gost"
- "service" = "gost"
- "usage" = "workload"
} -> null
- version_id = "P.ojMpRu07TNYRsi0GMmEoAKecGhZjN7" -> null
}
# module.website.aws_s3_object.origin_dist_artifact["js/916.3e265a2d.js.map"] will be destroyed
# (because key ["js/916.3e265a2d.js.map"] is not in for_each map)
- resource "aws_s3_object" "origin_dist_artifact" {
- acl = "private" -> null
- bucket = "gost-staging-origin-357150818708-us-west-2-website" -> null
- bucket_key_enabled = false -> null
- content_type = "application/json" -> null
- etag = "98756f105e23303c1ff651ccee00e640" -> null
- force_destroy = false -> null
- id = "dist/js/916.3e265a2d.js.map" -> null
- key = "dist/js/916.3e265a2d.js.map" -> null
- metadata = {} -> null
- server_side_encryption = "AES256" -> null
- source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/916.3e265a2d.js.map" -> null
- source_hash = "98756f105e23303c1ff651ccee00e640" -> null
- storage_class = "STANDARD" -> null
- tags = {} -> null
- tags_all = {
- "env" = "staging"
- "management" = "terraform"
- "owner" = "grants"
- "repo" = "usdr-gost"
- "service" = "gost"
- "usage" = "workload"
} -> null
- version_id = "NP7vv.1vAarbpRtv0aDcTviagSW6SWzN" -> null
}
# module.website.aws_s3_object.origin_dist_artifact["js/916.f2872332.js"] will be created
+ resource "aws_s3_object" "origin_dist_artifact" {
+ acl = "private"
+ bucket = "gost-staging-origin-357150818708-us-west-2-website"
+ bucket_key_enabled = (known after apply)
+ content_type = "text/javascript"
+ etag = "d0891419666704fbc3e7e151f1aa17e2"
+ force_destroy = false
+ id = (known after apply)
+ key = "dist/js/916.f2872332.js"
+ kms_key_id = (known after apply)
+ server_side_encryption = "AES256"
+ source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/916.f2872332.js"
+ source_hash = "d0891419666704fbc3e7e151f1aa17e2"
+ storage_class = (known after apply)
+ tags_all = {
+ "env" = "staging"
+ "management" = "terraform"
+ "owner" = "grants"
+ "repo" = "usdr-gost"
+ "service" = "gost"
+ "usage" = "workload"
}
+ version_id = (known after apply)
}
# module.website.aws_s3_object.origin_dist_artifact["js/916.f2872332.js.map"] will be created
+ resource "aws_s3_object" "origin_dist_artifact" {
+ acl = "private"
+ bucket = "gost-staging-origin-357150818708-us-west-2-website"
+ bucket_key_enabled = (known after apply)
+ content_type = "application/json"
+ etag = "4ae350c198d4def9f83e9af12781a71d"
+ force_destroy = false
+ id = (known after apply)
+ key = "dist/js/916.f2872332.js.map"
+ kms_key_id = (known after apply)
+ server_side_encryption = "AES256"
+ source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/916.f2872332.js.map"
+ source_hash = "4ae350c198d4def9f83e9af12781a71d"
+ storage_class = (known after apply)
+ tags_all = {
+ "env" = "staging"
+ "management" = "terraform"
+ "owner" = "grants"
+ "repo" = "usdr-gost"
+ "service" = "gost"
+ "usage" = "workload"
}
+ version_id = (known after apply)
}
# module.website.aws_s3_object.origin_dist_artifact["js/940.f62d0aed.js"] will be created
+ resource "aws_s3_object" "origin_dist_artifact" {
+ acl = "private"
+ bucket = "gost-staging-origin-357150818708-us-west-2-website"
+ bucket_key_enabled = (known after apply)
+ content_type = "text/javascript"
+ etag = "ea474bbf8280c8064f1668f3177bd638"
+ force_destroy = false
+ id = (known after apply)
+ key = "dist/js/940.f62d0aed.js"
+ kms_key_id = (known after apply)
+ server_side_encryption = "AES256"
+ source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/940.f62d0aed.js"
+ source_hash = "ea474bbf8280c8064f1668f3177bd638"
+ storage_class = (known after apply)
+ tags_all = {
+ "env" = "staging"
+ "management" = "terraform"
+ "owner" = "grants"
+ "repo" = "usdr-gost"
+ "service" = "gost"
+ "usage" = "workload"
}
+ version_id = (known after apply)
}
# module.website.aws_s3_object.origin_dist_artifact["js/940.f62d0aed.js.map"] will be created
+ resource "aws_s3_object" "origin_dist_artifact" {
+ acl = "private"
+ bucket = "gost-staging-origin-357150818708-us-west-2-website"
+ bucket_key_enabled = (known after apply)
+ content_type = "application/json"
+ etag = "4f9679c6ec06cff1c434570fd952b901"
+ force_destroy = false
+ id = (known after apply)
+ key = "dist/js/940.f62d0aed.js.map"
+ kms_key_id = (known after apply)
+ server_side_encryption = "AES256"
+ source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/940.f62d0aed.js.map"
+ source_hash = "4f9679c6ec06cff1c434570fd952b901"
+ storage_class = (known after apply)
+ tags_all = {
+ "env" = "staging"
+ "management" = "terraform"
+ "owner" = "grants"
+ "repo" = "usdr-gost"
+ "service" = "gost"
+ "usage" = "workload"
}
+ version_id = (known after apply)
}
# module.website.aws_s3_object.origin_dist_artifact["js/991.23856d14.js"] will be destroyed
# (because key ["js/991.23856d14.js"] is not in for_each map)
- resource "aws_s3_object" "origin_dist_artifact" {
- acl = "private" -> null
- bucket = "gost-staging-origin-357150818708-us-west-2-website" -> null
- bucket_key_enabled = false -> null
- content_type = "text/javascript" -> null
- etag = "b4351c4f426a5944ba30151b77e8ca18" -> null
- force_destroy = false -> null
- id = "dist/js/991.23856d14.js" -> null
- key = "dist/js/991.23856d14.js" -> null
- metadata = {} -> null
- server_side_encryption = "AES256" -> null
- source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/991.23856d14.js" -> null
- source_hash = "b4351c4f426a5944ba30151b77e8ca18" -> null
- storage_class = "STANDARD" -> null
- tags = {} -> null
- tags_all = {
- "env" = "staging"
- "management" = "terraform"
- "owner" = "grants"
- "repo" = "usdr-gost"
- "service" = "gost"
- "usage" = "workload"
} -> null
- version_id = "dvrM_1ye5CIINGQv_1mTCV3NM.jOVOTF" -> null
}
# module.website.aws_s3_object.origin_dist_artifact["js/991.23856d14.js.map"] will be destroyed
# (because key ["js/991.23856d14.js.map"] is not in for_each map)
- resource "aws_s3_object" "origin_dist_artifact" {
- acl = "private" -> null
- bucket = "gost-staging-origin-357150818708-us-west-2-website" -> null
- bucket_key_enabled = false -> null
- content_type = "application/json" -> null
- etag = "38ff64f88d64e3624b8262a9439fea72" -> null
- force_destroy = false -> null
- id = "dist/js/991.23856d14.js.map" -> null
- key = "dist/js/991.23856d14.js.map" -> null
- metadata = {} -> null
- server_side_encryption = "AES256" -> null
- source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/991.23856d14.js.map" -> null
- source_hash = "38ff64f88d64e3624b8262a9439fea72" -> null
- storage_class = "STANDARD" -> null
- tags = {} -> null
- tags_all = {
- "env" = "staging"
- "management" = "terraform"
- "owner" = "grants"
- "repo" = "usdr-gost"
- "service" = "gost"
- "usage" = "workload"
} -> null
- version_id = "Ag8BQlEXu.YhMxKIKutd4m_98nKJ0Hj9" -> null
}
# module.website.aws_s3_object.origin_dist_artifact["js/993.14d459b2.js"] will be created
+ resource "aws_s3_object" "origin_dist_artifact" {
+ acl = "private"
+ bucket = "gost-staging-origin-357150818708-us-west-2-website"
+ bucket_key_enabled = (known after apply)
+ content_type = "text/javascript"
+ etag = "74a422f0718853cdd3519404aa79f3f3"
+ force_destroy = false
+ id = (known after apply)
+ key = "dist/js/993.14d459b2.js"
+ kms_key_id = (known after apply)
+ server_side_encryption = "AES256"
+ source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/993.14d459b2.js"
+ source_hash = "74a422f0718853cdd3519404aa79f3f3"
+ storage_class = (known after apply)
+ tags_all = {
+ "env" = "staging"
+ "management" = "terraform"
+ "owner" = "grants"
+ "repo" = "usdr-gost"
+ "service" = "gost"
+ "usage" = "workload"
}
+ version_id = (known after apply)
}
# module.website.aws_s3_object.origin_dist_artifact["js/993.14d459b2.js.map"] will be created
+ resource "aws_s3_object" "origin_dist_artifact" {
+ acl = "private"
+ bucket = "gost-staging-origin-357150818708-us-west-2-website"
+ bucket_key_enabled = (known after apply)
+ content_type = "application/json"
+ etag = "cffb8ba78d338d54d8335002fb862465"
+ force_destroy = false
+ id = (known after apply)
+ key = "dist/js/993.14d459b2.js.map"
+ kms_key_id = (known after apply)
+ server_side_encryption = "AES256"
+ source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/993.14d459b2.js.map"
+ source_hash = "cffb8ba78d338d54d8335002fb862465"
+ storage_class = (known after apply)
+ tags_all = {
+ "env" = "staging"
+ "management" = "terraform"
+ "owner" = "grants"
+ "repo" = "usdr-gost"
+ "service" = "gost"
+ "usage" = "workload"
}
+ version_id = (known after apply)
}
# module.website.aws_s3_object.origin_dist_artifact["js/993.ba6fdc82.js"] will be destroyed
# (because key ["js/993.ba6fdc82.js"] is not in for_each map)
- resource "aws_s3_object" "origin_dist_artifact" {
- acl = "private" -> null
- bucket = "gost-staging-origin-357150818708-us-west-2-website" -> null
- bucket_key_enabled = false -> null
- content_type = "text/javascript" -> null
- e...*[Comment body truncated]* |
QA Summary
Test CoverageCoverage report for `packages/client`
Coverage report for `packages/server`
Pusher: @adele-usdr, Action: |
Ticket #2226
Update new search and edit search panel controls
Switch to use vue-select control instead of Multiselect. Follow-up bug coming to add more description text.
Screenshots / Demo Video
Screen.Recording.2023-11-28.at.12.25.49.PM.mov
Testing
Select different options in the search panel. Make sure clicking out to close menu still works. Verify no extra x shows up in single selection fields.
Automated and Unit Tests
Manual tests for Reviewer
Checklist