Akini Ross

Results 123 comments of Akini Ross

Hi @joeTheK, Currently this is not supported in the aci terraform provider yet, but you can leverage the [aci_rest_managed](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/rest_managed) resource as shown in example below to achieve this. ``` resource...

Hi @joeTheK, I believe I understood you correctly but let me try to explain my train of thought. The [aci_igmp_interface_policy](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/igmp_interface_policy) refers to the igmpIfPol. Which is creating the actual interface...

Hi, Sure no worries, some of the things are also a bit confusing so feel free to ask questions. On top of that we are also working on migration to...

There are still a lot of open comments, are you still working on those? Could you please respond to those?

CI failing please check generated code difference, needs rebase

Hi @micronemo, Did you try using the [aci_contract_subject](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/contract_subject), and [aci_contract_subject_filter](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/contract_subject_filter) resources?

Hi @micronemo, Apologies for the confusion but the resource was not intended to configure the subject. I think this was an attempt to simplify the configuration and decrease the amount...

Hi @micronemo, From the model documentation I see that `vzRsSubjGraphAtt` is the relationship that is attached with subject, the `vzRsGraphAtt` is attached to the contract itself. This is the relationship...