JockeW-DvL
JockeW-DvL
body{font-family:Helvetica,Arial;font-size:13px}Hello All,Thanks for the explanation of how it works with ACI and APICs. I understand that it would be very hard to implement what I was asking for.With he way...
It works the first apply run, but if i do a second apply run without changing any config all the contracts will be removed from the ESGs. if i do...
Of course Akini, Here are the config i am using: for building the ESGs: ``` resource "aci_endpoint_security_group" "terraform_esg" { for_each = var.esgs application_profile_dn = var.apps[each.value.network].id name = join("-", [trimprefix(var.tenants[each.value.tenant].name,"tnt-"), lower(each.value.application)])...
Hello Akini, If you look at my resourse definition i'm using for_each for the whole resource, and the reason behind this is that we have around 150-200 different ESGs that...
I can try and have the resources for creating the ESGs and the association of the Contract and ESG in separate workspaces and report back if this works as intended.
Hello Akini,I came to the same conclusion earlier today.I’ve gotten half of the terraform files created and will test this in the coming days (when my schedule allows)Regards Joacim W...
body{font-family:Helvetica,Arial;font-size:13px}Hello Akini,Thanks for the update. I would like to setup a webex-meeting so that you can show me the example code you’ve used.RegardsJoacim W On 11 March 2024 at 09:29:17,...
body{font-family:Helvetica,Arial;font-size:13px}Hello Akini,I’m working with another customer all day today, but tommorow have time between 10 and 12 tomorrow.RegardsJoacim W On 14 March 2024 at 09:08:41, Akini Ross ***@***.***) wrote: I...
Here are the config in the nautobot_configuratiion.py: ``` PLUGINS = ["nautobot_ssot"] PLUGINS_CONFIG = { "nautobot_ssot": { "enable_aci": True, # URL and credentials should be configured as environment variables on the...
Any update on this issue?