Skip to content

Conditional Resource Instance Execution #972

@ThomasNieto

Description

@ThomasNieto

Summary of the new feature / enhancement

As a user I want to be able to write a generic configuration document that has conditional logic to leverage configuration parameters and flex on those to conditionally execute resource instances.

Proposed technical implementation details (optional)

Use GitHub action conditional job execution and comparison operators.

    type: owner[.group][.area]/name
    name: instance_name
    if: "[parameters('softwareVersion')] >= 2.0"
    properties:
      propertyName: propertyValue

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions