CiscoDevNet / terraform-provider-aci

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

Add more detail to documentation (DCNE-121) #101

Open codrake opened 4 years ago

codrake commented 4 years ago

Community Note

Description

Provide more detailed documentation to show options that arguments can accept, defaults for those arguments, type, relation/impact on other arguments, explanation of what the argument/options do, etc. Would also be helpful to show some additional resource usage examples utilizing various argument combinations for common use cases.

New or Affected Resource(s) + ACI Class(es):

Applies to all resources and data providers

APIC version and APIC Platform

NA

Potential Terraform Configuration

For example, using the aci_epg_to_domain resource:

Argument options example:

Instr_imedcy - string (optional)

Determines when the policy is pushed to hardware Policy CAM. The APIC defaults to lazy when unset during creation.

Options are: immediate or lazy

encap_mode - string (optional)

The encapsulation method to be used. The APIC defaults to auto when unset during creation. If vxlan is selected, switching_mode must be AVE.

Options are: auto, vlan, vxlan

nkatarmal-crest commented 4 years ago

This issue has been fixed in the version 0.5.0 of the provider. Please try that and let me know if we can close this issue or not.

marinalf commented 3 years ago

A request to add more clarity on how to enable TGW in AWS for those cases where the hub network name is already defined as part of the initial setup. The example has "gwrouterp-default" and it could be "gwrouterp-[name of existing hub network] which could be direct or through var.

source: https://github.com/CiscoDevNet/terraform-provider-aci/issues/134