Skip to content

azurerm_site_recovery_replicated_vm: exported resource format mismatch #449

Description

@ziyeqf

link: hashicorp/terraform-provider-azurerm#23159

managed_disk is exported in this format:

managed_disk = [{
 # details removed
}]

which caused azurerm failed on plan

it works with this format:

managed_disk {
 # details removed
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions