Skip to content

Remove invalid Terraform moved block for legacy airlock storage account#4994

Closed
rudolphjacksonm with Copilot wants to merge 1 commit into
mainfrom
copilot/fix-code-review-suggestion
Closed

Remove invalid Terraform moved block for legacy airlock storage account#4994
rudolphjacksonm with Copilot wants to merge 1 commit into
mainfrom
copilot/fix-code-review-suggestion

Conversation

Copilot AI commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

What is being addressed

A Terraform moved block in core/terraform/airlock/storage_accounts.tf mapped sa_import_in_progress to sa_airlock_workspace_global while the source resource address is still declared in legacy config (storage_accounts_v1.tf). This creates an invalid moved-block configuration during plan/apply.

How is this addressed

  • Scope (single review comment only)

    • Removed only the moved block tied to sa_import_in_progress (#discussion_r3629086399).
    • Left all other resources and migration logic unchanged.
  • Change detail

    • Deleted:
      moved {
        from = azurerm_storage_account.sa_import_in_progress
        to   = azurerm_storage_account.sa_airlock_workspace_global
      }
  • Documentation / changelog / versioning

    • No docs, changelog, or template version updates were made because this is a targeted Terraform configuration correction only.

Copilot AI requested review from Copilot and removed request for Copilot July 23, 2026 09:52
Copilot AI changed the title [WIP] Fix code based on review comment Remove invalid Terraform moved block for legacy airlock storage account Jul 23, 2026
Copilot AI requested a review from rudolphjacksonm July 23, 2026 09:57
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