Merged
Conversation
💰 Infracost reportMonthly estimate generatedThis comment will be updated when code changes. |
💰 Infracost reportMonthly estimate generatedThis comment will be updated when code changes. |
Terraform Plan OutputClick to expandTerraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
- destroy
Terraform will perform the following actions:
# module.bot_mat_migration.kubernetes_persistent_volume.storage[0] will be destroyed
# (because kubernetes_persistent_volume.storage is not in configuration)
- resource "kubernetes_persistent_volume" "storage" {
- id = "eb9fad63-bb4e-4ec6-e410-82367c04646d-bot-pv" -> null
- metadata {
- annotations = {} -> null
- generation = 0 -> null
- labels = {} -> null
- name = "eb9fad63-bb4e-4ec6-e410-82367c04646d-bot-pv" -> null
- resource_version = "184795543" -> null
- uid = "f50cef5b-fec6-41cd-a24b-05d3921bbc79" -> null
}
- spec {
- access_modes = [
- "ReadWriteOnce",
] -> null
- capacity = {
- "storage" = "250Gi"
} -> null
- mount_options = [] -> null
- persistent_volume_reclaim_policy = "Retain" -> null
- storage_class_name = "managed-csi" -> null
- volume_mode = "Filesystem" -> null
- claim_ref {
- name = "bot-pvc" -> null
- namespace = "bot-mat" -> null
}
- persistent_volume_source {
- csi {
- driver = "disk.csi.azure.com" -> null
- read_only = false -> null
- volume_attributes = {} -> null
- volume_handle = "/subscriptions/dcd88855-70df-49a0-9f15-a91941bba034/resourceGroups/rg-polinetwork/providers/Microsoft.Compute/disks/md-polinetwork-eb9fad63-bb4e-4ec6-e410-82367c04646d" -> null
# (1 unchanged attribute hidden)
}
}
}
}
# module.bot_mat_migration.kubernetes_persistent_volume_claim.storage_pvc[0] will be destroyed
# (because kubernetes_persistent_volume_claim.storage_pvc is not in configuration)
- resource "kubernetes_persistent_volume_claim" "storage_pvc" {
- id = "bot-mat/bot-pvc" -> null
- wait_until_bound = true -> null
- metadata {
- annotations = {} -> null
- generation = 0 -> null
- labels = {} -> null
- name = "bot-pvc" -> null
- namespace = "bot-mat" -> null
- resource_version = "184569431" -> null
- uid = "a7d37417-21e9-451c-87e8-1f5c914a0687" -> null
# (1 unchanged attribute hidden)
}
- spec {
- access_modes = [
- "ReadWriteOnce",
] -> null
- storage_class_name = "managed-csi" -> null
- volume_name = "eb9fad63-bb4e-4ec6-e410-82367c04646d-bot-pv" -> null
- resources {
- limits = {} -> null
- requests = {
- "storage" = "250Gi"
} -> null
}
}
}
Plan: 0 to add, 0 to change, 2 to destroy. |
toto04
approved these changes
Apr 2, 2025
This file contains hidden or 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
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.
No description provided.