Skip to content

Make the provider declarative like the ACI provider #237

@alxgarder

Description

@alxgarder

When working with the Cisco ACI provider it doesn't matter that the object is already there when running Terraform. The object will simply be added to the state file as-is. This, in my opinion, makes the ACI provider truly declarative – you define the desired state, and Terraform figures out how to reach that state.

Would it be possible to do the same for the FMC provider? Currently. it fails the entire terraform apply when running into an object that is already created.

Alternative it could be flag on the object, that allows Terraform to grab the current object instead of insisting on the user manually deleting and re-creating the object (or doing manual imports).

Metadata

Metadata

Assignees

No one assigned

    Labels

    ideaConsider implementation in the future.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions