Skip to content

Commit

Permalink
Merge pull request #4 from kozhabergenova/test
Browse files Browse the repository at this point in the history
testing fresh aci
  • Loading branch information
kozhabergenova authored Apr 17, 2024
2 parents a6f27f1 + fbe583a commit 1730b86
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions networks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,3 @@ module "devvie_project_1" {
provided_contract = module.tenant_policies.established_ct
}

module "devvie_project_2" {
source = "./network"
tenant = module.tenant_policies.devvie_tenant
vrf = module.tenant_policies.devvie_vrf
aep_access = module.fabric_policies.aep_generic
physical_domain = module.fabric_policies.physical_domain
name = "devvie_project_2"
vlan_id = 16
mode = "regular"
gateway_address = "192.168.16.1/24"
route_scope = ["public", "shared"]
provided_contract = module.tenant_policies.established_ct
}

0 comments on commit 1730b86

Please sign in to comment.