Skip to content

<title>resource "azurerm_site_recovery_replication_recovery_plan" " #237

Description

@samanshariq

Is there an existing issue for this?

  • I have searched the existing issues

Where would you like this feature added?

Verified Modules

Is this feature ask due to a problem that you are encountering?

Here is the resource I am trying to deploy:
image

In the above code , getting issues in specifying replicated_protected_items & runbook_id as both are specified in a resource block that uses for_each and they both require for_each while getting declared in the above resource....

Describe potential solutions.

Tried to specify replicated_protected_items in locals.tf but no luck

Any way that I can combine the conditions of both for_each in a single for_each statement

image

Anything else?

Current code:
image

pipeline error:
image

If I change the post_action type to "ScriptActionDetails" and specify the scriot
_path instead, I get below pipeline error:
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    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