From 74a1c5c808bf2e22ded7dc5089791dabc7827d10 Mon Sep 17 00:00:00 2001 From: rachit89 Date: Mon, 22 Apr 2024 11:29:30 +0530 Subject: [PATCH] Updated --- .gitignore | 0 .pre-commit-config.yaml | 0 .tflint.hcl | 0 IAM.md | 0 LICENSE | 0 README.md | 0 compliance.md | 0 examples/complete-vpc-with-vpn/README.md | 0 examples/complete-vpc-with-vpn/main.tf | 0 examples/complete-vpc-with-vpn/outputs.tf | 0 examples/complete-vpc-with-vpn/providers.tf | 0 examples/ipam-managed-vpc/README.md | 0 examples/ipam-managed-vpc/main.tf | 0 examples/ipam-managed-vpc/output.tf | 0 examples/ipam-managed-vpc/providers.tf | 0 examples/multi-account-vpc-peering/main.tf | 0 examples/multi-account-vpc-peering/output.tf | 0 examples/multi-account-vpc-peering/provider.tf | 0 examples/simple-vpc/README.md | 0 examples/simple-vpc/main.tf | 0 examples/simple-vpc/output.tf | 0 examples/simple-vpc/providers.tf | 0 examples/vpc-dualstack/README.md | 0 examples/vpc-dualstack/main.tf | 0 examples/vpc-dualstack/outputs.tf | 0 examples/vpc-dualstack/providers.tf | 0 examples/vpc-native-ipv6/README.md | 0 examples/vpc-native-ipv6/main.tf | 0 examples/vpc-native-ipv6/outputs.tf | 0 examples/vpc-native-ipv6/providers.tf | 0 examples/vpc-with-peering/README.md | 0 examples/vpc-with-peering/main.tf | 0 examples/vpc-with-peering/output.tf | 0 examples/vpc-with-peering/provider.tf | 0 examples/vpc-with-peering/vpc-requester-accepter/main.tf | 0 examples/vpc-with-peering/vpc-requester-accepter/providers.tf | 0 examples/vpc-with-private-subnet/README.md | 0 examples/vpc-with-private-subnet/main.tf | 0 examples/vpc-with-private-subnet/outputs.tf | 0 examples/vpc-with-private-subnet/providers.tf | 0 examples/vpc-with-secondary-cidr/README.md | 0 examples/vpc-with-secondary-cidr/main.tf | 0 examples/vpc-with-secondary-cidr/outputs.tf | 0 examples/vpc-with-secondary-cidr/providers.tf | 0 main.tf | 0 modules/vpc_peering/README.md | 0 modules/vpc_peering/main.tf | 0 modules/vpc_peering/outputs.tf | 0 modules/vpc_peering/variables.tf | 0 modules/vpc_peering/versions.tf | 0 modules/vpn/README.md | 0 modules/vpn/main.tf | 0 modules/vpn/outputs.tf | 0 modules/vpn/scripts/pritunl-vpn.sh | 0 modules/vpn/variables.tf | 0 modules/vpn/versions.tf | 0 outputs.tf | 0 providers.tf | 0 tfsec.yaml | 0 variables.tf | 0 versions.tf | 0 61 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 .pre-commit-config.yaml mode change 100644 => 100755 .tflint.hcl mode change 100644 => 100755 IAM.md mode change 100644 => 100755 LICENSE mode change 100644 => 100755 README.md mode change 100644 => 100755 compliance.md mode change 100644 => 100755 examples/complete-vpc-with-vpn/README.md mode change 100644 => 100755 examples/complete-vpc-with-vpn/main.tf mode change 100644 => 100755 examples/complete-vpc-with-vpn/outputs.tf mode change 100644 => 100755 examples/complete-vpc-with-vpn/providers.tf mode change 100644 => 100755 examples/ipam-managed-vpc/README.md mode change 100644 => 100755 examples/ipam-managed-vpc/main.tf mode change 100644 => 100755 examples/ipam-managed-vpc/output.tf mode change 100644 => 100755 examples/ipam-managed-vpc/providers.tf mode change 100644 => 100755 examples/multi-account-vpc-peering/main.tf mode change 100644 => 100755 examples/multi-account-vpc-peering/output.tf mode change 100644 => 100755 examples/multi-account-vpc-peering/provider.tf mode change 100644 => 100755 examples/simple-vpc/README.md mode change 100644 => 100755 examples/simple-vpc/main.tf mode change 100644 => 100755 examples/simple-vpc/output.tf mode change 100644 => 100755 examples/simple-vpc/providers.tf mode change 100644 => 100755 examples/vpc-dualstack/README.md mode change 100644 => 100755 examples/vpc-dualstack/main.tf mode change 100644 => 100755 examples/vpc-dualstack/outputs.tf mode change 100644 => 100755 examples/vpc-dualstack/providers.tf mode change 100644 => 100755 examples/vpc-native-ipv6/README.md mode change 100644 => 100755 examples/vpc-native-ipv6/main.tf mode change 100644 => 100755 examples/vpc-native-ipv6/outputs.tf mode change 100644 => 100755 examples/vpc-native-ipv6/providers.tf mode change 100644 => 100755 examples/vpc-with-peering/README.md mode change 100644 => 100755 examples/vpc-with-peering/main.tf mode change 100644 => 100755 examples/vpc-with-peering/output.tf mode change 100644 => 100755 examples/vpc-with-peering/provider.tf mode change 100644 => 100755 examples/vpc-with-peering/vpc-requester-accepter/main.tf mode change 100644 => 100755 examples/vpc-with-peering/vpc-requester-accepter/providers.tf mode change 100644 => 100755 examples/vpc-with-private-subnet/README.md mode change 100644 => 100755 examples/vpc-with-private-subnet/main.tf mode change 100644 => 100755 examples/vpc-with-private-subnet/outputs.tf mode change 100644 => 100755 examples/vpc-with-private-subnet/providers.tf mode change 100644 => 100755 examples/vpc-with-secondary-cidr/README.md mode change 100644 => 100755 examples/vpc-with-secondary-cidr/main.tf mode change 100644 => 100755 examples/vpc-with-secondary-cidr/outputs.tf mode change 100644 => 100755 examples/vpc-with-secondary-cidr/providers.tf mode change 100644 => 100755 main.tf mode change 100644 => 100755 modules/vpc_peering/README.md mode change 100644 => 100755 modules/vpc_peering/main.tf mode change 100644 => 100755 modules/vpc_peering/outputs.tf mode change 100644 => 100755 modules/vpc_peering/variables.tf mode change 100644 => 100755 modules/vpc_peering/versions.tf mode change 100644 => 100755 modules/vpn/README.md mode change 100644 => 100755 modules/vpn/main.tf mode change 100644 => 100755 modules/vpn/outputs.tf mode change 100644 => 100755 modules/vpn/scripts/pritunl-vpn.sh mode change 100644 => 100755 modules/vpn/variables.tf mode change 100644 => 100755 modules/vpn/versions.tf mode change 100644 => 100755 outputs.tf mode change 100644 => 100755 providers.tf mode change 100644 => 100755 tfsec.yaml mode change 100644 => 100755 variables.tf mode change 100644 => 100755 versions.tf diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml old mode 100644 new mode 100755 diff --git a/.tflint.hcl b/.tflint.hcl old mode 100644 new mode 100755 diff --git a/IAM.md b/IAM.md old mode 100644 new mode 100755 diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/compliance.md b/compliance.md old mode 100644 new mode 100755 diff --git a/examples/complete-vpc-with-vpn/README.md b/examples/complete-vpc-with-vpn/README.md old mode 100644 new mode 100755 diff --git a/examples/complete-vpc-with-vpn/main.tf b/examples/complete-vpc-with-vpn/main.tf old mode 100644 new mode 100755 diff --git a/examples/complete-vpc-with-vpn/outputs.tf b/examples/complete-vpc-with-vpn/outputs.tf old mode 100644 new mode 100755 diff --git a/examples/complete-vpc-with-vpn/providers.tf b/examples/complete-vpc-with-vpn/providers.tf old mode 100644 new mode 100755 diff --git a/examples/ipam-managed-vpc/README.md b/examples/ipam-managed-vpc/README.md old mode 100644 new mode 100755 diff --git a/examples/ipam-managed-vpc/main.tf b/examples/ipam-managed-vpc/main.tf old mode 100644 new mode 100755 diff --git a/examples/ipam-managed-vpc/output.tf b/examples/ipam-managed-vpc/output.tf old mode 100644 new mode 100755 diff --git a/examples/ipam-managed-vpc/providers.tf b/examples/ipam-managed-vpc/providers.tf old mode 100644 new mode 100755 diff --git a/examples/multi-account-vpc-peering/main.tf b/examples/multi-account-vpc-peering/main.tf old mode 100644 new mode 100755 diff --git a/examples/multi-account-vpc-peering/output.tf b/examples/multi-account-vpc-peering/output.tf old mode 100644 new mode 100755 diff --git a/examples/multi-account-vpc-peering/provider.tf b/examples/multi-account-vpc-peering/provider.tf old mode 100644 new mode 100755 diff --git a/examples/simple-vpc/README.md b/examples/simple-vpc/README.md old mode 100644 new mode 100755 diff --git a/examples/simple-vpc/main.tf b/examples/simple-vpc/main.tf old mode 100644 new mode 100755 diff --git a/examples/simple-vpc/output.tf b/examples/simple-vpc/output.tf old mode 100644 new mode 100755 diff --git a/examples/simple-vpc/providers.tf b/examples/simple-vpc/providers.tf old mode 100644 new mode 100755 diff --git a/examples/vpc-dualstack/README.md b/examples/vpc-dualstack/README.md old mode 100644 new mode 100755 diff --git a/examples/vpc-dualstack/main.tf b/examples/vpc-dualstack/main.tf old mode 100644 new mode 100755 diff --git a/examples/vpc-dualstack/outputs.tf b/examples/vpc-dualstack/outputs.tf old mode 100644 new mode 100755 diff --git a/examples/vpc-dualstack/providers.tf b/examples/vpc-dualstack/providers.tf old mode 100644 new mode 100755 diff --git a/examples/vpc-native-ipv6/README.md b/examples/vpc-native-ipv6/README.md old mode 100644 new mode 100755 diff --git a/examples/vpc-native-ipv6/main.tf b/examples/vpc-native-ipv6/main.tf old mode 100644 new mode 100755 diff --git a/examples/vpc-native-ipv6/outputs.tf b/examples/vpc-native-ipv6/outputs.tf old mode 100644 new mode 100755 diff --git a/examples/vpc-native-ipv6/providers.tf b/examples/vpc-native-ipv6/providers.tf old mode 100644 new mode 100755 diff --git a/examples/vpc-with-peering/README.md b/examples/vpc-with-peering/README.md old mode 100644 new mode 100755 diff --git a/examples/vpc-with-peering/main.tf b/examples/vpc-with-peering/main.tf old mode 100644 new mode 100755 diff --git a/examples/vpc-with-peering/output.tf b/examples/vpc-with-peering/output.tf old mode 100644 new mode 100755 diff --git a/examples/vpc-with-peering/provider.tf b/examples/vpc-with-peering/provider.tf old mode 100644 new mode 100755 diff --git a/examples/vpc-with-peering/vpc-requester-accepter/main.tf b/examples/vpc-with-peering/vpc-requester-accepter/main.tf old mode 100644 new mode 100755 diff --git a/examples/vpc-with-peering/vpc-requester-accepter/providers.tf b/examples/vpc-with-peering/vpc-requester-accepter/providers.tf old mode 100644 new mode 100755 diff --git a/examples/vpc-with-private-subnet/README.md b/examples/vpc-with-private-subnet/README.md old mode 100644 new mode 100755 diff --git a/examples/vpc-with-private-subnet/main.tf b/examples/vpc-with-private-subnet/main.tf old mode 100644 new mode 100755 diff --git a/examples/vpc-with-private-subnet/outputs.tf b/examples/vpc-with-private-subnet/outputs.tf old mode 100644 new mode 100755 diff --git a/examples/vpc-with-private-subnet/providers.tf b/examples/vpc-with-private-subnet/providers.tf old mode 100644 new mode 100755 diff --git a/examples/vpc-with-secondary-cidr/README.md b/examples/vpc-with-secondary-cidr/README.md old mode 100644 new mode 100755 diff --git a/examples/vpc-with-secondary-cidr/main.tf b/examples/vpc-with-secondary-cidr/main.tf old mode 100644 new mode 100755 diff --git a/examples/vpc-with-secondary-cidr/outputs.tf b/examples/vpc-with-secondary-cidr/outputs.tf old mode 100644 new mode 100755 diff --git a/examples/vpc-with-secondary-cidr/providers.tf b/examples/vpc-with-secondary-cidr/providers.tf old mode 100644 new mode 100755 diff --git a/main.tf b/main.tf old mode 100644 new mode 100755 diff --git a/modules/vpc_peering/README.md b/modules/vpc_peering/README.md old mode 100644 new mode 100755 diff --git a/modules/vpc_peering/main.tf b/modules/vpc_peering/main.tf old mode 100644 new mode 100755 diff --git a/modules/vpc_peering/outputs.tf b/modules/vpc_peering/outputs.tf old mode 100644 new mode 100755 diff --git a/modules/vpc_peering/variables.tf b/modules/vpc_peering/variables.tf old mode 100644 new mode 100755 diff --git a/modules/vpc_peering/versions.tf b/modules/vpc_peering/versions.tf old mode 100644 new mode 100755 diff --git a/modules/vpn/README.md b/modules/vpn/README.md old mode 100644 new mode 100755 diff --git a/modules/vpn/main.tf b/modules/vpn/main.tf old mode 100644 new mode 100755 diff --git a/modules/vpn/outputs.tf b/modules/vpn/outputs.tf old mode 100644 new mode 100755 diff --git a/modules/vpn/scripts/pritunl-vpn.sh b/modules/vpn/scripts/pritunl-vpn.sh old mode 100644 new mode 100755 diff --git a/modules/vpn/variables.tf b/modules/vpn/variables.tf old mode 100644 new mode 100755 diff --git a/modules/vpn/versions.tf b/modules/vpn/versions.tf old mode 100644 new mode 100755 diff --git a/outputs.tf b/outputs.tf old mode 100644 new mode 100755 diff --git a/providers.tf b/providers.tf old mode 100644 new mode 100755 diff --git a/tfsec.yaml b/tfsec.yaml old mode 100644 new mode 100755 diff --git a/variables.tf b/variables.tf old mode 100644 new mode 100755 diff --git a/versions.tf b/versions.tf old mode 100644 new mode 100755