-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
ideaConsider implementation in the future.Consider implementation in the future.
Description
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
Labels
ideaConsider implementation in the future.Consider implementation in the future.