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

feat: deploy-api websocket #30

Merged
merged 2 commits into from
Oct 9, 2024
Merged

feat: deploy-api websocket #30

merged 2 commits into from
Oct 9, 2024

Conversation

Alxandr
Copy link
Contributor

@Alxandr Alxandr commented Oct 9, 2024

No description provided.

@Alxandr Alxandr merged commit a55a1d9 into main Oct 9, 2024
7 checks passed
@Alxandr Alxandr deleted the feat/websocket branch October 9, 2024 12:03
Copy link

github-actions bot commented Oct 9, 2024

Terraform environment at21

Format and Style 🖌success

Initialization ⚙️success

Validation 🤖success

Validation Output

Success! The configuration is valid.


Plan 📖success

Show Plan

[Lines containing Refreshing state removed]
[Maybe further truncated see logs for complete plan output]
Acquiring state lock. This may take a few moments...
module.app.data.azurerm_servicebus_namespace.sb: Reading...
module.app.data.azurerm_container_app_environment.caenv: Reading...
module.app.data.azurerm_app_configuration.appconf: Reading...
module.app.data.azurerm_key_vault.kv: Reading...
module.app.data.azurerm_key_vault.kv: Read complete after 0s [id=/subscriptions/45177a0a-d27e-490f-9f23-b4726de8ccc1/resourceGroups/rgauth001at21/providers/Microsoft.KeyVault/vaults/kvaltinnauth001at21]
module.app.data.azurerm_container_app_environment.caenv: Read complete after 1s [id=/subscriptions/45177a0a-d27e-490f-9f23-b4726de8ccc1/resourceGroups/rgauth001at21/providers/Microsoft.App/managedEnvironments/caenvauth001at21]
module.app.data.azurerm_app_configuration.appconf: Read complete after 2s [id=/subscriptions/45177a0a-d27e-490f-9f23-b4726de8ccc1/resourceGroups/rgauth001at21/providers/Microsoft.AppConfiguration/configurationStores/appconfaltinnauth001at21]
module.app.data.azurerm_servicebus_namespace.sb: Read complete after 3s [id=/subscriptions/45177a0a-d27e-490f-9f23-b4726de8ccc1/resourceGroups/rgauth001at21/providers/Microsoft.ServiceBus/namespaces/sbaltinnauth001at21]

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:

  # module.app.azurerm_container_app.app will be updated in-place
  ~ resource "azurerm_container_app" "app" {
        id                            = "/subscriptions/45177a0a-d27e-490f-9f23-b4726de8ccc1/resourceGroups/rgaccesspackages001at21/providers/Microsoft.App/containerApps/caaccesspackages001at21"
        name                          = "caaccesspackages001at21"
        tags                          = {}
        # (9 unchanged attributes hidden)

      ~ template {
            # (2 unchanged attributes hidden)

          ~ container {
              ~ image             = "ghcr.io/altinn/altinn-authorization-tmp/altinn-authorization-access-packages:7b1b033" -> "ghcr.io/altinn/altinn-authorization-tmp/altinn-authorization-access-packages:a55a1d9"
                name              = "accesspackages"
                # (5 unchanged attributes hidden)

                # (2 unchanged blocks hidden)
            }
        }

        # (2 unchanged blocks hidden)
    }

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

─────────────────────────────────────────────────────────────────────────────

Saved the plan to: tfplan.out

To perform exactly these actions, run the following command to apply:
    terraform apply "tfplan.out"
Releasing state lock. This may take a few moments...

Context Values
Pusher @Alxandr
Action push
Working Directory src/apps/Altinn.Authorization.AccessPackages/deploy
State File github.com/altinn/altinn-authorization-tmp/environments/at21/altinn.authorization.accesspackages.tfstate
Plan File github.com_altinn_altinn-authorization-tmp_environments_at21_altinn.authorization.accesspackages.tfstate.tfplan

Copy link

github-actions bot commented Oct 9, 2024

Terraform environment at21

Format and Style 🖌success

Initialization ⚙️success

Validation 🤖success

Validation Output

Success! The configuration is valid.


Plan 📖success

Show Plan

[Lines containing Refreshing state removed]
[Maybe further truncated see logs for complete plan output]
Acquiring state lock. This may take a few moments...
module.app.data.azurerm_servicebus_namespace.sb: Reading...
module.app.data.azurerm_key_vault.kv: Reading...
data.azurerm_user_assigned_identity.application_admin: Reading...
module.app.data.azurerm_app_configuration.appconf: Reading...
module.app.data.azurerm_container_app_environment.caenv: Reading...
module.app.data.azurerm_key_vault.kv: Read complete after 1s [id=/subscriptions/45177a0a-d27e-490f-9f23-b4726de8ccc1/resourceGroups/rgauth001at21/providers/Microsoft.KeyVault/vaults/kvaltinnauth001at21]
data.azurerm_user_assigned_identity.application_admin: Read complete after 1s [id=/subscriptions/45177a0a-d27e-490f-9f23-b4726de8ccc1/resourceGroups/rgauth001at21/providers/Microsoft.ManagedIdentity/userAssignedIdentities/miappadminauth001at21]
module.app.data.azurerm_container_app_environment.caenv: Read complete after 1s [id=/subscriptions/45177a0a-d27e-490f-9f23-b4726de8ccc1/resourceGroups/rgauth001at21/providers/Microsoft.App/managedEnvironments/caenvauth001at21]
module.app.data.azurerm_app_configuration.appconf: Read complete after 2s [id=/subscriptions/45177a0a-d27e-490f-9f23-b4726de8ccc1/resourceGroups/rgauth001at21/providers/Microsoft.AppConfiguration/configurationStores/appconfaltinnauth001at21]
module.app.data.azurerm_servicebus_namespace.sb: Read complete after 3s [id=/subscriptions/45177a0a-d27e-490f-9f23-b4726de8ccc1/resourceGroups/rgauth001at21/providers/Microsoft.ServiceBus/namespaces/sbaltinnauth001at21]

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:

  # module.app.azurerm_container_app.app will be updated in-place
  ~ resource "azurerm_container_app" "app" {
        id                            = "/subscriptions/45177a0a-d27e-490f-9f23-b4726de8ccc1/resourceGroups/rgdeployapi001at21/providers/Microsoft.App/containerApps/cadeployapi001at21"
        name                          = "cadeployapi001at21"
        tags                          = {}
        # (9 unchanged attributes hidden)

      ~ template {
            # (2 unchanged attributes hidden)

          ~ container {
              ~ image             = "ghcr.io/altinn/altinn-authorization-tmp/altinn-authorization-deployapi:7b1b033" -> "ghcr.io/altinn/altinn-authorization-tmp/altinn-authorization-deployapi:a55a1d9"
                name              = "deployapi"
                # (5 unchanged attributes hidden)

                # (3 unchanged blocks hidden)
            }
        }

        # (2 unchanged blocks hidden)
    }

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

─────────────────────────────────────────────────────────────────────────────

Saved the plan to: tfplan.out

To perform exactly these actions, run the following command to apply:
    terraform apply "tfplan.out"
Releasing state lock. This may take a few moments...

Context Values
Pusher @Alxandr
Action push
Working Directory src/apps/Altinn.Authorization.DeployApi/deploy
State File github.com/altinn/altinn-authorization-tmp/environments/at21/altinn.authorization.deployapi.tfstate
Plan File github.com_altinn_altinn-authorization-tmp_environments_at21_altinn.authorization.deployapi.tfstate.tfplan

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.

2 participants