Skip to content
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

adds Lock It Down #1812

Merged
merged 28 commits into from
Jan 4, 2024
Merged

adds Lock It Down #1812

merged 28 commits into from
Jan 4, 2024

Conversation

fpigeonjr
Copy link
Contributor

@fpigeonjr fpigeonjr commented Dec 16, 2023

What changed

Prevent changes to certain data whilst it's in review.

  • Edit Agreement Metadata/BudgetLines
  • BudgetLines List view
  • Agreements List view

Issue

#1806

How to test

Write out steps for how someone could test this PR against the acceptance criteria

Screenshots

If relevant, e.g. for a front-end feature

Definition of Done Checklist

  • OESA: Code refactored for clarity
  • OESA: Dependency rules followed
  • Automated unit tests updated and passed
  • Automated integration tests updated and passed
  • Automated quality tests updated and passed
  • Automated load tests updated and passed
  • Automated a11y tests updated and passed
  • Automated security tests updated and passed
  • 90%+ Code coverage achieved
  • Form validations updated

Links

If relevant, e.g. for a link to a piece of markdown documentation

@fpigeonjr fpigeonjr changed the title adds agreementList lock adds Lock It Down Dec 16, 2023
fpigeonjr and others added 26 commits December 15, 2023 20:12
and changing disabled icons to include goToApproveIcon
# Conflicts:
#	frontend/src/components/BudgetLineItems/ChangeIcons/ChangeIcons.js
@stevtek stevtek marked this pull request as ready for review January 3, 2024 21:47
@stevtek stevtek self-requested a review January 3, 2024 21:47
Copy link

github-actions bot commented Jan 4, 2024

Terraform Plan for terraform/eus/dev/frontend:

data.azurerm_container_app_environment.aca_env: Reading...
data.azurerm_container_app_environment.aca_env: Read complete after 1s [id=/subscriptions/91ab8ed2-74e6-4366-aaf5-036186ec70db/resourceGroups/opre-ops-dev-eus-core-rg/providers/Microsoft.App/managedEnvironments/opre-ops-dev-eus-core-cae]
azurerm_container_app.frontend: Refreshing state... [id=/subscriptions/91ab8ed2-74e6-4366-aaf5-036186ec70db/resourceGroups/opre-ops-dev-eus-core-rg/providers/Microsoft.App/containerApps/opre-ops-dev-eus-fe-ca]

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  ~ update in-place

Terraform will perform the following actions:

  # azurerm_container_app.frontend will be updated in-place
  ~ resource "azurerm_container_app" "frontend" {
        id                            = "/subscriptions/91ab8ed2-74e6-4366-aaf5-036186ec70db/resourceGroups/opre-ops-dev-eus-core-rg/providers/Microsoft.App/containerApps/opre-ops-dev-eus-fe-ca"
        name                          = "opre-ops-dev-eus-fe-ca"
        tags                          = {}
        # (8 unchanged attributes hidden)

      ~ template {
          ~ revision_suffix = "1851ca82" -> "b159b54b"
            # (2 unchanged attributes hidden)

          ~ container {
              ~ image             = "ghcr.io/hhs/opre-ops/ops-frontend:1851ca821ac7fac368d99778d10df1a41d722ed3" -> "ghcr.io/hhs/opre-ops/ops-frontend:b159b54b7f41075f26913766ab1b5ca2977f0c2d"
                name              = "ops-frontend"
                # (5 unchanged attributes hidden)

                # (1 unchanged block hidden)
            }
        }

        # (1 unchanged block hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

Plan saved to GH artifacts.

Copy link

github-actions bot commented Jan 4, 2024

Terraform Plan for terraform/eus/dev/backend:

data.azurerm_key_vault.vault: Reading...
data.azurerm_postgresql_flexible_server.ops_dbs: Reading...
data.azurerm_container_app_environment.aca_env: Reading...
data.azurerm_key_vault.vault: Read complete after 0s [id=/subscriptions/91ab8ed2-74e6-4366-aaf5-036186ec70db/resourceGroups/opre-ops-dev-eus-core-rg/providers/Microsoft.KeyVault/vaults/opre-ops-dev-eus-core-kv]
data.azurerm_key_vault_secret.ops-jwt-private-key: Reading...
data.azurerm_key_vault_secret.ops-pw: Reading...
data.azurerm_postgresql_flexible_server.ops_dbs: Read complete after 1s [id=/subscriptions/91ab8ed2-74e6-4366-aaf5-036186ec70db/resourceGroups/opre-ops-dev-eus-core-rg/providers/Microsoft.DBforPostgreSQL/flexibleServers/opre-ops-dev-eus-db-psql]
data.azurerm_container_app_environment.aca_env: Read complete after 1s [id=/subscriptions/91ab8ed2-74e6-4366-aaf5-036186ec70db/resourceGroups/opre-ops-dev-eus-core-rg/providers/Microsoft.App/managedEnvironments/opre-ops-dev-eus-core-cae]
data.azurerm_key_vault_secret.ops-jwt-private-key: Read complete after 1s [id=https://opre-ops-dev-eus-core-kv.vault.azure.net/secrets/ops-jwt-private-key/f4cec3a063e24ab1aba6dd83c63fbc0a]
data.azurerm_key_vault_secret.ops-pw: Read complete after 1s [id=https://opre-ops-dev-eus-core-kv.vault.azure.net/secrets/ops-role-password/09ab85f39f0f4033bad60333fb584f93]
azurerm_container_app.backend: Refreshing state... [id=/subscriptions/91ab8ed2-74e6-4366-aaf5-036186ec70db/resourceGroups/opre-ops-dev-eus-core-rg/providers/Microsoft.App/containerApps/opre-ops-dev-eus-be-ca]

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  ~ update in-place

Terraform will perform the following actions:

  # azurerm_container_app.backend will be updated in-place
  ~ resource "azurerm_container_app" "backend" {
        id                            = "/subscriptions/91ab8ed2-74e6-4366-aaf5-036186ec70db/resourceGroups/opre-ops-dev-eus-core-rg/providers/Microsoft.App/containerApps/opre-ops-dev-eus-be-ca"
        name                          = "opre-ops-dev-eus-be-ca"
        tags                          = {}
        # (8 unchanged attributes hidden)

      ~ template {
          ~ revision_suffix = "1851ca82" -> "b159b54b"
            # (2 unchanged attributes hidden)

          ~ container {
              ~ image             = "ghcr.io/hhs/opre-ops/ops-backend:1851ca821ac7fac368d99778d10df1a41d722ed3" -> "ghcr.io/hhs/opre-ops/ops-backend:b159b54b7f41075f26913766ab1b5ca2977f0c2d"
                name              = "ops-backend"
                # (5 unchanged attributes hidden)

                # (8 unchanged blocks hidden)
            }
        }

        # (3 unchanged blocks hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

Plan saved to GH artifacts.

Copy link

github-actions bot commented Jan 4, 2024

Terraform Plan for terraform/eus/dev/backend_asa:

data.azurerm_key_vault.vault: Reading...
data.azurerm_storage_account.static_fe: Reading...
data.azurerm_postgresql_flexible_server.ops_dbs: Reading...
data.azurerm_container_app_environment.aca_env: Reading...
data.azurerm_key_vault.vault: Read complete after 0s [id=/subscriptions/91ab8ed2-74e6-4366-aaf5-036186ec70db/resourceGroups/opre-ops-dev-eus-core-rg/providers/Microsoft.KeyVault/vaults/opre-ops-dev-eus-core-kv]
data.azurerm_key_vault_secret.ops-jwt-private-key: Reading...
data.azurerm_key_vault_secret.ops-pw: Reading...
data.azurerm_postgresql_flexible_server.ops_dbs: Read complete after 0s [id=/subscriptions/91ab8ed2-74e6-4366-aaf5-036186ec70db/resourceGroups/opre-ops-dev-eus-core-rg/providers/Microsoft.DBforPostgreSQL/flexibleServers/opre-ops-dev-eus-db-psql]
data.azurerm_container_app_environment.aca_env: Read complete after 0s [id=/subscriptions/91ab8ed2-74e6-4366-aaf5-036186ec70db/resourceGroups/opre-ops-dev-eus-core-rg/providers/Microsoft.App/managedEnvironments/opre-ops-dev-eus-core-cae]
data.azurerm_storage_account.static_fe: Read complete after 0s [id=/subscriptions/91ab8ed2-74e6-4366-aaf5-036186ec70db/resourceGroups/opre-ops-dev-eus-core-rg/providers/Microsoft.Storage/storageAccounts/opreopsdeveussfest]
data.azurerm_key_vault_secret.ops-pw: Read complete after 1s [id=https://opre-ops-dev-eus-core-kv.vault.azure.net/secrets/ops-role-password/09ab85f39f0f4033bad60333fb584f93]
data.azurerm_key_vault_secret.ops-jwt-private-key: Read complete after 1s [id=https://opre-ops-dev-eus-core-kv.vault.azure.net/secrets/ops-jwt-private-key/f4cec3a063e24ab1aba6dd83c63fbc0a]
azurerm_container_app.backend: Refreshing state... [id=/subscriptions/91ab8ed2-74e6-4366-aaf5-036186ec70db/resourceGroups/opre-ops-dev-eus-core-rg/providers/Microsoft.App/containerApps/opre-ops-dev-eus-sbe-ca]

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  ~ update in-place

Terraform will perform the following actions:

  # azurerm_container_app.backend will be updated in-place
  ~ resource "azurerm_container_app" "backend" {
        id                            = "/subscriptions/91ab8ed2-74e6-4366-aaf5-036186ec70db/resourceGroups/opre-ops-dev-eus-core-rg/providers/Microsoft.App/containerApps/opre-ops-dev-eus-sbe-ca"
        name                          = "opre-ops-dev-eus-sbe-ca"
        tags                          = {}
        # (8 unchanged attributes hidden)

      ~ template {
          ~ revision_suffix = "1851ca82" -> "b159b54b"
            # (2 unchanged attributes hidden)

          ~ container {
              ~ image             = "ghcr.io/hhs/opre-ops/ops-backend:1851ca821ac7fac368d99778d10df1a41d722ed3" -> "ghcr.io/hhs/opre-ops/ops-backend:b159b54b7f41075f26913766ab1b5ca2977f0c2d"
                name              = "ops-backend"
                # (5 unchanged attributes hidden)

                # (8 unchanged blocks hidden)
            }
        }

        # (3 unchanged blocks hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

Plan saved to GH artifacts.

Copy link

github-actions bot commented Jan 4, 2024

Terraform Apply for for terraform/eus/dev/frontend_asa/build_bun:

data.azurerm_container_app_environment.aca_env: Reading...
data.azurerm_storage_account.static_fe: Reading...
data.azurerm_container_app_environment.aca_env: Read complete after 0s [id=/subscriptions/91ab8ed2-74e6-4366-aaf5-036186ec70db/resourceGroups/opre-ops-dev-eus-core-rg/providers/Microsoft.App/managedEnvironments/opre-ops-dev-eus-core-cae]
null_resource.build: Refreshing state... [id=9216943265298025010]
data.azurerm_storage_account.static_fe: Read complete after 0s [id=/subscriptions/91ab8ed2-74e6-4366-aaf5-036186ec70db/resourceGroups/opre-ops-dev-eus-core-rg/providers/Microsoft.Storage/storageAccounts/opreopsdeveussfest]

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
-/+ destroy and then create replacement

Terraform will perform the following actions:

  # null_resource.build must be replaced
-/+ resource "null_resource" "build" {
      ~ id       = "9216943265298025010" -> (known after apply)
      ~ triggers = { # forces replacement
          ~ "always_build"   = "2024-01-04T14:17:24Z" -> (known after apply)
          ~ "commit"         = "1600" -> "1812"
            # (1 unchanged element hidden)
        }
    }

Plan: 1 to add, 0 to change, 1 to destroy.
null_resource.build: Destroying... [id=9216943265298025010]
null_resource.build: Destruction complete after 0s
null_resource.build: Creating...
null_resource.build: Provisioning with 'local-exec'...
null_resource.build (local-exec): Executing: ["/bin/sh" "-c" "bun run build"]
null_resource.build (local-exec): $ vite build
null_resource.build (local-exec): �[36mvite v5.0.10 �[32mbuilding for production...�[36m�[39m
null_resource.build (local-exec): <script src="/runtime-env.js"> in "/index.html" can't be bundled without type="module" attribute
null_resource.build (local-exec): transforming...
null_resource.build: Still creating... [10s elapsed]
null_resource.build (local-exec): �[32m✓�[39m 1551 modules transformed.
null_resource.build (local-exec): rendering chunks...
null_resource.build (local-exec): computing gzip size...
null_resource.build (local-exec): �[2mbuild/�[22m�[32mindex.html                                            �[39m�[1m�[2m    1.02 kB�[22m�[1m�[22m�[2m │ gzip:   0.43 kB�[22m
null_resource.build (local-exec): �[2mbuild/�[22m�[2massets/�[22m�[32mOPRE_Logo-QQy68Yrd.png                         �[39m�[1m�[2m    4.52 kB�[22m�[1m�[22m
null_resource.build (local-exec): �[2mbuild/�[22m�[2massets/�[22m�[32mhhs-logo-fGpBCi7U.jpg                          �[39m�[1m�[2m   13.94 kB�[22m�[1m�[22m
null_resource.build (local-exec): �[2mbuild/�[22m�[2massets/�[22m�[32mroboto-mono-v5-latin-700-I20238as.woff2        �[39m�[1m�[2m   15.96 kB�[22m�[1m�[22m
null_resource.build (local-exec): �[2mbuild/�[22m�[2massets/�[22m�[32mroboto-mono-v5-latin-500-qqdFr_9E.woff2        �[39m�[1m�[2m   16.02 kB�[22m�[1m�[22m
null_resource.build (local-exec): �[2mbuild/�[22m�[2massets/�[22m�[32mroboto-mono-v5-latin-regular-5TJ47K95.woff2    �[39m�[1m�[2m   16.03 kB�[22m�[1m�[22m
null_resource.build (local-exec): �[2mbuild/�[22m�[2massets/�[22m�[32mroboto-mono-v5-latin-300-CIuXmEDd.woff2        �[39m�[1m�[2m   16.38 kB�[22m�[1m�[22m
null_resource.build (local-exec): �[2mbuild/�[22m�[2massets/�[22m�[32mroboto-mono-v5-latin-italic-M8YJkiXM.woff2     �[39m�[1m�[2m   17.31 kB�[22m�[1m�[22m
null_resource.build (local-exec): �[2mbuild/�[22m�[2massets/�[22m�[32mroboto-mono-v5-latin-700italic-XT-YK-RT.woff2  �[39m�[1m�[2m   17.34 kB�[22m�[1m�[22m
null_resource.build (local-exec): �[2mbuild/�[22m�[2massets/�[22m�[32mroboto-mono-v5-latin-300italic-GqlOrwfO.woff2  �[39m�[1m�[2m   17.34 kB�[22m�[1m�[22m
null_resource.build (local-exec): �[2mbuild/�[22m�[2massets/�[22m�[32mroboto-mono-v5-latin-500italic-77bpN8in.woff2  �[39m�[1m�[2m   17.48 kB�[22m�[1m�[22m
null_resource.build (local-exec): �[2mbuild/�[22m�[2massets/�[22m�[32mLatin-Merriweather-LightItalic-fzuv9GcB.woff2  �[39m�[1m�[2m   18.98 kB�[22m�[1m�[22m
null_resource.build (local-exec): �[2mbuild/�[22m�[2massets/�[22m�[32mLatin-Merriweather-Italic-025x4r-i.woff2       �[39m�[1m�[2m   19.25 kB�[22m�[1m�[22m
null_resource.build (local-exec): �[2mbuild/�[22m�[2massets/�[22m�[32mLatin-Merriweather-BoldItalic-JQDcMnUg.woff2   �[39m�[1m�[2m   19.57 kB�[22m�[1m�[22m
null_resource.build (local-exec): �[2mbuild/�[22m�[2massets/�[22m�[32mLatin-Merriweather-Light-PDnE-7rh.woff2        �[39m�[1m�[2m   21.26 kB�[22m�[1m�[22m
null_resource.build (local-exec): �[2mbuild/�[22m�[2massets/�[22m�[32mLatin-Merriweather-Bold-CCF7lkx7.woff2         �[39m�[1m�[2m   21.31 kB�[22m�[1m�[22m
null_resource.build (local-exec): �[2mbuild/�[22m�[2massets/�[22m�[32mLatin-Merriweather-Regular-cMHUZnTa.woff2      �[39m�[1m�[2m   21.69 kB�[22m�[1m�[22m
null_resource.build (local-exec): �[2mbuild/�[22m�[2massets/�[22m�[32mPublicSans-Bold-4lh402Lw.woff2                 �[39m�[1m�[2m   32.40 kB�[22m�[1m�[22m
null_resource.build (local-exec): �[2mbuild/�[22m�[2massets/�[22m�[32mPublicSans-ExtraLight-RJsedfk8.woff2           �[39m�[1m�[2m   32.48 kB�[22m�[1m�[22m
null_resource.build (local-exec): �[2mbuild/�[22m�[2massets/�[22m�[32mPublicSans-Regular-FMOTWH4z.woff2              �[39m�[1m�[2m   32.55 kB�[22m�[1m�[22m
null_resource.build (local-exec): �[2mbuild/�[22m�[2massets/�[22m�[32mPublicSans-SemiBold-SVwjBnfs.woff2             �[39m�[1m�[2m   32.59 kB�[22m�[1m�[22m
null_resource.build (local-exec): �[2mbuild/�[22m�[2massets/�[22m�[32mPublicSans-Light-s9w0BL14.woff2                �[39m�[1m�[2m   32.61 kB�[22m�[1m�[22m
null_resource.build (local-exec): �[2mbuild/�[22m�[2massets/�[22m�[32mPublicSans-Medium-zQ6fq27c.woff2               �[39m�[1m�[2m   32.69 kB�[22m�[1m�[22m
null_resource.build (local-exec): �[2mbuild/�[22m�[2massets/�[22m�[32mPublicSans-LightItalic-00lx5OWp.woff2          �[39m�[1m�[2m   32.92 kB�[22m�[1m�[22m
null_resource.build (local-exec): �[2mbuild/�[22m�[2massets/�[22m�[32mPublicSans-Italic-WyqsJash.woff2               �[39m�[1m�[2m   33.04 kB�[22m�[1m�[22m
null_resource.build (local-exec): �[2mbuild/�[22m�[2massets/�[22m�[32mPublicSans-ExtraLightItalic-DvzEIrpw.woff2     �[39m�[1m�[2m   33.04 kB�[22m�[1m�[22m
null_resource.build (local-exec): �[2mbuild/�[22m�[2massets/�[22m�[32mPublicSans-SemiBoldItalic-6VEvhiCP.woff2       �[39m�[1m�[2m   33.06 kB�[22m�[1m�[22m
null_resource.build (local-exec): �[2mbuild/�[22m�[2massets/�[22m�[32mPublicSans-MediumItalic-j3tmqO8z.woff2         �[39m�[1m�[2m   33.09 kB�[22m�[1m�[22m
null_resource.build (local-exec): �[2mbuild/�[22m�[2massets/�[22m�[32mPublicSans-BoldItalic-Jq1RgZyv.woff2           �[39m�[1m�[2m   33.21 kB�[22m�[1m�[22m
null_resource.build (local-exec): �[2mbuild/�[22m�[2massets/�[22m�[32msprite-5LGWy5xd.svg                            �[39m�[1m�[2m   70.97 kB�[22m�[1m�[22m�[2m │ gzip:  22.19 kB�[22m
null_resource.build (local-exec): �[2mbuild/�[22m�[2massets/�[22m�[32mhero-PagYR-AW.jpg                              �[39m�[1m�[2m  146.56 kB�[22m�[1m�[22m
null_resource.build (local-exec): �[2mbuild/�[22m�[2massets/�[22m�[35mindex-2DgXCDOF.css                             �[39m�[1m�[2m  571.92 kB�[22m�[1m�[22m�[2m │ gzip:  67.48 kB�[22m
null_resource.build (local-exec): �[2mbuild/�[22m�[2massets/�[22m�[36mindex-iH3yRdud.js                              �[39m�[1m�[33m1,382.31 kB�[39m�[22m�[2m │ gzip: 437.56 kB�[22m
null_resource.build (local-exec): �[33m
null_resource.build (local-exec): (!) Some chunks are larger than 500 kB after minification. Consider:
null_resource.build (local-exec): - Using dynamic import() to code-split the application
null_resource.build (local-exec): - Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
null_resource.build (local-exec): - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.�[39m
null_resource.build (local-exec): �[32m✓ built in 16.81s�[39m
null_resource.build: Creation complete after 18s [id=1336832632935157803]

Apply complete! Resources: 1 added, 0 changed, 1 destroyed.

Copy link

github-actions bot commented Jan 4, 2024

Terraform Plan for terraform/eus/dev/frontend_asa:

data.local_file.fileset_hash["assets/roboto-mono-v5-latin-regular-5TJ47K95.woff2"]: Reading...
data.local_file.fileset_hash["assets/PublicSans-ExtraLight-RJsedfk8.woff2"]: Reading...
data.local_file.fileset_hash["index.html"]: Reading...
data.local_file.fileset_hash["assets/Latin-Merriweather-Italic-025x4r-i.woff2"]: Reading...
data.local_file.fileset_hash["assets/sprite-5LGWy5xd.svg"]: Reading...
data.local_file.fileset_hash["assets/roboto-mono-v5-latin-500italic-77bpN8in.woff2"]: Reading...
data.local_file.fileset_hash["assets/Latin-Merriweather-Light-PDnE-7rh.woff2"]: Reading...
data.local_file.fileset_hash["assets/hhs-logo-fGpBCi7U.jpg"]: Reading...
data.local_file.fileset_hash["assets/Latin-Merriweather-Bold-CCF7lkx7.woff2"]: Reading...
data.local_file.fileset_hash["index.html"]: Read complete after 0s [id=ea810ec2a619892f8184286c4d328e3cd1fd2aa3]
data.local_file.fileset_hash["assets/PublicSans-ExtraLight-RJsedfk8.woff2"]: Read complete after 0s [id=fc54e61d9ca3f507c9a0af5f3c5084af190ef876]
data.local_file.fileset_hash["assets/Latin-Merriweather-Bold-CCF7lkx7.woff2"]: Read complete after 0s [id=7c39fdb2b551973b35c65562308100c0f7cd29d1]
data.local_file.fileset_hash["assets/Latin-Merriweather-Italic-025x4r-i.woff2"]: Read complete after 0s [id=06e8df90d6b1c7b4cd12e67530ad0ab9c6f85ef4]
data.local_file.fileset_hash["assets/PublicSans-BoldItalic-Jq1RgZyv.woff2"]: Reading...
data.local_file.fileset_hash["assets/roboto-mono-v5-latin-regular-5TJ47K95.woff2"]: Read complete after 0s [id=64ea64bc9e5b805e5c4e846d29525c94eb275b50]
data.local_file.fileset_hash["assets/roboto-mono-v5-latin-500italic-77bpN8in.woff2"]: Read complete after 0s [id=e1abfa9ad8409a3fcd308ad6046d563706b17e2e]
data.local_file.fileset_hash["assets/Latin-Merriweather-Light-PDnE-7rh.woff2"]: Read complete after 0s [id=d195cd29956095f88d74b2cf5af28bcd11a01916]
data.local_file.fileset_hash["assets/roboto-mono-v5-latin-300-CIuXmEDd.woff2"]: Reading...
data.local_file.fileset_hash["assets/PublicSans-LightItalic-00lx5OWp.woff2"]: Reading...
data.local_file.fileset_hash["assets/PublicSans-Italic-WyqsJash.woff2"]: Reading...
data.local_file.fileset_hash["assets/index-2DgXCDOF.css"]: Reading...
data.local_file.fileset_hash["assets/hhs-logo-fGpBCi7U.jpg"]: Read complete after 0s [id=2d01b78b1fae2e5ca23418355e8bc6240167e18a]
data.local_file.fileset_hash["robots.txt"]: Reading...
data.local_file.fileset_hash["robots.txt"]: Read complete after 0s [id=044ce68f83ee8543475fea16f6e3a73d28a1c6d5]
data.local_file.fileset_hash["favicon.ico"]: Reading...
data.local_file.fileset_hash["assets/PublicSans-SemiBold-SVwjBnfs.woff2"]: Reading...
data.local_file.fileset_hash["assets/PublicSans-BoldItalic-Jq1RgZyv.woff2"]: Read complete after 0s [id=18c78fc89624b2de976c8ba8ebc2049d0f1f6461]
data.local_file.fileset_hash["assets/PublicSans-SemiBold-SVwjBnfs.woff2"]: Read complete after 0s [id=f743c17187ffb5ac9e1f473c7791cb7b250063b9]
data.local_file.fileset_hash["assets/roboto-mono-v5-latin-300-CIuXmEDd.woff2"]: Read complete after 0s [id=78af81633bc6dd07e30f81022fc42cf02949ed6a]
data.local_file.fileset_hash["favicon.ico"]: Read complete after 0s [id=1120538c77ad1f28a89243b4b53fe2ac16cc3bc6]
data.local_file.fileset_hash["assets/PublicSans-LightItalic-00lx5OWp.woff2"]: Read complete after 0s [id=a9faf2ef20561b7708e1ae6b2d0b9383a0a4005a]
data.local_file.fileset_hash["assets/sprite-5LGWy5xd.svg"]: Read complete after 0s [id=cabaf08f1c43ebcf76617fd04272c37fe43d1526]
data.local_file.fileset_hash["assets/PublicSans-Italic-WyqsJash.woff2"]: Read complete after 0s [id=769102507e673c1956878abfd436d1b605693e82]
data.local_file.fileset_hash["assets/Latin-Merriweather-LightItalic-fzuv9GcB.woff2"]: Reading...
data.local_file.fileset_hash["assets/PublicSans-SemiBoldItalic-6VEvhiCP.woff2"]: Reading...
data.local_file.fileset_hash["logo192.png"]: Reading...
data.local_file.fileset_hash["assets/PublicSans-MediumItalic-j3tmqO8z.woff2"]: Reading...
data.local_file.fileset_hash["assets/Latin-Merriweather-LightItalic-fzuv9GcB.woff2"]: Read complete after 0s [id=641b83f081569a6007cad9d6cb8be6f59bd75140]
data.local_file.fileset_hash["assets/index-iH3yRdud.js"]: Reading...
data.local_file.fileset_hash["logo192.png"]: Read complete after 0s [id=7f4f2d68782a7fafceda84554ecab9b489877500]
data.local_file.fileset_hash["assets/PublicSans-Medium-zQ6fq27c.woff2"]: Reading...
data.local_file.fileset_hash["assets/PublicSans-Bold-4lh402Lw.woff2"]: Reading...
data.local_file.fileset_hash["assets/OPRE_Logo-QQy68Yrd.png"]: Reading...
data.local_file.fileset_hash["assets/roboto-mono-v5-latin-italic-M8YJkiXM.woff2"]: Reading...
data.local_file.fileset_hash["assets/PublicSans-Medium-zQ6fq27c.woff2"]: Read complete after 0s [id=394246985ddf41a155c40bb054dd15cc0a0e2695]
data.local_file.fileset_hash["assets/PublicSans-Bold-4lh402Lw.woff2"]: Read complete after 0s [id=302902d53fdc0df9e167b5db0139263ac3705ed0]
data.local_file.fileset_hash["assets/PublicSans-SemiBoldItalic-6VEvhiCP.woff2"]: Read complete after 0s [id=4d39fdce81973f7b552871f67a9ab6318f027804]
data.local_file.fileset_hash["assets/PublicSans-Regular-FMOTWH4z.woff2"]: Reading...
data.local_file.fileset_hash["assets/OPRE_Logo-QQy68Yrd.png"]: Read complete after 0s [id=48b7d2edfe39bc53679eef71bc2e0983c654b4eb]
data.local_file.fileset_hash["assets/roboto-mono-v5-latin-italic-M8YJkiXM.woff2"]: Read complete after 0s [id=f84197395673cb89dc3e58ab1ce5cad53415e96c]
data.local_file.fileset_hash["assets/PublicSans-MediumItalic-j3tmqO8z.woff2"]: Read complete after 0s [id=e9c3b9cfe29618a3f639c611bb22e4ce85c66e87]
data.local_file.fileset_hash["assets/roboto-mono-v5-latin-500-qqdFr_9E.woff2"]: Reading...
data.local_file.fileset_hash["assets/hero-PagYR-AW.jpg"]: Reading...
data.local_file.fileset_hash["logo512.png"]: Reading...
data.local_file.fileset_hash["assets/PublicSans-Regular-FMOTWH4z.woff2"]: Read complete after 0s [id=93baedc58d1dd21188fe6da8a059df9872beeaa0]
data.local_file.fileset_hash["assets/Latin-Merriweather-BoldItalic-JQDcMnUg.woff2"]: Reading...
data.local_file.fileset_hash["assets/roboto-mono-v5-latin-300italic-GqlOrwfO.woff2"]: Reading...
data.local_file.fileset_hash["assets/Latin-Merriweather-Regular-cMHUZnTa.woff2"]: Reading...
data.local_file.fileset_hash["assets/roboto-mono-v5-latin-500-qqdFr_9E.woff2"]: Read complete after 0s [id=269a453bdc9ca0011cf092aa1fdba665750f0706]
data.local_file.fileset_hash["logo512.png"]: Read complete after 0s [id=46915f9d02694ed49bfc7a9534947684103dc3fe]
data.local_file.fileset_hash["manifest.json"]: Reading...
data.local_file.fileset_hash["assets/Latin-Merriweather-BoldItalic-JQDcMnUg.woff2"]: Read complete after 0s [id=b8ec6067307a948965e19f6c2caae4ea1679b02e]
data.local_file.fileset_hash["assets/index-2DgXCDOF.css"]: Read complete after 0s [id=6b4b5c41f88d622c09fd1af4576914cb17191ba4]
data.local_file.fileset_hash["assets/roboto-mono-v5-latin-300italic-GqlOrwfO.woff2"]: Read complete after 0s [id=07654da9c45219e33a8c88868bbdfc7852075bec]
data.local_file.fileset_hash["assets/Latin-Merriweather-Regular-cMHUZnTa.woff2"]: Read complete after 0s [id=1ae84638ff79188bbdd85f4ea0c09429c7539093]
data.local_file.fileset_hash["assets/roboto-mono-v5-latin-700-I20238as.woff2"]: Reading...
data.local_file.fileset_hash["manifest.json"]: Read complete after 0s [id=b9bdb03cd54fd09f9f8b7bf646422f74b5afb9b1]
data.local_file.fileset_hash["assets/PublicSans-Light-s9w0BL14.woff2"]: Reading...
data.local_file.fileset_hash["assets/PublicSans-ExtraLightItalic-DvzEIrpw.woff2"]: Reading...
data.local_file.fileset_hash["assets/roboto-mono-v5-latin-700italic-XT-YK-RT.woff2"]: Reading...
data.local_file.fileset_hash["assets/roboto-mono-v5-latin-700-I20238as.woff2"]: Read complete after 0s [id=c8c9d58abd0a9b3e130c19d24dfc61279c9288bf]
data.local_file.fileset_hash["assets/hero-PagYR-AW.jpg"]: Read complete after 0s [id=f38f28109e2cdd9117af6298acddd8d137a66e4e]
data.local_file.fileset_hash["assets/roboto-mono-v5-latin-700italic-XT-YK-RT.woff2"]: Read complete after 0s [id=cf07faf60a4563d0527a157f4c5177d3f5040d9a]
data.local_file.fileset_hash["assets/PublicSans-Light-s9w0BL14.woff2"]: Read complete after 0s [id=02e9cdfd6b98f95356c00808adbe213d7b6ffd39]
data.local_file.fileset_hash["assets/PublicSans-ExtraLightItalic-DvzEIrpw.woff2"]: Read complete after 0s [id=92e398e0ffb6d3344af330eb57ea392ec7363ba6]
data.local_file.fileset_hash["assets/index-iH3yRdud.js"]: Read complete after 0s [id=90d1f408054c8b15ea28d218bfcf8d9a2571215a]
data.azurerm_container_app_environment.aca_env: Reading...
data.azurerm_storage_account.static_fe: Reading...
azurerm_storage_blob.site["assets/OPRE_Logo-QQy68Yrd.png"]: Refreshing state... [id=https://opreopsdeveussfest.blob.core.windows.net/$web/assets/OPRE_Logo-QQy68Yrd.png]
azurerm_storage_blob.site["assets/PublicSans-SemiBoldItalic-6VEvhiCP.woff2"]: Refreshing state... [id=https://opreopsdeveussfest.blob.core.windows.net/$web/assets/PublicSans-SemiBoldItalic-6VEvhiCP.woff2]
azurerm_storage_blob.site["assets/hhs-logo-fGpBCi7U.jpg"]: Refreshing state... [id=https://opreopsdeveussfest.blob.core.windows.net/$web/assets/hhs-logo-fGpBCi7U.jpg]
azurerm_storage_blob.site["assets/Latin-Merriweather-Regular-cMHUZnTa.woff2"]: Refreshing state... [id=https://opreopsdeveussfest.blob.core.windows.net/$web/assets/Latin-Merriweather-Regular-cMHUZnTa.woff2]
azurerm_storage_blob.site["robots.txt"]: Refreshing state... [id=https://opreopsdeveussfest.blob.core.windows.net/$web/robots.txt]
azurerm_storage_blob.site["logo192.png"]: Refreshing state... [id=https://opreopsdeveussfest.blob.core.windows.net/$web/logo192.png]
azurerm_storage_blob.site["assets/roboto-mono-v5-latin-500-qqdFr_9E.woff2"]: Refreshing state... [id=https://opreopsdeveussfest.blob.core.windows.net/$web/assets/roboto-mono-v5-latin-500-qqdFr_9E.woff2]
azurerm_storage_blob.site["assets/Latin-Merriweather-Light-PDnE-7rh.woff2"]: Refreshing state... [id=https://opreopsdeveussfest.blob.core.windows.net/$web/assets/Latin-Merriweather-Light-PDnE-7rh.woff2]
data.azurerm_storage_account.static_fe: Read complete after 1s [id=/subscriptions/91ab8ed2-74e6-4366-aaf5-036186ec70db/resourceGroups/opre-ops-dev-eus-core-rg/providers/Microsoft.Storage/storageAccounts/opreopsdeveussfest]
azurerm_storage_blob.site["assets/PublicSans-ExtraLightItalic-DvzEIrpw.woff2"]: Refreshing state... [id=https://opreopsdeveussfest.blob.core.windows.net/$web/assets/PublicSans-ExtraLightItalic-DvzEIrpw.woff2]
data.azurerm_container_app_environment.aca_env: Read complete after 1s [id=/subscriptions/91ab8ed2-74e6-4366-aaf5-036186ec70db/resourceGroups/opre-ops-dev-eus-core-rg/providers/Microsoft.App/managedEnvironments/opre-ops-dev-eus-core-cae]
azurerm_storage_blob.site["assets/roboto-mono-v5-latin-700italic-XT-YK-RT.woff2"]: Refreshing state... [id=https://opreopsdeveussfest.blob.core.windows.net/$web/assets/roboto-mono-v5-latin-700italic-XT-YK-RT.woff2]
azurerm_storage_blob.site["assets/PublicSans-Regular-FMOTWH4z.woff2"]: Refreshing state... [id=https://opreopsdeveussfest.blob.core.windows.net/$web/assets/PublicSans-Regular-FMOTWH4z.woff2]
azurerm_storage_blob.site["assets/PublicSans-BoldItalic-Jq1RgZyv.woff2"]: Refreshing state... [id=https://opreopsdeveussfest.blob.core.windows.net/$web/assets/PublicSans-BoldItalic-Jq1RgZyv.woff2]
azurerm_storage_blob.site["assets/index-y84z-2WC.js"]: Refreshing state... [id=https://opreopsdeveussfest.blob.core.windows.net/$web/assets/index-y84z-2WC.js]
azurerm_storage_blob.site["assets/roboto-mono-v5-latin-500italic-77bpN8in.woff2"]: Refreshing state... [id=https://opreopsdeveussfest.blob.core.windows.net/$web/assets/roboto-mono-v5-latin-500italic-77bpN8in.woff2]
azurerm_storage_blob.site["assets/Latin-Merriweather-Bold-CCF7lkx7.woff2"]: Refreshing state... [id=https://opreopsdeveussfest.blob.core.windows.net/$web/assets/Latin-Merriweather-Bold-CCF7lkx7.woff2]
azurerm_storage_blob.site["assets/Latin-Merriweather-Italic-025x4r-i.woff2"]: Refreshing state... [id=https://opreopsdeveussfest.blob.core.windows.net/$web/assets/Latin-Merriweather-Italic-025x4r-i.woff2]
azurerm_storage_blob.site["assets/roboto-mono-v5-latin-regular-5TJ47K95.woff2"]: Refreshing state... [id=https://opreopsdeveussfest.blob.core.windows.net/$web/assets/roboto-mono-v5-latin-regular-5TJ47K95.woff2]
azurerm_storage_blob.site["assets/roboto-mono-v5-latin-300italic-GqlOrwfO.woff2"]: Refreshing state... [id=https://opreopsdeveussfest.blob.core.windows.net/$web/assets/roboto-mono-v5-latin-300italic-GqlOrwfO.woff2]
azurerm_storage_blob.site["logo512.png"]: Refreshing state... [id=https://opreopsdeveussfest.blob.core.windows.net/$web/logo512.png]
azurerm_storage_blob.site["assets/PublicSans-ExtraLight-RJsedfk8.woff2"]: Refreshing state... [id=https://opreopsdeveussfest.blob.core.windows.net/$web/assets/PublicSans-ExtraLight-RJsedfk8.woff2]
azurerm_storage_blob.site["assets/PublicSans-Medium-zQ6fq27c.woff2"]: Refreshing state... [id=https://opreopsdeveussfest.blob.core.windows.net/$web/assets/PublicSans-Medium-zQ6fq27c.woff2]
azurerm_storage_blob.site["assets/PublicSans-Bold-4lh402Lw.woff2"]: Refreshing state... [id=https://opreopsdeveussfest.blob.core.windows.net/$web/assets/PublicSans-Bold-4lh402Lw.woff2]
azurerm_storage_blob.site["assets/PublicSans-Light-s9w0BL14.woff2"]: Refreshing state... [id=https://opreopsdeveussfest.blob.core.windows.net/$web/assets/PublicSans-Light-s9w0BL14.woff2]
azurerm_storage_blob.site["assets/roboto-mono-v5-latin-700-I20238as.woff2"]: Refreshing state... [id=https://opreopsdeveussfest.blob.core.windows.net/$web/assets/roboto-mono-v5-latin-700-I20238as.woff2]
azurerm_storage_blob.site["assets/Latin-Merriweather-BoldItalic-JQDcMnUg.woff2"]: Refreshing state... [id=https://opreopsdeveussfest.blob.core.windows.net/$web/assets/Latin-Merriweather-BoldItalic-JQDcMnUg.woff2]
azurerm_storage_blob.site["assets/sprite-5LGWy5xd.svg"]: Refreshing state... [id=https://opreopsdeveussfest.blob.core.windows.net/$web/assets/sprite-5LGWy5xd.svg]
azurerm_storage_blob.site["assets/PublicSans-SemiBold-SVwjBnfs.woff2"]: Refreshing state... [id=https://opreopsdeveussfest.blob.core.windows.net/$web/assets/PublicSans-SemiBold-SVwjBnfs.woff2]
azurerm_storage_blob.site["index.html"]: Refreshing state... [id=https://opreopsdeveussfest.blob.core.windows.net/$web/index.html]
azurerm_storage_blob.site["assets/roboto-mono-v5-latin-italic-M8YJkiXM.woff2"]: Refreshing state... [id=https://opreopsdeveussfest.blob.core.windows.net/$web/assets/roboto-mono-v5-latin-italic-M8YJkiXM.woff2]
azurerm_storage_blob.site["assets/roboto-mono-v5-latin-300-CIuXmEDd.woff2"]: Refreshing state... [id=https://opreopsdeveussfest.blob.core.windows.net/$web/assets/roboto-mono-v5-latin-300-CIuXmEDd.woff2]
azurerm_storage_blob.site["assets/PublicSans-Italic-WyqsJash.woff2"]: Refreshing state... [id=https://opreopsdeveussfest.blob.core.windows.net/$web/assets/PublicSans-Italic-WyqsJash.woff2]
azurerm_storage_blob.site["assets/Latin-Merriweather-LightItalic-fzuv9GcB.woff2"]: Refreshing state... [id=https://opreopsdeveussfest.blob.core.windows.net/$web/assets/Latin-Merriweather-LightItalic-fzuv9GcB.woff2]
azurerm_storage_blob.site["assets/index-2DgXCDOF.css"]: Refreshing state... [id=https://opreopsdeveussfest.blob.core.windows.net/$web/assets/index-2DgXCDOF.css]
azurerm_storage_blob.site["assets/PublicSans-MediumItalic-j3tmqO8z.woff2"]: Refreshing state... [id=https://opreopsdeveussfest.blob.core.windows.net/$web/assets/PublicSans-MediumItalic-j3tmqO8z.woff2]
azurerm_storage_blob.site["assets/PublicSans-LightItalic-00lx5OWp.woff2"]: Refreshing state... [id=https://opreopsdeveussfest.blob.core.windows.net/$web/assets/PublicSans-LightItalic-00lx5OWp.woff2]
azurerm_storage_blob.site["manifest.json"]: Refreshing state... [id=https://opreopsdeveussfest.blob.core.windows.net/$web/manifest.json]
azurerm_storage_blob.site["favicon.ico"]: Refreshing state... [id=https://opreopsdeveussfest.blob.core.windows.net/$web/favicon.ico]
azurerm_storage_blob.site["assets/hero-PagYR-AW.jpg"]: Refreshing state... [id=https://opreopsdeveussfest.blob.core.windows.net/$web/assets/hero-PagYR-AW.jpg]

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  + create
  - destroy
-/+ destroy and then create replacement

Terraform will perform the following actions:

  # azurerm_storage_blob.site["assets/index-iH3yRdud.js"] will be created
  + resource "azurerm_storage_blob" "site" {
      + access_tier            = (known after apply)
      + content_md5            = "7bfc08ea7c58b84798c694fc18bb9e21"
      + content_type           = "application/javascript"
      + id                     = (known after apply)
      + metadata               = (known after apply)
      + name                   = "assets/index-iH3yRdud.js"
      + parallelism            = 8
      + size                   = 0
      + source                 = "../../../../frontend/build/assets/index-iH3yRdud.js"
      + storage_account_name   = "opreopsdeveussfest"
      + storage_container_name = "$web"
      + type                   = "Block"
      + url                    = (known after apply)
    }

  # azurerm_storage_blob.site["assets/index-y84z-2WC.js"] will be destroyed
  # (because key ["assets/index-y84z-2WC.js"] is not in for_each map)
  - resource "azurerm_storage_blob" "site" {
      - access_tier            = "Hot" -> null
      - content_md5            = "85430eb90948e9a93bdaf378b699ab4c" -> null
      - content_type           = "application/javascript" -> null
      - id                     = "https://opreopsdeveussfest.blob.core.windows.net/$web/assets/index-y84z-2WC.js" -> null
      - metadata               = {} -> null
      - name                   = "assets/index-y84z-2WC.js" -> null
      - parallelism            = 8 -> null
      - size                   = 0 -> null
      - source                 = "../../../../frontend/build/assets/index-y84z-2WC.js" -> null
      - storage_account_name   = "opreopsdeveussfest" -> null
      - storage_container_name = "$web" -> null
      - type                   = "Block" -> null
      - url                    = "https://opreopsdeveussfest.blob.core.windows.net/$web/assets/index-y84z-2WC.js" -> null
    }

  # azurerm_storage_blob.site["index.html"] must be replaced
-/+ resource "azurerm_storage_blob" "site" {
      ~ access_tier            = "Hot" -> (known after apply)
      ~ content_md5            = "535eea55821cbfd13d4609b2d61aaba4" -> "b48272d12808358254e4da14538fd854" # forces replacement
      ~ id                     = "https://opreopsdeveussfest.blob.core.windows.net/$web/index.html" -> (known after apply)
      ~ metadata               = {} -> (known after apply)
        name                   = "index.html"
      ~ url                    = "https://opreopsdeveussfest.blob.core.windows.net/$web/index.html" -> (known after apply)
        # (7 unchanged attributes hidden)
    }

Plan: 2 to add, 0 to change, 2 to destroy.

Plan saved to GH artifacts.

@fpigeonjr fpigeonjr merged commit 7029acf into main Jan 4, 2024
17 checks passed
@fpigeonjr fpigeonjr deleted the OPS-967/task-1806 branch January 4, 2024 14:42
Copy link

github-actions bot commented Jan 4, 2024

Terraform Apply for for terraform/eus/dev/frontend_asa:

azurerm_storage_blob.site["assets/index-y84z-2WC.js"]: Destroying... [id=https://opreopsdeveussfest.blob.core.windows.net/$web/assets/index-y84z-2WC.js]
azurerm_storage_blob.site["index.html"]: Destroying... [id=https://opreopsdeveussfest.blob.core.windows.net/$web/index.html]
azurerm_storage_blob.site["assets/index-iH3yRdud.js"]: Creating...
azurerm_storage_blob.site["assets/index-y84z-2WC.js"]: Destruction complete after 0s
azurerm_storage_blob.site["index.html"]: Destruction complete after 0s
azurerm_storage_blob.site["assets/index-iH3yRdud.js"]: Creation complete after 0s [id=https://opreopsdeveussfest.blob.core.windows.net/$web/assets/index-iH3yRdud.js]
azurerm_storage_blob.site["index.html"]: Creating...
azurerm_storage_blob.site["index.html"]: Creation complete after 0s [id=https://opreopsdeveussfest.blob.core.windows.net/$web/index.html]

Apply complete! Resources: 2 added, 0 changed, 2 destroyed.

Outputs:

domain = "https://opreopsdeveussfest.z13.web.core.windows.net"

Copy link

github-actions bot commented Jan 4, 2024

Terraform Apply for for terraform/eus/dev/backend_asa:

azurerm_container_app.backend: Modifying... [id=/subscriptions/91ab8ed2-74e6-4366-aaf5-036186ec70db/resourceGroups/opre-ops-dev-eus-core-rg/providers/Microsoft.App/containerApps/opre-ops-dev-eus-sbe-ca]
azurerm_container_app.backend: Modifications complete after 9s [id=/subscriptions/91ab8ed2-74e6-4366-aaf5-036186ec70db/resourceGroups/opre-ops-dev-eus-core-rg/providers/Microsoft.App/containerApps/opre-ops-dev-eus-sbe-ca]

Apply complete! Resources: 0 added, 1 changed, 0 destroyed.

Outputs:

be_domain = "https://opre-ops-dev-eus-be-ca.blackpond-5cf544be.eastus.azurecontainerapps.io"
fe_domain = "https://opreopsdeveussfest.z13.web.core.windows.net"

Copy link

github-actions bot commented Jan 4, 2024

Terraform Apply for for terraform/eus/dev/backend:

azurerm_container_app.backend: Modifying... [id=/subscriptions/91ab8ed2-74e6-4366-aaf5-036186ec70db/resourceGroups/opre-ops-dev-eus-core-rg/providers/Microsoft.App/containerApps/opre-ops-dev-eus-be-ca]
azurerm_container_app.backend: Still modifying... [id=/subscriptions/91ab8ed2-74e6-4366-aaf5-...p/containerApps/opre-ops-dev-eus-be-ca, 10s elapsed]
azurerm_container_app.backend: Still modifying... [id=/subscriptions/91ab8ed2-74e6-4366-aaf5-...p/containerApps/opre-ops-dev-eus-be-ca, 20s elapsed]
azurerm_container_app.backend: Still modifying... [id=/subscriptions/91ab8ed2-74e6-4366-aaf5-...p/containerApps/opre-ops-dev-eus-be-ca, 30s elapsed]
azurerm_container_app.backend: Modifications complete after 37s [id=/subscriptions/91ab8ed2-74e6-4366-aaf5-036186ec70db/resourceGroups/opre-ops-dev-eus-core-rg/providers/Microsoft.App/containerApps/opre-ops-dev-eus-be-ca]

Apply complete! Resources: 0 added, 1 changed, 0 destroyed.

Outputs:

be_domain = "https://opre-ops-dev-eus-be-ca.blackpond-5cf544be.eastus.azurecontainerapps.io"
fe_domain = "https://opre-ops-dev-eus-fe-ca.blackpond-5cf544be.eastus.azurecontainerapps.io"

Copy link

github-actions bot commented Jan 4, 2024

Terraform Apply for for terraform/eus/dev/frontend:

azurerm_container_app.frontend: Modifying... [id=/subscriptions/91ab8ed2-74e6-4366-aaf5-036186ec70db/resourceGroups/opre-ops-dev-eus-core-rg/providers/Microsoft.App/containerApps/opre-ops-dev-eus-fe-ca]
azurerm_container_app.frontend: Still modifying... [id=/subscriptions/91ab8ed2-74e6-4366-aaf5-...p/containerApps/opre-ops-dev-eus-fe-ca, 10s elapsed]
azurerm_container_app.frontend: Still modifying... [id=/subscriptions/91ab8ed2-74e6-4366-aaf5-...p/containerApps/opre-ops-dev-eus-fe-ca, 20s elapsed]
azurerm_container_app.frontend: Still modifying... [id=/subscriptions/91ab8ed2-74e6-4366-aaf5-...p/containerApps/opre-ops-dev-eus-fe-ca, 30s elapsed]
azurerm_container_app.frontend: Modifications complete after 39s [id=/subscriptions/91ab8ed2-74e6-4366-aaf5-036186ec70db/resourceGroups/opre-ops-dev-eus-core-rg/providers/Microsoft.App/containerApps/opre-ops-dev-eus-fe-ca]

Apply complete! Resources: 0 added, 1 changed, 0 destroyed.

Outputs:

domain = "https://opre-ops-dev-eus-fe-ca.blackpond-5cf544be.eastus.azurecontainerapps.io"

@tdonaworth tdonaworth restored the OPS-967/task-1806 branch January 4, 2024 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants