From 9b448ad97b9bc019a1d0265de8ac8a5a8e8e48e8 Mon Sep 17 00:00:00 2001 From: guybarak Date: Thu, 12 Dec 2024 15:37:14 +0200 Subject: [PATCH] remove /module --- .../inspectionProfiles/profiles_settings.xml | 6 + .idea/misc.xml | 7 ++ .idea/vcs.xml | 6 + .idea/workspace.xml | 104 +++++++++++++----- modules/autoscale-gwlb/README.md | 2 +- modules/autoscale-gwlb/main.tf | 4 +- modules/autoscale-gwlb/variables.tf | 4 +- modules/autoscale/README.md | 2 +- modules/autoscale/main.tf | 4 +- modules/autoscale/variables.tf | 4 +- modules/cluster-master/README.md | 6 +- modules/cluster-master/main.tf | 2 +- modules/cluster-master/variables.tf | 4 +- modules/cluster/README.md | 4 +- modules/cluster/main.tf | 8 +- modules/cluster/variables.tf | 4 +- modules/cross-az-cluster-master/README.md | 6 +- modules/cross-az-cluster-master/main.tf | 2 +- modules/cross-az-cluster-master/variables.tf | 4 +- modules/cross-az-cluster/README.md | 4 +- modules/cross-az-cluster/main.tf | 8 +- modules/cross-az-cluster/variables.tf | 4 +- modules/gateway-master/README.md | 4 +- modules/gateway-master/variables.tf | 4 +- modules/gateway/README.md | 2 +- modules/gateway/variables.tf | 4 +- modules/gwlb-master/README.md | 4 +- modules/gwlb-master/main.tf | 2 +- modules/gwlb-master/variables.tf | 8 +- modules/gwlb/README.md | 2 +- modules/gwlb/main.tf | 2 +- modules/gwlb/variables.tf | 8 +- modules/management/README.md | 2 +- modules/management/main.tf | 2 +- modules/management/variables.tf | 4 +- modules/mds/README.md | 2 +- modules/mds/main.tf | 2 +- modules/mds/variables.tf | 4 +- modules/qs-autoscale-master/README.md | 2 +- modules/qs-autoscale-master/main.tf | 2 +- modules/qs-autoscale-master/variables.tf | 10 +- modules/qs-autoscale/README.md | 2 +- modules/qs-autoscale/main.tf | 6 +- modules/qs-autoscale/variables.tf | 10 +- modules/standalone-master/README.md | 4 +- modules/standalone-master/main.tf | 2 +- modules/standalone-master/variables.tf | 4 +- modules/standalone/README.md | 2 +- modules/standalone/main.tf | 10 +- modules/standalone/variables.tf | 4 +- modules/tap/README.md | 6 +- modules/tap/main.tf | 2 +- modules/tap/variables.tf | 4 +- modules/tgw-asg-master/README.md | 2 +- modules/tgw-asg-master/main.tf | 2 +- modules/tgw-asg-master/variables.tf | 8 +- modules/tgw-asg/variables.tf | 8 +- modules/tgw-cross-az-cluster-master/README.md | 4 +- modules/tgw-cross-az-cluster-master/main.tf | 2 +- .../tgw-cross-az-cluster-master/variables.tf | 4 +- modules/tgw-cross-az-cluster/README.md | 4 +- modules/tgw-cross-az-cluster/variables.tf | 4 +- modules/tgw-gwlb-master/README.md | 4 +- modules/tgw-gwlb-master/main.tf | 2 +- modules/tgw-gwlb-master/variables.tf | 8 +- modules/tgw-gwlb/README.md | 2 +- modules/tgw-gwlb/variables.tf | 8 +- 67 files changed, 230 insertions(+), 157 deletions(-) create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..725fdc5 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 44dd389..b4e16dc 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,16 +5,69 @@ - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +