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
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions