From ab8af52650b657096e9259147d349ebbcad38f27 Mon Sep 17 00:00:00 2001 From: Josuani Moranchel <130728934+Josuani@users.noreply.github.com> Date: Thu, 15 Feb 2024 14:24:56 -0600 Subject: [PATCH] add-pruebas --- prueba1.tfvars | 37 +++++++++++++++++++++++++++++++++++++ prueba2.tfvars | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 74 insertions(+) create mode 100644 prueba1.tfvars create mode 100644 prueba2.tfvars diff --git a/prueba1.tfvars b/prueba1.tfvars new file mode 100644 index 0000000..fa6efbb --- /dev/null +++ b/prueba1.tfvars @@ -0,0 +1,37 @@ +virtual_network = "my_network" + +address_space = ["10.0.0.0/16"] + +dns_servers = ["10.0.0.4", "10.0.0.5"] + +bgp_community = 12345 + +edge_zone = "eastus" + +flow_timeout_in_minutes = 10 + +ddos_protection_plan = { + plan1 = { + id = "ddos_plan_1" + enable = true + } + plan2 = { + id = "ddos_plan_2" + enable = false + } +} + +subnets = { + subnet1 = { + name = "subnet1" + address_space = "10.0.1.0/24" + resource_group_name = "rg1" + security_group = "sg1" + } + subnet2 = { + name = "subnet2" + address_space = "10.0.2.0/24" + resource_group_name = "rg2" + security_group = "sg2" + } +} diff --git a/prueba2.tfvars b/prueba2.tfvars new file mode 100644 index 0000000..fa6efbb --- /dev/null +++ b/prueba2.tfvars @@ -0,0 +1,37 @@ +virtual_network = "my_network" + +address_space = ["10.0.0.0/16"] + +dns_servers = ["10.0.0.4", "10.0.0.5"] + +bgp_community = 12345 + +edge_zone = "eastus" + +flow_timeout_in_minutes = 10 + +ddos_protection_plan = { + plan1 = { + id = "ddos_plan_1" + enable = true + } + plan2 = { + id = "ddos_plan_2" + enable = false + } +} + +subnets = { + subnet1 = { + name = "subnet1" + address_space = "10.0.1.0/24" + resource_group_name = "rg1" + security_group = "sg1" + } + subnet2 = { + name = "subnet2" + address_space = "10.0.2.0/24" + resource_group_name = "rg2" + security_group = "sg2" + } +}