CiscoDevNet / terraform-provider-aci

Terraform Cisco ACI provider
https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs
Mozilla Public License 2.0
90 stars 102 forks source link

aci_node_mgmt_epg missing attributes #344

Closed scotttyso closed 3 years ago

scotttyso commented 3 years ago

Community Note

Terraform Version

14.9

APIC version and APIC Platform

Affected Resource(s)

Terraform Configuration Files

# Copy-paste your Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file. For
# security, you can also encrypt the files using our GPG public key: https://keybase.io/hashicorp

Debug Output

For Inband Missing Subnets Static Routes

For Out of Band Missing: Static Routes

Honestly don't know what Subnets would be used for, but for customers that are doing inband and out-of-band management there are times they may need to assign static routes.

Panic Output

Expected Behavior

Actual Behavior

Steps to Reproduce

  1. terraform apply

Important Factoids

References

scotttyso commented 3 years ago

I would also add that:

exception_tag = "example" flood_on_encap = "disabled" match_t = "All" pref_gr_memb = "exclude"

Are not exposed in the UI so it probably isn't good to expose in the provider as well. I assume these are meant to always be the default values and shouldn't be modified. But maybe others could comment.

Also, I thought at this time it isn't supported to do an alternate management profile so the management profile should always be default. management_profile_dn = "uni/tn-mgmt/mgmtp-default"

For instance in the UI when creating Node Management EPG's you can't change the management_profile.