-
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
2218 remove old grants table implementation and feature flag #2303
2218 remove old grants table implementation and feature flag #2303
Conversation
might need some help with the integration test failure! |
…ion-and-feature-flag
Code Climate has analyzed commit 51838bc 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 56.6% (-0.1% change). View more on Code Climate. |
QA Summary
Test CoverageCoverage report for `packages/client`
Coverage report for `packages/server`
Pusher: @adele-usdr, Action: |
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.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-08T13:04:27Z" -> "2023-12-08T15:49:44Z"
# (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:56" -> (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:56" -> (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" = "2f7c0fe5e9bab8fb04d0ff275d22542af0103bad" -> "edcc658dd7d89c69ae88e242f5b962fac9c527fb"
# (2 unchanged elements hidden)
}
~ environment = [
# (7 unchanged elements hidden)
{
name = "DD_SERVICE"
value = "gost"
},
~ {
name = "DD_VERSION"
~ value = "2f7c0fe5e9bab8fb04d0ff275d22542af0103bad" -> "edcc658dd7d89c69ae88e242f5b962fac9c527fb"
},
{
name = "ENABLE_GRANTS_DIGEST"
value = "false"
},
# (10 unchanged elements hidden)
]
~ image = "ghcr.io/usdigitalresponse/usdr-gost-api:2f7c0fe5e9bab8fb04d0ff275d22542af0103bad@sha256:bc10c130929ea7100d5faceac9d7a4c5e026becfcc3e52e68148b54cf0ad0fc2" -> "ghcr.io/usdigitalresponse/usdr-gost-api:edcc658dd7d89c69ae88e242f5b962fac9c527fb@sha256:120d264f92fd55776ba26e9e1dc202a60e313e917813a57e1e34ea6e8721cb61"
name = "api"
- volumesFrom = [] -> null
# (9 unchanged elements hidden)
} # forces replacement,
~ {
~ dockerLabels = {
~ "com.datadoghq.tags.version" = "2f7c0fe5e9bab8fb04d0ff275d22542af0103bad" -> "edcc658dd7d89c69ae88e242f5b962fac9c527fb"
# (2 unchanged elements hidden)
}
~ environment = [
# (3 unchanged elements hidden)
{
name = "DD_SERVICE"
value = "gost"
},
~ {
name = "DD_VERSION"
~ value = "2f7c0fe5e9bab8fb04d0ff275d22542af0103bad" -> "edcc658dd7d89c69ae88e242f5b962fac9c527fb"
},
{
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 = 56 -> (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:25" -> (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:25" -> (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 = 25 -> (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:14" -> (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:14" -> (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 = 14 -> (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:41" -> (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:41" -> (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 = 41 -> (known after apply)
- tags = {} -> null
# (9 unchanged attributes hidden)
# (1 unchanged block hidden)
}
# module.website.aws_s3_object.deploy-config[0] will be updated in-place
~ resource "aws_s3_object" "deploy-config" {
~ content = <<-EOT
window.APP_CONFIG = window.APP_CONFIG || {};
window.APP_CONFIG.apiURLForGOST = 'https://api.staging.grants.usdr.dev/';
window.apiURLForGOST = window.APP_CONFIG.apiURLForGOST; // Legacy
- window.APP_CONFIG.featureFlags = {"myProfileEnabled":true,"newTerminologyEnabled":true,"useNewTable":true};
+ window.APP_CONFIG.featureFlags = {"myProfileEnabled":true,"newTerminologyEnabled":true};
window.APP_CONFIG.overrideFeatureFlag = (flagName, overrideValue) => {
const storageKey = 'featureFlags';
let overrides = {};
try {
overrides = JSON.parse(window.sessionStorage.getItem(storageKey)) || {};
} catch (e) {
console.error(`Error parsing window.sessionStorage.${storageKey} as JSON:`, e);
console.warn(`window.sessionStorage.${storageKey} will be replaced.`);
}
overrides[flagName] = overrideValue;
window.sessionStorage.setItem(storageKey, JSON.stringify(overrides));
console.log('New feature flag overrides in page session:',
window.sessionStorage.getItem(storageKey));
};
EOT
~ etag = "6f8895ac02a743c24dee0df303af409a" -> "379b13ed9840397d3483590d05fea34e"
id = "/config/deploy-config.js"
tags = {}
~ version_id = "RtKTdib6gNp9iMyCV1_u78vNOyxrfbHf" -> (known after apply)
# (10 unchanged attributes 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 = "316a1e082fab58e4698778b8d0eab51e" -> "933ed4c14076797dd5018d6ebd00b1bc"
id = "dist/arpa_reporter/index.html"
~ source_hash = "316a1e082fab58e4698778b8d0eab51e" -> "933ed4c14076797dd5018d6ebd00b1bc"
tags = {}
~ version_id = "eysBTyo9gjPti.pR3zQuuiipCfIuisvv" -> (known after apply)
# (11 unchanged attributes hidden)
}
# module.website.aws_s3_object.origin_dist_artifact["css/445.111f7ae2.css"] will be destroyed
# (because key ["css/445.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/445.111f7ae2.css" -> null
- key = "dist/css/445.111f7ae2.css" -> null
- metadata = {} -> null
- server_side_encryption = "AES256" -> null
- source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/css/445.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 = "q0oxgERsqS0LCfh1DhD7GEURVQTT21Gu" -> null
}
# module.website.aws_s3_object.origin_dist_artifact["css/491.dfc1b2d3.css"] will be destroyed
# (because key ["css/491.dfc1b2d3.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 = "f828440eaa3c2273a27cc5a3164766f0" -> null
- force_destroy = false -> null
- id = "dist/css/491.dfc1b2d3.css" -> null
- key = "dist/css/491.dfc1b2d3.css" -> null
- metadata = {} -> null
- server_side_encryption = "AES256" -> null
- source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/css/491.dfc1b2d3.css" -> null
- source_hash = "f828440eaa3c2273a27cc5a3164766f0" -> 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 = "r4ry_u8SSB6CndXaAb04liDKbmx1D7ug" -> null
}
# module.website.aws_s3_object.origin_dist_artifact["css/519.79ec77d1.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 = "5a863974929b85fae6f204c75a4b6398"
+ force_destroy = false
+ id = (known after apply)
+ key = "dist/css/519.79ec77d1.css"
+ kms_key_id = (known after apply)
+ server_side_encryption = "AES256"
+ source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/css/519.79ec77d1.css"
+ source_hash = "5a863974929b85fae6f204c75a4b6398"
+ 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/551.79ec77d1.css"] will be destroyed
# (because key ["css/551.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/551.79ec77d1.css" -> null
- key = "dist/css/551.79ec77d1.css" -> null
- metadata = {} -> null
- server_side_encryption = "AES256" -> null
- source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/css/551.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 = "l0bO2rWAYW8_UpQ8InWV4fdEvH79cXe4" -> null
}
# module.website.aws_s3_object.origin_dist_artifact["css/661.6362a4e5.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 = "1ccd8f4bd9f2733d3887b93d7633e17c"
+ force_destroy = false
+ id = (known after apply)
+ key = "dist/css/661.6362a4e5.css"
+ kms_key_id = (known after apply)
+ server_side_encryption = "AES256"
+ source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/css/661.6362a4e5.css"
+ source_hash = "1ccd8f4bd9f2733d3887b93d7633e17c"
+ 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/741.111f7ae2.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 = "0b07c012d00186644c97f35ecc02426d"
+ force_destroy = false
+ id = (known after apply)
+ key = "dist/css/741.111f7ae2.css"
+ kms_key_id = (known after apply)
+ server_side_encryption = "AES256"
+ source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/css/741.111f7ae2.css"
+ source_hash = "0b07c012d00186644c97f35ecc02426d"
+ 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.2e7568dd.css"] will be destroyed
# (because key ["css/main.2e7568dd.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 = "1778cc26381a354f53a6f1a0ffe3f3f9" -> null
- force_destroy = false -> null
- id = "dist/css/main.2e7568dd.css" -> null
- key = "dist/css/main.2e7568dd.css" -> null
- metadata = {} -> null
- server_side_encryption = "AES256" -> null
- source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/css/main.2e7568dd.css" -> null
- source_hash = "1778cc26381a354f53a6f1a0ffe3f3f9" -> 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 = "5SZWjOP39zs0AIrkgcD4XoGH5o77GWdJ" -> null
}
# module.website.aws_s3_object.origin_dist_artifact["css/main.5828c22c.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 = "12fced079aa936619d60fe2edd96147e"
+ force_destroy = false
+ id = (known after apply)
+ key = "dist/css/main.5828c22c.css"
+ kms_key_id = (known after apply)
+ server_side_encryption = "AES256"
+ source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/css/main.5828c22c.css"
+ source_hash = "12fced079aa936619d60fe2edd96147e"
+ 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["index.html"] will be updated in-place
~ resource "aws_s3_object" "origin_dist_artifact" {
~ etag = "c100e1e94e470f7e52d8b94180fa9294" -> "8381f283b110848a007133409320197f"
id = "dist/index.html"
~ source_hash = "c100e1e94e470f7e52d8b94180fa9294" -> "8381f283b110848a007133409320197f"
tags = {}
~ version_id = "gkg57NcT_KT.WGcC2SlwGDiUuBclBdV1" -> (known after apply)
# (11 unchanged attributes hidden)
}
# module.website.aws_s3_object.origin_dist_artifact["js/103.1e1c2b64.js"] will be destroyed
# (because key ["js/103.1e1c2b64.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 = "78fef28127d2ce3a5c31c7a4bd21f194" -> null
- force_destroy = false -> null
- id = "dist/js/103.1e1c2b64.js" -> null
- key = "dist/js/103.1e1c2b64.js" -> null
- metadata = {} -> null
- server_side_encryption = "AES256" -> null
- source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/103.1e1c2b64.js" -> null
- source_hash = "78fef28127d2ce3a5c31c7a4bd21f194" -> 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 = "nBhQLPIu3t2OkYnEjDnbz2DuxFP5UNDu" -> null
}
# module.website.aws_s3_object.origin_dist_artifact["js/103.1e1c2b64.js.map"] will be destroyed
# (because key ["js/103.1e1c2b64.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 = "9b3ae5ccb92d93a7c65996566ffc9b19" -> null
- force_destroy = false -> null
- id = "dist/js/103.1e1c2b64.js.map" -> null
- key = "dist/js/103.1e1c2b64.js.map" -> null
- metadata = {} -> null
- server_side_encryption = "AES256" -> null
- source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/103.1e1c2b64.js.map" -> null
- source_hash = "9b3ae5ccb92d93a7c65996566ffc9b19" -> 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 = "PhrRmmHDPs70yldg_6hYfxFMPX63pSoo" -> null
}
# module.website.aws_s3_object.origin_dist_artifact["js/114.bbe747ba.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 = "d3c1f81a2e763280c285701268a8cbc3"
+ force_destroy = false
+ id = (known after apply)
+ key = "dist/js/114.bbe747ba.js"
+ kms_key_id = (known after apply)
+ server_side_encryption = "AES256"
+ source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/114.bbe747ba.js"
+ source_hash = "d3c1f81a2e763280c285701268a8cbc3"
+ 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/114.bbe747ba.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 = "b5a951d83e6a9b976f403663f8852214"
+ force_destroy = false
+ id = (known after apply)
+ key = "dist/js/114.bbe747ba.js.map"
+ kms_key_id = (known after apply)
+ server_side_encryption = "AES256"
+ source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/114.bbe747ba.js.map"
+ source_hash = "b5a951d83e6a9b976f403663f8852214"
+ 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/114.eb5658a9.js"] will be destroyed
# (because key ["js/114.eb5658a9.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 = "7f90a2334bdcebbf2be8d6f493cce742" -> null
- force_destroy = false -> null
- id = "dist/js/114.eb5658a9.js" -> null
- key = "dist/js/114.eb5658a9.js" -> null
- metadata = {} -> null
- server_side_encryption = "AES256" -> null
- source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/114.eb5658a9.js" -> null
- source_hash = "7f90a2334bdcebbf2be8d6f493cce742" -> 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 = "S5xvNkf.kEn32G897j_G76bKpbq5N3Va" -> null
}
# module.website.aws_s3_object.origin_dist_artifact["js/114.eb5658a9.js.map"] will be destroyed
# (because key ["js/114.eb5658a9.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 = "3f9a5a42d59e9f66dd5b697aac033e65" -> null
- force_destroy = false -> null
- id = "dist/js/114.eb5658a9.js.map" -> null
- key = "dist/js/114.eb5658a9.js.map" -> null
- metadata = {} -> null
- server_side_encryption = "AES256" -> null
- source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/114.eb5658a9.js.map" -> null
- source_hash = "3f9a5a42d59e9f66dd5b697aac033e65" -> 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 = "U9KoFxDxmN0CNhgDvp8I39zd4N4vpTh0" -> null
}
# module.website.aws_s3_object.origin_dist_artifact["js/30.ef3a42c7.js"] will be destroyed
# (because key ["js/30.ef3a42c7.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 = "986ea0d59fb76b8d02d19ed5ecc4ac62" -> null
- force_destroy = false -> null
- id = "dist/js/30.ef3a42c7.js" -> null
- key = "dist/js/30.ef3a42c7.js" -> null
- metadata = {} -> null
- server_side_encryption = "AES256" -> null
- source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/30.ef3a42c7.js" -> null
- source_hash = "986ea0d59fb76b8d02d19ed5ecc4ac62" -> 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 = "czt60NMd57GYLG4u3qtI6wE3Au6_ZuNf" -> null
}
# module.website.aws_s3_object.origin_dist_artifact["js/30.ef3a42c7.js.map"] will be destroyed
# (because key ["js/30.ef3a42c7.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 = "a4c1433b1d254f1480db5941554e8c62" -> null
- force_destroy = false -> null
- id = "dist/js/30.ef3a42c7.js.map" -> null
- key = "dist/js/30.ef3a42c7.js.map" -> null
- metadata = {} -> null
- server_side_encryption = "AES256" -> null
- source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/30.ef3a42c7.js.map" -> null
- source_hash = "a4c1433b1d254f1480db5941554e8c62" -> 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 = "GrIkX3D152tzI6NDZyCNLwJoh8jUZ77X" -> null
}
# module.website.aws_s3_object.origin_dist_artifact["js/409.34349a56.js"] will be destroyed
# (because key ["js/409.34349a56.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 = "e9c88a37e1cddbd586b256cdde0a19e4" -> null
- force_destroy = false -> null
- id = "dist/js/409.34349a56.js" -> null
- key = "dist/js/409.34349a56.js" -> null
- metadata = {} -> null
- server_side_encryption = "AES256" -> null
- source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/409.34349a56.js" -> null
- source_hash = "e9c88a37e1cddbd586b256cdde0a19e4" -> 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 = "ScP9KQX8QyuJl4xwYX_kNnNawHBYxopy" -> null
}
# module.website.aws_s3_object.origin_dist_artifact["js/409.34349a56.js.map"] will be destroyed
# (because key ["js/409.34349a56.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 = "62a224f8de8ef963ee95c1fb2bbc823d" -> null
- force_destroy = false -> null
- id = "dist/js/409.34349a56.js.map" -> null
- key = "dist/js/409.34349a56.js.map" -> null
- metadata = {} -> null
- server_side_encryption = "AES256" -> null
- source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/409.34349a56.js.map" -> null
- source_hash = "62a224f8de8ef963ee95c1fb2bbc823d" -> 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 = "LJa6MHjHfYk6pcjN9LBSuMsSM4YdL4VG" -> null
}
# module.website.aws_s3_object.origin_dist_artifact["js/409.423e4e79.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 = "c5502113d9555efd2352a87ef5785f31"
+ force_destroy = false
+ id = (known after apply)
+ key = "dist/js/409.423e4e79.js"
+ kms_key_id = (known after apply)
+ server_side_encryption = "AES256"
+ source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/409.423e4e79.js"
+ source_hash = "c5502113d9555efd2352a87ef5785f31"
+ 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/409.423e4e79.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 = "aee13925fdaa6488d492a69b8c193a85"
+ force_destroy = false
+ id = (known after apply)
+ key = "dist/js/409.423e4e79.js.map"
+ kms_key_id = (known after apply)
+ server_side_encryption = "AES256"
+ source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/409.423e4e79.js.map"
+ source_hash = "aee13925fdaa6488d492a69b8c193a85"
+ 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/445.ae124aa6.js"] will be destroyed
# (because key ["js/445.ae124aa6.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 = "08e11eb99f684f02ff5c8aa696cd0b0c" -> null
- force_destroy = false -> null
- id = "dist/js/445.ae124aa6.js" -> null
- key = "dist/js/445.ae124aa6.js" -> null
- metadata = {} -> null
- server_side_encryption = "AES256" -> null
- source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/445.ae124aa6.js" -> null
- source_hash = "08e11eb99f684f02ff5c8aa696cd0b0c" -> 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 = "meXatqg8Gw3NW1MULWjDpLSfzovipaOY" -> null
}
# module.website.aws_s3_object.origin_dist_artifact["js/445.ae124aa6.js.map"] will be destroyed
# (because key ["js/445.ae124aa6.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 = "07fe80a81a7786485e5566e2984538d1" -> null
- force_destroy = false -> null
- id = "dist/js/445.ae124aa6.js.map" -> null
- key = "dist/js/445.ae124aa6.js.map" -> null
- metadata = {} -> null
- server_side_encryption = "AES256" -> null
- source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/445.ae124aa6.js.map" -> null
- source_hash = "07fe80a81a7786485e5566e2984538d1" -> 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 = "15aTsbHUHbiDch9.Mkyp9RnDp929MgI2" -> null
}
# module.website.aws_s3_object.origin_dist_artifact["js/491.37cc4db3.js"] will be destroyed
# (because key ["js/491.37cc4db3.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 = "f3834d300d51594db9e45102aa174d3c" -> null
- force_destroy = false -> null
- id = "dist/js/491.37cc4db3.js" -> null
- key = "dist/js/491.37cc4db3.js" -> null
- metadata = {} -> null
- server_side_encryption = "AES256" -> null
- source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/491.37cc4db3.js" -> null
- source_hash = "f3834d300d51594db9e45102aa174d3c" -> 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 = "wO4olYK51HYcGwrXykwvkM0XnmtVhANl" -> null
}
# module.website.aws_s3_object.origin_dist_artifact["js/491.37cc4db3.js.map"] will be destroyed
# (because key ["js/491.37cc4db3.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 = "496c4262ab1dba52b6aa11742c98ff94" -> null
- force_destroy = false -> null
- id = "dist/js/491.37cc4db3.js.map" -> null
- key = "dist/js/491.37cc4db3.js.map" -> null
- metadata = {} -> null
- server_side_encryption = "AES256" -> null
- source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/491.37cc4db3.js.map" -> null
- source_hash = "496c4262ab1dba52b6aa11742c98ff94" -> 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 = "8n5kqDDsIZUztxMON02s9tFnNMuS1bO2" -> null
}
# module.website.aws_s3_object.origin_dist_artifact["js/495.21a13255.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 = "80d615b4a10e135cc2074a029a746940"
+ force_destroy = false
+ id = (known after apply)
+ key = "dist/js/495.21a13255.js"
+ kms_key_id = (known after apply)
+ server_side_encryption = "AES256"
+ source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/495.21a13255.js"
+ source_hash = "80d615b4a10e135cc2074a029a746940"
+ 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/495.21a13255.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 = "b1e8cb49db8526adc59ade1afa19b8ad"
+ force_destroy = false
+ id = (known after apply)
+ key = "dist/js/495.21a13255.js.map"
+ kms_key_id = (known after apply)
+ server_side_encryption = "AES256"
+ source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/495.21a13255.js.map"
+ source_hash = "b1e8cb49db8526adc59ade1afa19b8ad"
+ 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/519.f3cd2c5d.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 = "d8ece96fe8665aa41e9caf54be251bb9"
+ force_destroy = false
+ id = (known after apply)
+ key = "dist/js/519.f3cd2c5d.js"
+ kms_key_id = (known after apply)
+ server_side_encryption = "AES256"
+ source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/519.f3cd2c5d.js"
+ source_hash = "d8ece96fe8665aa41e9caf54be251bb9"
+ 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/519.f3cd2c5d.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 = "6bf5e2aea26b26984c639872bf7f9546"
+ force_destroy = false
+ id = (known after apply)
+ key = "dist/js/519.f3cd2c5d.js.map"
+ kms_key_id = (known after apply)
+ server_side_encryption = "AES256"
+ source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/519.f3cd2c5d.js.map"
+ source_hash = "6bf5e2aea26b26984c639872bf7f9546"
+ 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/544.72de7008.js"] will be destroyed
# (because key ["js/544.72de7008.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 = "f1ccd7b6192b0078e52ba344ec9a59cc" -> null
- force_destroy = false -> null
- id = "dist/js/544.72de7008.js" -> null
- key = "dist/js/544.72de7008.js" -> null
- metadata = {} -> null
- server_side_encryption = "AES256" -> null
- source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/544.72de7008.js" -> null
- source_hash = "f1ccd7b6192b0078e52ba344ec9a59cc" -> 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 = "6zWh9EfZ4i5Hiz3J9U0r9ysVOW3pkzgV" -> null
}
# module.website.aws_s3_object.origin_dist_artifact["js/544.72de7008.js.map"] will be destroyed
# (because key ["js/544.72de7008.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 = "7d50e9c397fd78cd3808adf5446c15a9" -> null
- force_destroy = false -> null
- id = "dist/js/544.72de7008.js.map" -> null
- key = "dist/js/544.72de7008.js.map" -> null
- metadata = {} -> null
- server_side_encryption = "AES256" -> null
- source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/544.72de7008.js.map" -> null
- source_hash = "7d50e9c397fd78cd3808adf5446c15a9" -> 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 = "zYC8i30Sc8Z19qmSBZw6x4g4C8Bq6O_K" -> null
}
# module.website.aws_s3_object.origin_dist_artifact["js/551.e6774a97.js"] will be destroyed
# (because key ["js/551.e6774a97.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 = "0e9fbc48e01c9f45d289a9dc437eba07" -> null
- force_destroy = false -> null
- id = "dist/js/551.e6774a97.js" -> null
- key = "dist/js/551.e6774a97.js" -> null
- metadata = {} -> null
- server_side_encryption = "AES256" -> null
- source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/551.e6774a97.js" -> null
- source_hash = "0e9fbc48e01c9f45d289a9dc437eba07" -> 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 = "h4Hlg2qziGu9jul1awDmnvPxOcR0klG4" -> null
}
# module.website.aws_s3_object.origin_dist_artifact["js/551.e6774a97.js.map"] will be destroyed
# (because key ["js/551.e6774a97.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 = "93b8fa77cb51fe3b49c4baf15a7769bb" -> null
- force_destroy = false -> null
- id = "dist/js/551.e6774a97.js.map" -> null
- key = "dist/js/551.e6774a97.js.map" -> null
- metadata = {} -> null
- server_side_encryption = "AES256" -> null
- source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/551.e6774a97.js.map" -> null
- source_hash = "93b8fa77cb51fe3b49c4baf15a7769bb" -> 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 = "RjElxiQb06QVHgwv2wrBY3jlL7pv7JG9" -> null
}
# module.website.aws_s3_object.origin_dist_artifact["js/561.202e96c9.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 = "8822660fbe1afd087fd1996c7759e6c8"
+ force_destroy = false
+ id = (known after apply)
+ key = "dist/js/561.202e96c9.js"
+ kms_key_id = (known after apply)
+ server_side_encryption = "AES256"
+ source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/561.202e96c9.js"
+ source_hash = "8822660fbe1afd087fd1996c7759e6c8"
+ 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.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 = "7421186cabdc0c1370e3fbf1a209431a"
+ force_destroy = false
+ id = (known after apply)
+ key = "dist/js/561.202e96c9.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.202e96c9.js.map"
+ source_hash = "7421186cabdc0c1370e3fbf1a209431a"
+ 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.2124fb81.js"] will be destroyed
# (because key ["js/561.2124fb81.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 = "d032c81bb98a5a32862ec2adf8a08aca" -> null
- force_destroy = false -> null
- id = "dist/js/561.2124fb81.js" -> null
- key = "dist/js/561.2124fb81.js" -> null
- metadata = {} -> null
- server_side_encryption = "AES256" -> null
- source = "/home/runner/work/usdr-gost/usdr-gost/packages/client/dist/js/561.2124fb81.js" -> null
- source_hash = "d032c81bb98a5a32862ec2adf8a08aca" -> null
- storage_class = "STANDARD" -> null
- tags = {} -> null
- tags_all = {
- "env" = "staging"
- "management" = "terraform"
- ...*[Comment body truncated]* |
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.
💯
Ticket #2218
Description
Remove old grants table implementation and feature flag
Screenshots / Demo Video
No user-visible changes expected.
Testing
No user-visible changes expected. Grants table behavior should be the same.
Automated and Unit Tests
Manual tests for Reviewer
Checklist