Skip to content

Commit

Permalink
Merge pull request #6 from kozhabergenova/remove_pr2
Browse files Browse the repository at this point in the history
reverting
  • Loading branch information
kozhabergenova authored Apr 17, 2024
2 parents 1cecd41 + 4bec401 commit fa81113
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions networks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,6 @@ 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 fa81113

Please sign in to comment.