File tree Expand file tree Collapse file tree 39 files changed +353
-96
lines changed
bgp_address_family_context
bgp_peer_connectivity_profile
bgp_route_control_profile
l3out_bfd_interface_profile
l3out_bgp_external_policy
l3out_bgp_protocol_profile
l3out_hsrp_interface_group
l3out_hsrp_interface_profile
l3out_loopback_interface_profile
l3out_ospf_external_policy
l3out_ospf_interface_profile
l3out_path_attachment_secondary_ip
l3out_static_route_next_hop
spanning_tree_interface_policy Expand file tree Collapse file tree 39 files changed +353
-96
lines changed Original file line number Diff line number Diff line change 1+ terraform {
2+ required_providers {
3+ aci = {
4+ source = " ciscodevnet/aci"
5+ }
6+ }
7+ }
8+
9+ # configure provider with your cisco aci credentials.
110provider "aci" {
2- username = " "
3- password = " "
4- url = " "
11+ username = " " # <APIC username>
12+ password = " " # <APIC pwd>
13+ url = " " # <cloud APIC URL>
514 insecure = true
615}
716
Original file line number Diff line number Diff line change 1+ terraform {
2+ required_providers {
3+ aci = {
4+ source = " ciscodevnet/aci"
5+ }
6+ }
7+ }
18
9+ # configure provider with your cisco aci credentials.
210provider "aci" {
3- username = " "
4- password = " "
5- url = " "
11+ username = " " # <APIC username>
12+ password = " " # <APIC pwd>
13+ url = " " # <cloud APIC URL>
614 insecure = true
715}
16+
817resource "aci_bgp_best_path_policy" "foobgp_best_path_policy" {
918 tenant_dn = aci_tenant. example . id
1019 name = " example"
Original file line number Diff line number Diff line change 1+ terraform {
2+ required_providers {
3+ aci = {
4+ source = " ciscodevnet/aci"
5+ }
6+ }
7+ }
8+
9+ # configure provider with your cisco aci credentials.
110provider "aci" {
2- username = " "
3- password = " "
4- url = " "
11+ username = " " # <APIC username>
12+ password = " " # <APIC pwd>
13+ url = " " # <cloud APIC URL>
514 insecure = true
615}
716
Original file line number Diff line number Diff line change 1+ terraform {
2+ required_providers {
3+ aci = {
4+ source = " ciscodevnet/aci"
5+ }
6+ }
7+ }
8+
9+ # configure provider with your cisco aci credentials.
110provider "aci" {
2- username = " "
3- password = " "
4- url = " "
11+ username = " " # <APIC username>
12+ password = " " # <APIC pwd>
13+ url = " " # <cloud APIC URL>
514 insecure = true
615}
716
Original file line number Diff line number Diff line change 1+ terraform {
2+ required_providers {
3+ aci = {
4+ source = " ciscodevnet/aci"
5+ }
6+ }
7+ }
8+
9+ # configure provider with your cisco aci credentials.
110provider "aci" {
2- username = " "
3- password = " "
4- url = " "
11+ username = " " # <APIC username>
12+ password = " " # <APIC pwd>
13+ url = " " # <cloud APIC URL>
514 insecure = true
615}
16+
717resource "aci_bgp_route_control_profile" "example" {
818 parent_dn = aci_tenant. tenentcheck . id
919 name = " one"
Original file line number Diff line number Diff line change 1+ terraform {
2+ required_providers {
3+ aci = {
4+ source = " ciscodevnet/aci"
5+ }
6+ }
7+ }
8+
9+ # configure provider with your cisco aci credentials.
110provider "aci" {
2- username = " "
3- password = " "
4- url = " "
11+ username = " " # <APIC username>
12+ password = " " # <APIC pwd>
13+ url = " " # <cloud APIC URL>
514 insecure = true
615}
716
Original file line number Diff line number Diff line change 1+ terraform {
2+ required_providers {
3+ aci = {
4+ source = " ciscodevnet/aci"
5+ }
6+ }
7+ }
8+
9+ # configure provider with your cisco aci credentials.
110provider "aci" {
2- username = " "
3- password = " "
4- url = " "
11+ username = " " # <APIC username>
12+ password = " " # <APIC pwd>
13+ url = " " # <cloud APIC URL>
514 insecure = true
615}
716
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ terraform {
66 }
77}
88
9-
109provider "aci" {
1110 username = " "
1211 password = " "
Original file line number Diff line number Diff line change 1+ terraform {
2+ required_providers {
3+ aci = {
4+ source = " ciscodevnet/aci"
5+ }
6+ }
7+ }
8+
9+ # configure provider with your cisco aci credentials.
110provider "aci" {
2- username = " "
3- password = " "
4- url = " "
11+ username = " " # <APIC username>
12+ password = " " # <APIC pwd>
13+ url = " " # <cloud APIC URL>
514 insecure = true
615}
716
Original file line number Diff line number Diff line change 1+ terraform {
2+ required_providers {
3+ aci = {
4+ source = " ciscodevnet/aci"
5+ }
6+ }
7+ }
8+
9+ # configure provider with your cisco aci credentials.
110provider "aci" {
2- username = " "
3- password = " "
4- url = " "
11+ username = " " # <APIC username>
12+ password = " " # <APIC pwd>
13+ url = " " # <cloud APIC URL>
514 insecure = true
615}
716
You can’t perform that action at this time.
0 commit comments