Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ExternalNameConfigs = map[string]config.ExternalName{ "aviatrix_account": config.ParameterAsIdentifier("account_name"), "aviatrix_spoke_transit_attachment": config.TemplatedStringAsIdentifier("", "{{.parameters.spoke_gw_name}}~{{.parameters.transit_gw_name}}"), "aviatrix_gateway_dnat": config.ParameterAsIdentifier("gw_name"), "aviatrix_gateway_snat": config.ParameterAsIdentifier("gw_name"), "aviatrix_segmentation_network_domain_association": config.TemplatedStringAsIdentifier("", "{{.parameters.network_domain_name}}~{{.parameters.attachment_name}}"), "aviatrix_segmentation_network_domain_connection_policy": config.TemplatedStringAsIdentifier("", "{{.parameters.domain_name_1}}~{{.parameters.domain_name_2}}"), "aviatrix_segmentation_network_domain": config.ParameterAsIdentifier("domain_name"), "aviatrix_spoke_gateway": config.ParameterAsIdentifier("gw_name"), "aviatrix_transit_gateway_peering": config.TemplatedStringAsIdentifier("", "{{.parameters.transit_gateway_name1}}~{{.parameters.transit_gateway_name2}}"), "aviatrix_transit_gateway": config.ParameterAsIdentifier("gw_name"), "aviatrix_vpc": config.NameAsIdentifier, }
ExternalNameConfigs contains all external name configurations for this provider.
Functions ¶
func ExternalNameConfigurations ¶
func ExternalNameConfigurations() config.ResourceOption
ExternalNameConfigurations applies all external name configs listed in the table ExternalNameConfigs and sets the version of those resources to v1beta1 assuming they will be tested.
func ExternalNameConfigured ¶
func ExternalNameConfigured() []string
ExternalNameConfigured returns the list of all resources whose external name is configured manually.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.