Akini Ross

Results 123 comments of Akini Ross

missing classes: 1. l3extProvLbl 2. l3extRsLblToInstP 3. l3extRsLblToProfile 4. mplsExtP 5. mplsRsLabelPol 6. l3extRsLNodePMplsCustQosPol 7. rsMhNodePol 8. mplsNodeSidP classes defined in existing resources which need to be checked for missing...

Hi @rickardl, Thank you for raising this issue. Apologies if you experienced any issues from this behaviour. This behaviour is done by design, and was chosen because APIC allows us...

Hi @rickardl, let me discuss this internally with the team. Do you mind sharing me the customer name, via email ([email protected]) I will get back to you early next week.

Hi @bardahlm, Thank you for the suggestion we will take it into consideration when we start working on this issue. Follow the issue thread for any updates.

Hi @jbardin, Currently with the provider we are developing with plugin framework explicit empty strings are not displayed correctly in plan, see https://github.com/hashicorp/terraform-plugin-framework/issues/921 for the configuration and plan output details....

Hi @jbardin, Thank you for your response. I understand that you do not want to introduce breaking change regarding legacy providers. Completely removing would impact our provider also, since we...

Hi @JockeW-DvL , thanks for raising this issue. I have added it to the todo items.

Classes that should be configured: - fvRsCons - fvRsConsIf - fvRsProv - fvRsIntraEpg -> https://github.com/CiscoDevNet/terraform-provider-aci/issues/936

@lhercot, I similarities with https://github.com/CiscoDevNet/terraform-provider-aci/issues/1023. Would this also apply for ESG?

Hi @JockeW-DvL, The aci_epg_to_contract resource would actually work for esg also. You should be able to do the following: ``` resource "aci_epg_to_contract" "example" { application_epg_dn = contract_dn = aci_contract.example.id contract_type...