CiscoDevNet / terraform-provider-fmc

Terraform Provider for FMC
https://registry.terraform.io/providers/CiscoDevNet/fmc/latest/docs
Mozilla Public License 2.0
16 stars 30 forks source link

Adding subinterface #102

Closed xibriz closed 1 year ago

xibriz commented 1 year ago

I'm trying to add a Subinterface below a EtherChannel interface.

Is it the fmc_device_physical_interfaces resource that is used for this, or is it a resource for subinterface that is not implemented or I am unable to find?

kgreeshm commented 1 year ago

Hi,

Thanks for bringing this to our notice. There is a separate API for subinterfaces which is not implemented yet in terraform fmc provider. We will work on it.



Thanks Greeshma

jeroenwittock commented 1 year ago

Work is in progress to implement this feature, looks like it will become available in the coming weeks.

xibriz commented 1 year ago

@jeroenwittock Nice to know :)

I have tested the API directly and observed that the fmc-ansible project has this functionality, but i'm looking forward to the implementation in this Terraform project 👍