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

🗒️Adding Fall 2023 GBM blog post #789

Merged
merged 2 commits into from
Sep 6, 2023
Merged

🗒️Adding Fall 2023 GBM blog post #789

merged 2 commits into from
Sep 6, 2023

Conversation

clee231
Copy link
Contributor

@clee231 clee231 commented Sep 6, 2023

Description

Adding the Fall 2023 GBM blog post

Issues

N/A

Checklist

  • I've labeled the PR appropriately.
  • I've have built the website and verified that my changes work.
  • I've linked the appropriate issues and related PRs.

@clee231 clee231 self-assigned this Sep 6, 2023
@clee231 clee231 requested review from a team and bmiddha as code owners September 6, 2023 03:23
@github-actions
Copy link

github-actions bot commented Sep 6, 2023

Terraform plan in tf in the prod workspace

With variables

typesense_api_key         = (sensitive value)
typesense_collection_name = (sensitive value)
typesense_rg              = "typesense-rg"
Plan: 1 to add, 2 to change, 1 to destroy. Changes to Outputs.
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  ~ update in-place
-/+ destroy and then create replacement

Terraform will perform the following actions:

  # azurerm_container_app.typesense_container_app will be updated in-place
  ~ resource "azurerm_container_app" "typesense_container_app" {
        id                            = "/subscriptions/2f98793b-7e2f-4f03-ac5b-7b2ec934dcd7/resourceGroups/typesense-rg/providers/Microsoft.App/containerApps/typesense-container-app"
        name                          = "typesense-container-app"
      ~ revision_mode                 = "Multiple" -> "Single"
        tags                          = {}
        # (7 unchanged attributes hidden)

      ~ ingress {
            # (5 unchanged attributes hidden)

          ~ traffic_weight {
              ~ latest_revision = false -> true
              ~ percentage      = 0 -> 100
              - revision_suffix = "three" -> null
            }
          - traffic_weight {
              - latest_revision = false -> null
              - percentage      = 0 -> null
              - revision_suffix = "two" -> null
            }
          - traffic_weight {
              - latest_revision = false -> null
              - percentage      = 100 -> null
              - revision_suffix = "3dkudt6" -> null
            }
          - traffic_weight {
              - latest_revision = false -> null
              - percentage      = 0 -> null
              - revision_suffix = "one" -> null
            }
        }

      ~ template {
          + revision_suffix = "one"
            # (2 unchanged attributes hidden)

          ~ container {
                name              = "typesense-acm-website"
                # (6 unchanged attributes hidden)

              ~ volume_mounts {
                  ~ name = "typesense-container-app-storage" -> "typesense-volume"
                    # (1 unchanged attribute hidden)
                }

                # (4 unchanged blocks hidden)
            }

          - volume {
              - name         = "typesense-container-app-storage" -> null
              - storage_name = "typesense-container-app-storage" -> null
              - storage_type = "AzureFile" -> null
            }

            # (1 unchanged block hidden)
        }

        # (1 unchanged block hidden)
    }

  # azurerm_storage_share.typesense_storage_share will be updated in-place
  ~ resource "azurerm_storage_share" "typesense_storage_share" {
        id                   = "https://typesensestorage.file.core.windows.net/typesense-share"
        name                 = "typesense-share"
      ~ quota                = 1024 -> 100
        # (6 unchanged attributes hidden)
    }

  # shell_script.typesense_search_only_api_key will be replaced due to changes in replace_triggered_by
-/+ resource "shell_script" "typesense_search_only_api_key" {
      ~ environment           = { # forces replacement
          ~ "TYPESENSE_HOST"  = "typesense-container-app--one.jollyhill-e458c969.northcentralus.azurecontainerapps.io" -> "typesense-container-app--three.jollyhill-e458c969.northcentralus.azurecontainerapps.io"
            # (1 unchanged element hidden)
        }
      ~ id                    = "********************" -> (known after apply)
      ~ output                = {
          - "id"    = "*"
          - "value" = "bm4wGscrz9EpVYb6bQO0h3EFAqix1l13"
        } -> (known after apply)
        # (4 unchanged attributes hidden)

        # (1 unchanged block hidden)
    }

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

Changes to Outputs:
  ~ typesense_search_only_api_key = "********************************" -> (known after apply)

🟠 Applying plan in ci #2162

@github-actions
Copy link

github-actions bot commented Sep 6, 2023

Azure Static Web Apps: Your stage site is ready! Visit it here: https://brave-sea-0f799c410-789.centralus.azurestaticapps.net

@github-actions
Copy link

github-actions bot commented Sep 6, 2023

Azure Static Web Apps: Your stage site is ready! Visit it here: https://brave-sea-0f799c410-789.centralus.azurestaticapps.net

@clee231 clee231 enabled auto-merge (squash) September 6, 2023 03:37
@clee231 clee231 merged commit ddeb676 into main Sep 6, 2023
9 checks passed
@clee231 clee231 deleted the blog/fall-2023-gbm branch September 6, 2023 04:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants