-
Notifications
You must be signed in to change notification settings - Fork 11
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Terraform plan in tf in the prod workspace With variablestypesense_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 |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://brave-sea-0f799c410-789.centralus.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://brave-sea-0f799c410-789.centralus.azurestaticapps.net |
bmiddha
approved these changes
Sep 6, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Adding the Fall 2023 GBM blog post
Issues
N/A
Checklist