Skip to content

dw_virtual_warehouse should accept 'name' for deletion #32

@wmudge

Description

@wmudge

Currently, only warehouse_id is valid for identifying a VM when using state=absent.

Need to change the below and update the docs.

required_if=[
            ['state', 'absent', ['warehouse_id']],
            ['state', 'present', ['catalog_id', 'type', 'name']]
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementMINOR - New feature or enhancement in the CHANGELOG

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions