diff --git a/iac_modules/LICENSE b/example/LICENSE similarity index 100% rename from iac_modules/LICENSE rename to example/LICENSE diff --git a/iac_modules/pulumi/Pulumi.yaml b/example/pulumi/Pulumi.yaml similarity index 100% rename from iac_modules/pulumi/Pulumi.yaml rename to example/pulumi/Pulumi.yaml diff --git a/iac_modules/pulumi/README.md b/example/pulumi/README.md similarity index 100% rename from iac_modules/pulumi/README.md rename to example/pulumi/README.md diff --git a/iac_modules/pulumi/__main__.py b/example/pulumi/__main__.py similarity index 100% rename from iac_modules/pulumi/__main__.py rename to example/pulumi/__main__.py diff --git a/iac_modules/pulumi/cli.py b/example/pulumi/cli.py similarity index 100% rename from iac_modules/pulumi/cli.py rename to example/pulumi/cli.py diff --git a/iac_modules/pulumi/modules/alicloud/__init__.py b/example/pulumi/modules/alicloud/__init__.py similarity index 100% rename from iac_modules/pulumi/modules/alicloud/__init__.py rename to example/pulumi/modules/alicloud/__init__.py diff --git a/iac-template/terraform-hcl-standard/utils/__init__.py b/example/pulumi/modules/alicloud/audit/__init__.py similarity index 100% rename from iac-template/terraform-hcl-standard/utils/__init__.py rename to example/pulumi/modules/alicloud/audit/__init__.py diff --git a/iac_modules/pulumi/modules/alicloud/audit/actiontrail.py b/example/pulumi/modules/alicloud/audit/actiontrail.py similarity index 100% rename from iac_modules/pulumi/modules/alicloud/audit/actiontrail.py rename to example/pulumi/modules/alicloud/audit/actiontrail.py diff --git a/iac_modules/pulumi/modules/alicloud/audit/__init__.py b/example/pulumi/modules/alicloud/common/__init__.py similarity index 100% rename from iac_modules/pulumi/modules/alicloud/audit/__init__.py rename to example/pulumi/modules/alicloud/common/__init__.py diff --git a/iac_modules/pulumi/modules/alicloud/common/tags.py b/example/pulumi/modules/alicloud/common/tags.py similarity index 100% rename from iac_modules/pulumi/modules/alicloud/common/tags.py rename to example/pulumi/modules/alicloud/common/tags.py diff --git a/iac_modules/pulumi/modules/alicloud/common/__init__.py b/example/pulumi/modules/alicloud/config_service/__init__.py similarity index 100% rename from iac_modules/pulumi/modules/alicloud/common/__init__.py rename to example/pulumi/modules/alicloud/config_service/__init__.py diff --git a/iac_modules/pulumi/modules/alicloud/config_service/baseline.py b/example/pulumi/modules/alicloud/config_service/baseline.py similarity index 100% rename from iac_modules/pulumi/modules/alicloud/config_service/baseline.py rename to example/pulumi/modules/alicloud/config_service/baseline.py diff --git a/iac_modules/pulumi/modules/alicloud/config_service/__init__.py b/example/pulumi/modules/alicloud/identity/__init__.py similarity index 100% rename from iac_modules/pulumi/modules/alicloud/config_service/__init__.py rename to example/pulumi/modules/alicloud/identity/__init__.py diff --git a/iac_modules/pulumi/modules/alicloud/identity/ram.py b/example/pulumi/modules/alicloud/identity/ram.py similarity index 100% rename from iac_modules/pulumi/modules/alicloud/identity/ram.py rename to example/pulumi/modules/alicloud/identity/ram.py diff --git a/iac_modules/pulumi/modules/alicloud/migrate/README.md b/example/pulumi/modules/alicloud/migrate/README.md similarity index 100% rename from iac_modules/pulumi/modules/alicloud/migrate/README.md rename to example/pulumi/modules/alicloud/migrate/README.md diff --git a/iac_modules/pulumi/modules/alicloud/migrate/generate_import_spec.py b/example/pulumi/modules/alicloud/migrate/generate_import_spec.py similarity index 100% rename from iac_modules/pulumi/modules/alicloud/migrate/generate_import_spec.py rename to example/pulumi/modules/alicloud/migrate/generate_import_spec.py diff --git a/iac_modules/pulumi/modules/alicloud/identity/__init__.py b/example/pulumi/modules/alicloud/network/__init__.py similarity index 100% rename from iac_modules/pulumi/modules/alicloud/identity/__init__.py rename to example/pulumi/modules/alicloud/network/__init__.py diff --git a/iac_modules/pulumi/modules/alicloud/network/vpc.py b/example/pulumi/modules/alicloud/network/vpc.py similarity index 100% rename from iac_modules/pulumi/modules/alicloud/network/vpc.py rename to example/pulumi/modules/alicloud/network/vpc.py diff --git a/iac_modules/pulumi/modules/alicloud/network/__init__.py b/example/pulumi/modules/alicloud/security/__init__.py similarity index 100% rename from iac_modules/pulumi/modules/alicloud/network/__init__.py rename to example/pulumi/modules/alicloud/security/__init__.py diff --git a/iac_modules/pulumi/modules/alicloud/security/security_groups.py b/example/pulumi/modules/alicloud/security/security_groups.py similarity index 100% rename from iac_modules/pulumi/modules/alicloud/security/security_groups.py rename to example/pulumi/modules/alicloud/security/security_groups.py diff --git a/iac_modules/pulumi/modules/alicloud/security/__init__.py b/example/pulumi/modules/alicloud/storage/__init__.py similarity index 100% rename from iac_modules/pulumi/modules/alicloud/security/__init__.py rename to example/pulumi/modules/alicloud/storage/__init__.py diff --git a/iac_modules/pulumi/modules/alicloud/storage/oss.py b/example/pulumi/modules/alicloud/storage/oss.py similarity index 100% rename from iac_modules/pulumi/modules/alicloud/storage/oss.py rename to example/pulumi/modules/alicloud/storage/oss.py diff --git a/iac_modules/pulumi/modules/aws/__init__.py b/example/pulumi/modules/aws/__init__.py similarity index 100% rename from iac_modules/pulumi/modules/aws/__init__.py rename to example/pulumi/modules/aws/__init__.py diff --git a/iac_modules/pulumi/modules/aws/common/tags.py b/example/pulumi/modules/aws/common/tags.py similarity index 100% rename from iac_modules/pulumi/modules/aws/common/tags.py rename to example/pulumi/modules/aws/common/tags.py diff --git a/iac_modules/pulumi/modules/alicloud/storage/__init__.py b/example/pulumi/modules/aws/ec2/__init__.py similarity index 100% rename from iac_modules/pulumi/modules/alicloud/storage/__init__.py rename to example/pulumi/modules/aws/ec2/__init__.py diff --git a/iac_modules/pulumi/modules/aws/ec2/ec2_instance.py b/example/pulumi/modules/aws/ec2/ec2_instance.py similarity index 100% rename from iac_modules/pulumi/modules/aws/ec2/ec2_instance.py rename to example/pulumi/modules/aws/ec2/ec2_instance.py diff --git a/iac_modules/pulumi/modules/aws/ec2/utils.py b/example/pulumi/modules/aws/ec2/utils.py similarity index 100% rename from iac_modules/pulumi/modules/aws/ec2/utils.py rename to example/pulumi/modules/aws/ec2/utils.py diff --git a/iac_modules/pulumi/modules/aws/identity/__init__.py b/example/pulumi/modules/aws/identity/__init__.py similarity index 100% rename from iac_modules/pulumi/modules/aws/identity/__init__.py rename to example/pulumi/modules/aws/identity/__init__.py diff --git a/iac_modules/pulumi/modules/aws/identity/iam.py b/example/pulumi/modules/aws/identity/iam.py similarity index 100% rename from iac_modules/pulumi/modules/aws/identity/iam.py rename to example/pulumi/modules/aws/identity/iam.py diff --git a/iac_modules/pulumi/modules/aws/network/__init__.py b/example/pulumi/modules/aws/network/__init__.py similarity index 100% rename from iac_modules/pulumi/modules/aws/network/__init__.py rename to example/pulumi/modules/aws/network/__init__.py diff --git a/iac_modules/pulumi/modules/aws/network/vpc.py b/example/pulumi/modules/aws/network/vpc.py similarity index 100% rename from iac_modules/pulumi/modules/aws/network/vpc.py rename to example/pulumi/modules/aws/network/vpc.py diff --git a/iac_modules/pulumi/modules/aws/security/__init__.py b/example/pulumi/modules/aws/security/__init__.py similarity index 100% rename from iac_modules/pulumi/modules/aws/security/__init__.py rename to example/pulumi/modules/aws/security/__init__.py diff --git a/iac_modules/pulumi/modules/aws/security/security_groups.py b/example/pulumi/modules/aws/security/security_groups.py similarity index 100% rename from iac_modules/pulumi/modules/aws/security/security_groups.py rename to example/pulumi/modules/aws/security/security_groups.py diff --git a/iac_modules/pulumi/modules/aws/storage/__init__.py b/example/pulumi/modules/aws/storage/__init__.py similarity index 100% rename from iac_modules/pulumi/modules/aws/storage/__init__.py rename to example/pulumi/modules/aws/storage/__init__.py diff --git a/iac_modules/pulumi/modules/aws/storage/s3.py b/example/pulumi/modules/aws/storage/s3.py similarity index 100% rename from iac_modules/pulumi/modules/aws/storage/s3.py rename to example/pulumi/modules/aws/storage/s3.py diff --git a/iac_modules/pulumi/modules/vultr/__init__.py b/example/pulumi/modules/vultr/__init__.py similarity index 100% rename from iac_modules/pulumi/modules/vultr/__init__.py rename to example/pulumi/modules/vultr/__init__.py diff --git a/iac_modules/pulumi/modules/vultr/common/__init__.py b/example/pulumi/modules/vultr/common/__init__.py similarity index 100% rename from iac_modules/pulumi/modules/vultr/common/__init__.py rename to example/pulumi/modules/vultr/common/__init__.py diff --git a/iac_modules/pulumi/modules/vultr/common/tags.py b/example/pulumi/modules/vultr/common/tags.py similarity index 100% rename from iac_modules/pulumi/modules/vultr/common/tags.py rename to example/pulumi/modules/vultr/common/tags.py diff --git a/iac_modules/pulumi/modules/vultr/compute/__init__.py b/example/pulumi/modules/vultr/compute/__init__.py similarity index 100% rename from iac_modules/pulumi/modules/vultr/compute/__init__.py rename to example/pulumi/modules/vultr/compute/__init__.py diff --git a/iac_modules/pulumi/modules/vultr/compute/instances.py b/example/pulumi/modules/vultr/compute/instances.py similarity index 100% rename from iac_modules/pulumi/modules/vultr/compute/instances.py rename to example/pulumi/modules/vultr/compute/instances.py diff --git a/iac_modules/pulumi/modules/vultr/migrate/README.md b/example/pulumi/modules/vultr/migrate/README.md similarity index 100% rename from iac_modules/pulumi/modules/vultr/migrate/README.md rename to example/pulumi/modules/vultr/migrate/README.md diff --git a/iac_modules/pulumi/modules/vultr/migrate/generate_import_spec.py b/example/pulumi/modules/vultr/migrate/generate_import_spec.py similarity index 100% rename from iac_modules/pulumi/modules/vultr/migrate/generate_import_spec.py rename to example/pulumi/modules/vultr/migrate/generate_import_spec.py diff --git a/iac_modules/pulumi/modules/vultr/network/__init__.py b/example/pulumi/modules/vultr/network/__init__.py similarity index 100% rename from iac_modules/pulumi/modules/vultr/network/__init__.py rename to example/pulumi/modules/vultr/network/__init__.py diff --git a/iac_modules/pulumi/modules/vultr/network/vpc.py b/example/pulumi/modules/vultr/network/vpc.py similarity index 100% rename from iac_modules/pulumi/modules/vultr/network/vpc.py rename to example/pulumi/modules/vultr/network/vpc.py diff --git a/iac_modules/pulumi/modules/vultr/security/__init__.py b/example/pulumi/modules/vultr/security/__init__.py similarity index 100% rename from iac_modules/pulumi/modules/vultr/security/__init__.py rename to example/pulumi/modules/vultr/security/__init__.py diff --git a/iac_modules/pulumi/modules/vultr/security/firewall.py b/example/pulumi/modules/vultr/security/firewall.py similarity index 100% rename from iac_modules/pulumi/modules/vultr/security/firewall.py rename to example/pulumi/modules/vultr/security/firewall.py diff --git a/iac_modules/pulumi/requirements.txt b/example/pulumi/requirements.txt similarity index 100% rename from iac_modules/pulumi/requirements.txt rename to example/pulumi/requirements.txt diff --git a/iac_modules/pulumi/utils/config_loader.py b/example/pulumi/utils/config_loader.py similarity index 100% rename from iac_modules/pulumi/utils/config_loader.py rename to example/pulumi/utils/config_loader.py diff --git a/iac_modules/pulumi/utils/migrate/README.md b/example/pulumi/utils/migrate/README.md similarity index 100% rename from iac_modules/pulumi/utils/migrate/README.md rename to example/pulumi/utils/migrate/README.md diff --git a/iac_modules/pulumi/utils/migrate/generate_import_spec.py b/example/pulumi/utils/migrate/generate_import_spec.py similarity index 100% rename from iac_modules/pulumi/utils/migrate/generate_import_spec.py rename to example/pulumi/utils/migrate/generate_import_spec.py diff --git a/iac_modules/terraform/aws/ec2/Dockerfile b/example/terraform/aws/ec2/Dockerfile similarity index 100% rename from iac_modules/terraform/aws/ec2/Dockerfile rename to example/terraform/aws/ec2/Dockerfile diff --git a/iac_modules/terraform/aws/ec2/Makefile b/example/terraform/aws/ec2/Makefile similarity index 100% rename from iac_modules/terraform/aws/ec2/Makefile rename to example/terraform/aws/ec2/Makefile diff --git a/iac_modules/terraform/aws/ec2/README.md b/example/terraform/aws/ec2/README.md similarity index 100% rename from iac_modules/terraform/aws/ec2/README.md rename to example/terraform/aws/ec2/README.md diff --git a/iac_modules/terraform/aws/ec2/input-variables.yaml b/example/terraform/aws/ec2/input-variables.yaml similarity index 100% rename from iac_modules/terraform/aws/ec2/input-variables.yaml rename to example/terraform/aws/ec2/input-variables.yaml diff --git a/iac_modules/terraform/aws/ec2/main.tf b/example/terraform/aws/ec2/main.tf similarity index 100% rename from iac_modules/terraform/aws/ec2/main.tf rename to example/terraform/aws/ec2/main.tf diff --git a/iac_modules/terraform/aws/ec2/outputs.tf b/example/terraform/aws/ec2/outputs.tf similarity index 100% rename from iac_modules/terraform/aws/ec2/outputs.tf rename to example/terraform/aws/ec2/outputs.tf diff --git a/iac_modules/terraform/aws/ec2/provider.tf b/example/terraform/aws/ec2/provider.tf similarity index 100% rename from iac_modules/terraform/aws/ec2/provider.tf rename to example/terraform/aws/ec2/provider.tf diff --git a/iac_modules/terraform/aws/ec2/scripts/init.py b/example/terraform/aws/ec2/scripts/init.py similarity index 100% rename from iac_modules/terraform/aws/ec2/scripts/init.py rename to example/terraform/aws/ec2/scripts/init.py diff --git a/iac_modules/terraform/aws/ec2/scripts/init.sh b/example/terraform/aws/ec2/scripts/init.sh similarity index 100% rename from iac_modules/terraform/aws/ec2/scripts/init.sh rename to example/terraform/aws/ec2/scripts/init.sh diff --git a/iac_modules/terraform/aws/ec2/scripts/output.py b/example/terraform/aws/ec2/scripts/output.py similarity index 100% rename from iac_modules/terraform/aws/ec2/scripts/output.py rename to example/terraform/aws/ec2/scripts/output.py diff --git a/iac_modules/terraform/aws/ec2/scripts/sts.sh b/example/terraform/aws/ec2/scripts/sts.sh similarity index 100% rename from iac_modules/terraform/aws/ec2/scripts/sts.sh rename to example/terraform/aws/ec2/scripts/sts.sh diff --git a/iac_modules/terraform/aws/ec2/scripts/templates/temp-build.env b/example/terraform/aws/ec2/scripts/templates/temp-build.env similarity index 100% rename from iac_modules/terraform/aws/ec2/scripts/templates/temp-build.env rename to example/terraform/aws/ec2/scripts/templates/temp-build.env diff --git a/iac_modules/terraform/aws/ec2/scripts/templates/temp-input-variables b/example/terraform/aws/ec2/scripts/templates/temp-input-variables similarity index 100% rename from iac_modules/terraform/aws/ec2/scripts/templates/temp-input-variables rename to example/terraform/aws/ec2/scripts/templates/temp-input-variables diff --git a/iac_modules/terraform/aws/ec2/scripts/templates/temp-provider.tf b/example/terraform/aws/ec2/scripts/templates/temp-provider.tf similarity index 100% rename from iac_modules/terraform/aws/ec2/scripts/templates/temp-provider.tf rename to example/terraform/aws/ec2/scripts/templates/temp-provider.tf diff --git a/iac_modules/terraform/aws/ec2/variables.tf b/example/terraform/aws/ec2/variables.tf similarity index 100% rename from iac_modules/terraform/aws/ec2/variables.tf rename to example/terraform/aws/ec2/variables.tf diff --git a/iac_modules/terraform/aws/example/README.md b/example/terraform/aws/example/README.md similarity index 100% rename from iac_modules/terraform/aws/example/README.md rename to example/terraform/aws/example/README.md diff --git a/iac_modules/terraform/aws/example/complete/README.md b/example/terraform/aws/example/complete/README.md similarity index 100% rename from iac_modules/terraform/aws/example/complete/README.md rename to example/terraform/aws/example/complete/README.md diff --git a/iac_modules/terraform/aws/example/complete/main.tf b/example/terraform/aws/example/complete/main.tf similarity index 100% rename from iac_modules/terraform/aws/example/complete/main.tf rename to example/terraform/aws/example/complete/main.tf diff --git a/iac_modules/terraform/aws/example/complete/outputs.tf b/example/terraform/aws/example/complete/outputs.tf similarity index 100% rename from iac_modules/terraform/aws/example/complete/outputs.tf rename to example/terraform/aws/example/complete/outputs.tf diff --git a/iac_modules/terraform/aws/example/complete/variables.tf b/example/terraform/aws/example/complete/variables.tf similarity index 100% rename from iac_modules/terraform/aws/example/complete/variables.tf rename to example/terraform/aws/example/complete/variables.tf diff --git a/iac_modules/terraform/aws/example/complete/versions.tf b/example/terraform/aws/example/complete/versions.tf similarity index 100% rename from iac_modules/terraform/aws/example/complete/versions.tf rename to example/terraform/aws/example/complete/versions.tf diff --git a/iac_modules/terraform/aws/example/template/.gitignore b/example/terraform/aws/example/template/.gitignore similarity index 100% rename from iac_modules/terraform/aws/example/template/.gitignore rename to example/terraform/aws/example/template/.gitignore diff --git a/iac_modules/terraform/aws/example/template/Makefile b/example/terraform/aws/example/template/Makefile similarity index 100% rename from iac_modules/terraform/aws/example/template/Makefile rename to example/terraform/aws/example/template/Makefile diff --git a/iac_modules/terraform/aws/example/template/README.md b/example/terraform/aws/example/template/README.md similarity index 100% rename from iac_modules/terraform/aws/example/template/README.md rename to example/terraform/aws/example/template/README.md diff --git a/iac_modules/terraform/aws/example/template/input-variables.yaml b/example/terraform/aws/example/template/input-variables.yaml similarity index 100% rename from iac_modules/terraform/aws/example/template/input-variables.yaml rename to example/terraform/aws/example/template/input-variables.yaml diff --git a/iac_modules/terraform/aws/example/template/scripts/init.py b/example/terraform/aws/example/template/scripts/init.py similarity index 100% rename from iac_modules/terraform/aws/example/template/scripts/init.py rename to example/terraform/aws/example/template/scripts/init.py diff --git a/iac_modules/terraform/aws/example/template/scripts/init.sh b/example/terraform/aws/example/template/scripts/init.sh similarity index 100% rename from iac_modules/terraform/aws/example/template/scripts/init.sh rename to example/terraform/aws/example/template/scripts/init.sh diff --git a/iac_modules/terraform/aws/example/template/scripts/output.py b/example/terraform/aws/example/template/scripts/output.py similarity index 100% rename from iac_modules/terraform/aws/example/template/scripts/output.py rename to example/terraform/aws/example/template/scripts/output.py diff --git a/iac_modules/terraform/aws/example/template/scripts/sts.sh b/example/terraform/aws/example/template/scripts/sts.sh similarity index 100% rename from iac_modules/terraform/aws/example/template/scripts/sts.sh rename to example/terraform/aws/example/template/scripts/sts.sh diff --git a/iac_modules/terraform/aws/example/template/scripts/templates/temp-build.env b/example/terraform/aws/example/template/scripts/templates/temp-build.env similarity index 100% rename from iac_modules/terraform/aws/example/template/scripts/templates/temp-build.env rename to example/terraform/aws/example/template/scripts/templates/temp-build.env diff --git a/iac_modules/terraform/aws/example/template/scripts/templates/temp-input-variables b/example/terraform/aws/example/template/scripts/templates/temp-input-variables similarity index 100% rename from iac_modules/terraform/aws/example/template/scripts/templates/temp-input-variables rename to example/terraform/aws/example/template/scripts/templates/temp-input-variables diff --git a/iac_modules/terraform/aws/example/template/scripts/templates/temp-provider.tf b/example/terraform/aws/example/template/scripts/templates/temp-provider.tf similarity index 100% rename from iac_modules/terraform/aws/example/template/scripts/templates/temp-provider.tf rename to example/terraform/aws/example/template/scripts/templates/temp-provider.tf diff --git a/iac_modules/terraform/aws/key_pair/.editorconfig b/example/terraform/aws/key_pair/.editorconfig similarity index 100% rename from iac_modules/terraform/aws/key_pair/.editorconfig rename to example/terraform/aws/key_pair/.editorconfig diff --git a/iac_modules/terraform/aws/key_pair/.gitignore b/example/terraform/aws/key_pair/.gitignore similarity index 100% rename from iac_modules/terraform/aws/key_pair/.gitignore rename to example/terraform/aws/key_pair/.gitignore diff --git a/iac_modules/terraform/aws/key_pair/Makefile b/example/terraform/aws/key_pair/Makefile similarity index 100% rename from iac_modules/terraform/aws/key_pair/Makefile rename to example/terraform/aws/key_pair/Makefile diff --git a/iac_modules/terraform/aws/key_pair/README.md b/example/terraform/aws/key_pair/README.md similarity index 100% rename from iac_modules/terraform/aws/key_pair/README.md rename to example/terraform/aws/key_pair/README.md diff --git a/iac_modules/terraform/aws/key_pair/input-variables.yaml b/example/terraform/aws/key_pair/input-variables.yaml similarity index 100% rename from iac_modules/terraform/aws/key_pair/input-variables.yaml rename to example/terraform/aws/key_pair/input-variables.yaml diff --git a/iac_modules/terraform/aws/key_pair/main.tf b/example/terraform/aws/key_pair/main.tf similarity index 100% rename from iac_modules/terraform/aws/key_pair/main.tf rename to example/terraform/aws/key_pair/main.tf diff --git a/iac_modules/terraform/aws/key_pair/outputs.tf b/example/terraform/aws/key_pair/outputs.tf similarity index 100% rename from iac_modules/terraform/aws/key_pair/outputs.tf rename to example/terraform/aws/key_pair/outputs.tf diff --git a/iac_modules/terraform/aws/key_pair/scripts/init.py b/example/terraform/aws/key_pair/scripts/init.py similarity index 100% rename from iac_modules/terraform/aws/key_pair/scripts/init.py rename to example/terraform/aws/key_pair/scripts/init.py diff --git a/iac_modules/terraform/aws/key_pair/scripts/init.sh b/example/terraform/aws/key_pair/scripts/init.sh similarity index 100% rename from iac_modules/terraform/aws/key_pair/scripts/init.sh rename to example/terraform/aws/key_pair/scripts/init.sh diff --git a/iac_modules/terraform/aws/key_pair/scripts/output.py b/example/terraform/aws/key_pair/scripts/output.py similarity index 100% rename from iac_modules/terraform/aws/key_pair/scripts/output.py rename to example/terraform/aws/key_pair/scripts/output.py diff --git a/iac_modules/terraform/aws/key_pair/scripts/sts.sh b/example/terraform/aws/key_pair/scripts/sts.sh similarity index 100% rename from iac_modules/terraform/aws/key_pair/scripts/sts.sh rename to example/terraform/aws/key_pair/scripts/sts.sh diff --git a/iac_modules/terraform/aws/key_pair/scripts/templates/temp-build.env b/example/terraform/aws/key_pair/scripts/templates/temp-build.env similarity index 100% rename from iac_modules/terraform/aws/key_pair/scripts/templates/temp-build.env rename to example/terraform/aws/key_pair/scripts/templates/temp-build.env diff --git a/iac_modules/terraform/aws/key_pair/scripts/templates/temp-input-variables b/example/terraform/aws/key_pair/scripts/templates/temp-input-variables similarity index 100% rename from iac_modules/terraform/aws/key_pair/scripts/templates/temp-input-variables rename to example/terraform/aws/key_pair/scripts/templates/temp-input-variables diff --git a/iac_modules/terraform/aws/key_pair/scripts/templates/temp-provider.tf b/example/terraform/aws/key_pair/scripts/templates/temp-provider.tf similarity index 100% rename from iac_modules/terraform/aws/key_pair/scripts/templates/temp-provider.tf rename to example/terraform/aws/key_pair/scripts/templates/temp-provider.tf diff --git a/iac_modules/terraform/aws/key_pair/variables.tf b/example/terraform/aws/key_pair/variables.tf similarity index 100% rename from iac_modules/terraform/aws/key_pair/variables.tf rename to example/terraform/aws/key_pair/variables.tf diff --git a/iac_modules/terraform/aws/security_group/.gitignore b/example/terraform/aws/security_group/.gitignore similarity index 100% rename from iac_modules/terraform/aws/security_group/.gitignore rename to example/terraform/aws/security_group/.gitignore diff --git a/iac_modules/terraform/aws/security_group/LICENSE b/example/terraform/aws/security_group/LICENSE similarity index 100% rename from iac_modules/terraform/aws/security_group/LICENSE rename to example/terraform/aws/security_group/LICENSE diff --git a/iac_modules/terraform/aws/security_group/Makefile b/example/terraform/aws/security_group/Makefile similarity index 100% rename from iac_modules/terraform/aws/security_group/Makefile rename to example/terraform/aws/security_group/Makefile diff --git a/iac_modules/terraform/aws/security_group/README.md b/example/terraform/aws/security_group/README.md similarity index 100% rename from iac_modules/terraform/aws/security_group/README.md rename to example/terraform/aws/security_group/README.md diff --git a/iac_modules/terraform/aws/security_group/input-variables.yaml b/example/terraform/aws/security_group/input-variables.yaml similarity index 100% rename from iac_modules/terraform/aws/security_group/input-variables.yaml rename to example/terraform/aws/security_group/input-variables.yaml diff --git a/iac_modules/terraform/aws/security_group/main.tf b/example/terraform/aws/security_group/main.tf similarity index 100% rename from iac_modules/terraform/aws/security_group/main.tf rename to example/terraform/aws/security_group/main.tf diff --git a/iac_modules/terraform/aws/security_group/outputs.tf b/example/terraform/aws/security_group/outputs.tf similarity index 100% rename from iac_modules/terraform/aws/security_group/outputs.tf rename to example/terraform/aws/security_group/outputs.tf diff --git a/iac_modules/terraform/aws/security_group/scripts/init.py b/example/terraform/aws/security_group/scripts/init.py similarity index 100% rename from iac_modules/terraform/aws/security_group/scripts/init.py rename to example/terraform/aws/security_group/scripts/init.py diff --git a/iac_modules/terraform/aws/security_group/scripts/init.sh b/example/terraform/aws/security_group/scripts/init.sh similarity index 100% rename from iac_modules/terraform/aws/security_group/scripts/init.sh rename to example/terraform/aws/security_group/scripts/init.sh diff --git a/iac_modules/terraform/aws/security_group/scripts/output.py b/example/terraform/aws/security_group/scripts/output.py similarity index 100% rename from iac_modules/terraform/aws/security_group/scripts/output.py rename to example/terraform/aws/security_group/scripts/output.py diff --git a/iac_modules/terraform/aws/security_group/scripts/sts.sh b/example/terraform/aws/security_group/scripts/sts.sh similarity index 100% rename from iac_modules/terraform/aws/security_group/scripts/sts.sh rename to example/terraform/aws/security_group/scripts/sts.sh diff --git a/iac_modules/terraform/aws/security_group/scripts/templates/temp-build.env b/example/terraform/aws/security_group/scripts/templates/temp-build.env similarity index 100% rename from iac_modules/terraform/aws/security_group/scripts/templates/temp-build.env rename to example/terraform/aws/security_group/scripts/templates/temp-build.env diff --git a/iac_modules/terraform/aws/security_group/scripts/templates/temp-input-variables b/example/terraform/aws/security_group/scripts/templates/temp-input-variables similarity index 100% rename from iac_modules/terraform/aws/security_group/scripts/templates/temp-input-variables rename to example/terraform/aws/security_group/scripts/templates/temp-input-variables diff --git a/iac_modules/terraform/aws/security_group/scripts/templates/temp-provider.tf b/example/terraform/aws/security_group/scripts/templates/temp-provider.tf similarity index 100% rename from iac_modules/terraform/aws/security_group/scripts/templates/temp-provider.tf rename to example/terraform/aws/security_group/scripts/templates/temp-provider.tf diff --git a/iac_modules/terraform/aws/security_group/variables.tf b/example/terraform/aws/security_group/variables.tf similarity index 100% rename from iac_modules/terraform/aws/security_group/variables.tf rename to example/terraform/aws/security_group/variables.tf diff --git a/iac_modules/terraform/aws/vpc/.gitignore b/example/terraform/aws/vpc/.gitignore similarity index 100% rename from iac_modules/terraform/aws/vpc/.gitignore rename to example/terraform/aws/vpc/.gitignore diff --git a/iac_modules/terraform/aws/vpc/.gitlab-ci.yml b/example/terraform/aws/vpc/.gitlab-ci.yml similarity index 100% rename from iac_modules/terraform/aws/vpc/.gitlab-ci.yml rename to example/terraform/aws/vpc/.gitlab-ci.yml diff --git a/iac_modules/terraform/aws/vpc/Dockerfile b/example/terraform/aws/vpc/Dockerfile similarity index 100% rename from iac_modules/terraform/aws/vpc/Dockerfile rename to example/terraform/aws/vpc/Dockerfile diff --git a/iac_modules/terraform/aws/vpc/LICENSE b/example/terraform/aws/vpc/LICENSE similarity index 100% rename from iac_modules/terraform/aws/vpc/LICENSE rename to example/terraform/aws/vpc/LICENSE diff --git a/iac_modules/terraform/aws/vpc/Makefile b/example/terraform/aws/vpc/Makefile similarity index 100% rename from iac_modules/terraform/aws/vpc/Makefile rename to example/terraform/aws/vpc/Makefile diff --git a/iac_modules/terraform/aws/vpc/README.md b/example/terraform/aws/vpc/README.md similarity index 100% rename from iac_modules/terraform/aws/vpc/README.md rename to example/terraform/aws/vpc/README.md diff --git a/iac_modules/terraform/aws/vpc/input-variables.yaml b/example/terraform/aws/vpc/input-variables.yaml similarity index 100% rename from iac_modules/terraform/aws/vpc/input-variables.yaml rename to example/terraform/aws/vpc/input-variables.yaml diff --git a/iac_modules/terraform/aws/vpc/main.tf b/example/terraform/aws/vpc/main.tf similarity index 100% rename from iac_modules/terraform/aws/vpc/main.tf rename to example/terraform/aws/vpc/main.tf diff --git a/iac_modules/terraform/aws/vpc/outputs.tf b/example/terraform/aws/vpc/outputs.tf similarity index 100% rename from iac_modules/terraform/aws/vpc/outputs.tf rename to example/terraform/aws/vpc/outputs.tf diff --git a/iac_modules/terraform/aws/vpc/scripts/init.py b/example/terraform/aws/vpc/scripts/init.py similarity index 100% rename from iac_modules/terraform/aws/vpc/scripts/init.py rename to example/terraform/aws/vpc/scripts/init.py diff --git a/iac_modules/terraform/aws/vpc/scripts/init.sh b/example/terraform/aws/vpc/scripts/init.sh similarity index 100% rename from iac_modules/terraform/aws/vpc/scripts/init.sh rename to example/terraform/aws/vpc/scripts/init.sh diff --git a/iac_modules/terraform/aws/vpc/scripts/output.py b/example/terraform/aws/vpc/scripts/output.py similarity index 100% rename from iac_modules/terraform/aws/vpc/scripts/output.py rename to example/terraform/aws/vpc/scripts/output.py diff --git a/iac_modules/terraform/aws/vpc/scripts/sts.sh b/example/terraform/aws/vpc/scripts/sts.sh similarity index 100% rename from iac_modules/terraform/aws/vpc/scripts/sts.sh rename to example/terraform/aws/vpc/scripts/sts.sh diff --git a/iac_modules/terraform/aws/vpc/scripts/templates/temp-build.env b/example/terraform/aws/vpc/scripts/templates/temp-build.env similarity index 100% rename from iac_modules/terraform/aws/vpc/scripts/templates/temp-build.env rename to example/terraform/aws/vpc/scripts/templates/temp-build.env diff --git a/iac_modules/terraform/aws/vpc/scripts/templates/temp-input-variables b/example/terraform/aws/vpc/scripts/templates/temp-input-variables similarity index 100% rename from iac_modules/terraform/aws/vpc/scripts/templates/temp-input-variables rename to example/terraform/aws/vpc/scripts/templates/temp-input-variables diff --git a/iac_modules/terraform/aws/vpc/scripts/templates/temp-provider.tf b/example/terraform/aws/vpc/scripts/templates/temp-provider.tf similarity index 100% rename from iac_modules/terraform/aws/vpc/scripts/templates/temp-provider.tf rename to example/terraform/aws/vpc/scripts/templates/temp-provider.tf diff --git a/iac_modules/terraform/aws/vpc/variables.tf b/example/terraform/aws/vpc/variables.tf similarity index 100% rename from iac_modules/terraform/aws/vpc/variables.tf rename to example/terraform/aws/vpc/variables.tf diff --git a/iac_modules/terraform/azure/example/README.md b/example/terraform/azure/example/README.md similarity index 100% rename from iac_modules/terraform/azure/example/README.md rename to example/terraform/azure/example/README.md diff --git a/iac_modules/terraform/azure/example/complete/README.md b/example/terraform/azure/example/complete/README.md similarity index 100% rename from iac_modules/terraform/azure/example/complete/README.md rename to example/terraform/azure/example/complete/README.md diff --git a/iac_modules/terraform/azure/example/complete/main.tf b/example/terraform/azure/example/complete/main.tf similarity index 100% rename from iac_modules/terraform/azure/example/complete/main.tf rename to example/terraform/azure/example/complete/main.tf diff --git a/iac_modules/terraform/azure/example/complete/outputs.tf b/example/terraform/azure/example/complete/outputs.tf similarity index 100% rename from iac_modules/terraform/azure/example/complete/outputs.tf rename to example/terraform/azure/example/complete/outputs.tf diff --git a/iac_modules/terraform/azure/example/complete/variables.tf b/example/terraform/azure/example/complete/variables.tf similarity index 100% rename from iac_modules/terraform/azure/example/complete/variables.tf rename to example/terraform/azure/example/complete/variables.tf diff --git a/iac_modules/terraform/azure/example/complete/versions.tf b/example/terraform/azure/example/complete/versions.tf similarity index 100% rename from iac_modules/terraform/azure/example/complete/versions.tf rename to example/terraform/azure/example/complete/versions.tf diff --git a/iac_modules/terraform/gcp/envs/multi-cluster-config.yaml b/example/terraform/gcp/envs/multi-cluster-config.yaml similarity index 100% rename from iac_modules/terraform/gcp/envs/multi-cluster-config.yaml rename to example/terraform/gcp/envs/multi-cluster-config.yaml diff --git a/iac_modules/terraform/gcp/envs/signal-cluster-config-argo-server.yaml b/example/terraform/gcp/envs/signal-cluster-config-argo-server.yaml similarity index 100% rename from iac_modules/terraform/gcp/envs/signal-cluster-config-argo-server.yaml rename to example/terraform/gcp/envs/signal-cluster-config-argo-server.yaml diff --git a/iac_modules/terraform/gcp/envs/signal-cluster-config-chaosmesh-server.yaml b/example/terraform/gcp/envs/signal-cluster-config-chaosmesh-server.yaml similarity index 100% rename from iac_modules/terraform/gcp/envs/signal-cluster-config-chaosmesh-server.yaml rename to example/terraform/gcp/envs/signal-cluster-config-chaosmesh-server.yaml diff --git a/iac_modules/terraform/gcp/envs/signal-cluster-config-jenkins-server.yaml b/example/terraform/gcp/envs/signal-cluster-config-jenkins-server.yaml similarity index 100% rename from iac_modules/terraform/gcp/envs/signal-cluster-config-jenkins-server.yaml rename to example/terraform/gcp/envs/signal-cluster-config-jenkins-server.yaml diff --git a/iac_modules/terraform/gcp/envs/signal-cluster-config.yaml b/example/terraform/gcp/envs/signal-cluster-config.yaml similarity index 100% rename from iac_modules/terraform/gcp/envs/signal-cluster-config.yaml rename to example/terraform/gcp/envs/signal-cluster-config.yaml diff --git a/iac_modules/terraform/gcp/firewall/Makefile b/example/terraform/gcp/firewall/Makefile similarity index 100% rename from iac_modules/terraform/gcp/firewall/Makefile rename to example/terraform/gcp/firewall/Makefile diff --git a/iac_modules/terraform/gcp/firewall/provider.tf b/example/terraform/gcp/firewall/provider.tf similarity index 100% rename from iac_modules/terraform/gcp/firewall/provider.tf rename to example/terraform/gcp/firewall/provider.tf diff --git a/iac_modules/terraform/gcp/firewall/scripts/init.py b/example/terraform/gcp/firewall/scripts/init.py similarity index 100% rename from iac_modules/terraform/gcp/firewall/scripts/init.py rename to example/terraform/gcp/firewall/scripts/init.py diff --git a/iac_modules/terraform/gcp/firewall/scripts/run_terraform.sh b/example/terraform/gcp/firewall/scripts/run_terraform.sh similarity index 100% rename from iac_modules/terraform/gcp/firewall/scripts/run_terraform.sh rename to example/terraform/gcp/firewall/scripts/run_terraform.sh diff --git a/iac_modules/terraform/gcp/firewall/scripts/templates/main.tf b/example/terraform/gcp/firewall/scripts/templates/main.tf similarity index 100% rename from iac_modules/terraform/gcp/firewall/scripts/templates/main.tf rename to example/terraform/gcp/firewall/scripts/templates/main.tf diff --git a/iac_modules/terraform/gcp/firewall/scripts/templates/variables.tf b/example/terraform/gcp/firewall/scripts/templates/variables.tf similarity index 100% rename from iac_modules/terraform/gcp/firewall/scripts/templates/variables.tf rename to example/terraform/gcp/firewall/scripts/templates/variables.tf diff --git a/iac_modules/terraform/gcp/gcs/Dockerfile b/example/terraform/gcp/gcs/Dockerfile similarity index 100% rename from iac_modules/terraform/gcp/gcs/Dockerfile rename to example/terraform/gcp/gcs/Dockerfile diff --git a/iac_modules/terraform/gcp/gcs/LICENSE b/example/terraform/gcp/gcs/LICENSE similarity index 100% rename from iac_modules/terraform/gcp/gcs/LICENSE rename to example/terraform/gcp/gcs/LICENSE diff --git a/iac_modules/terraform/gcp/gcs/main.tf b/example/terraform/gcp/gcs/main.tf similarity index 100% rename from iac_modules/terraform/gcp/gcs/main.tf rename to example/terraform/gcp/gcs/main.tf diff --git a/iac_modules/terraform/gcp/gcs/outputs.tf b/example/terraform/gcp/gcs/outputs.tf similarity index 100% rename from iac_modules/terraform/gcp/gcs/outputs.tf rename to example/terraform/gcp/gcs/outputs.tf diff --git a/iac_modules/terraform/gcp/gcs/provider.tf b/example/terraform/gcp/gcs/provider.tf similarity index 100% rename from iac_modules/terraform/gcp/gcs/provider.tf rename to example/terraform/gcp/gcs/provider.tf diff --git a/iac_modules/terraform/gcp/gcs/run_terraform.sh b/example/terraform/gcp/gcs/run_terraform.sh similarity index 100% rename from iac_modules/terraform/gcp/gcs/run_terraform.sh rename to example/terraform/gcp/gcs/run_terraform.sh diff --git a/iac_modules/terraform/gcp/gcs/scripts/init.py b/example/terraform/gcp/gcs/scripts/init.py similarity index 100% rename from iac_modules/terraform/gcp/gcs/scripts/init.py rename to example/terraform/gcp/gcs/scripts/init.py diff --git a/iac_modules/terraform/gcp/gcs/scripts/run_terraform.sh b/example/terraform/gcp/gcs/scripts/run_terraform.sh similarity index 100% rename from iac_modules/terraform/gcp/gcs/scripts/run_terraform.sh rename to example/terraform/gcp/gcs/scripts/run_terraform.sh diff --git a/iac_modules/terraform/gcp/gcs/scripts/templates/variables.tf b/example/terraform/gcp/gcs/scripts/templates/variables.tf similarity index 100% rename from iac_modules/terraform/gcp/gcs/scripts/templates/variables.tf rename to example/terraform/gcp/gcs/scripts/templates/variables.tf diff --git a/iac_modules/terraform/gcp/key_pair/main.tf b/example/terraform/gcp/key_pair/main.tf similarity index 100% rename from iac_modules/terraform/gcp/key_pair/main.tf rename to example/terraform/gcp/key_pair/main.tf diff --git a/iac_modules/terraform/gcp/key_pair/provider.tf b/example/terraform/gcp/key_pair/provider.tf similarity index 100% rename from iac_modules/terraform/gcp/key_pair/provider.tf rename to example/terraform/gcp/key_pair/provider.tf diff --git a/iac_modules/terraform/gcp/key_pair/scripts/check_ssh_metadata.sh b/example/terraform/gcp/key_pair/scripts/check_ssh_metadata.sh similarity index 100% rename from iac_modules/terraform/gcp/key_pair/scripts/check_ssh_metadata.sh rename to example/terraform/gcp/key_pair/scripts/check_ssh_metadata.sh diff --git a/iac_modules/terraform/gcp/key_pair/scripts/init.py b/example/terraform/gcp/key_pair/scripts/init.py similarity index 100% rename from iac_modules/terraform/gcp/key_pair/scripts/init.py rename to example/terraform/gcp/key_pair/scripts/init.py diff --git a/iac_modules/terraform/gcp/key_pair/scripts/run_terraform.sh b/example/terraform/gcp/key_pair/scripts/run_terraform.sh similarity index 100% rename from iac_modules/terraform/gcp/key_pair/scripts/run_terraform.sh rename to example/terraform/gcp/key_pair/scripts/run_terraform.sh diff --git a/iac_modules/terraform/gcp/key_pair/scripts/templates/variables.tf b/example/terraform/gcp/key_pair/scripts/templates/variables.tf similarity index 100% rename from iac_modules/terraform/gcp/key_pair/scripts/templates/variables.tf rename to example/terraform/gcp/key_pair/scripts/templates/variables.tf diff --git a/iac_modules/terraform/gcp/network/internet_route_gateway.tf b/example/terraform/gcp/network/internet_route_gateway.tf similarity index 100% rename from iac_modules/terraform/gcp/network/internet_route_gateway.tf rename to example/terraform/gcp/network/internet_route_gateway.tf diff --git a/iac_modules/terraform/gcp/network/main.tf b/example/terraform/gcp/network/main.tf similarity index 100% rename from iac_modules/terraform/gcp/network/main.tf rename to example/terraform/gcp/network/main.tf diff --git a/iac_modules/terraform/gcp/network/nat_route_gateway.tf b/example/terraform/gcp/network/nat_route_gateway.tf similarity index 100% rename from iac_modules/terraform/gcp/network/nat_route_gateway.tf rename to example/terraform/gcp/network/nat_route_gateway.tf diff --git a/iac_modules/terraform/gcp/network/outputs.tf b/example/terraform/gcp/network/outputs.tf similarity index 100% rename from iac_modules/terraform/gcp/network/outputs.tf rename to example/terraform/gcp/network/outputs.tf diff --git a/iac_modules/terraform/gcp/network/provider.tf b/example/terraform/gcp/network/provider.tf similarity index 100% rename from iac_modules/terraform/gcp/network/provider.tf rename to example/terraform/gcp/network/provider.tf diff --git a/iac_modules/terraform/gcp/network/route_table.tf b/example/terraform/gcp/network/route_table.tf similarity index 100% rename from iac_modules/terraform/gcp/network/route_table.tf rename to example/terraform/gcp/network/route_table.tf diff --git a/iac_modules/terraform/gcp/network/scripts/init.py b/example/terraform/gcp/network/scripts/init.py similarity index 100% rename from iac_modules/terraform/gcp/network/scripts/init.py rename to example/terraform/gcp/network/scripts/init.py diff --git a/iac_modules/terraform/gcp/network/scripts/run_terraform.sh b/example/terraform/gcp/network/scripts/run_terraform.sh similarity index 100% rename from iac_modules/terraform/gcp/network/scripts/run_terraform.sh rename to example/terraform/gcp/network/scripts/run_terraform.sh diff --git a/iac_modules/terraform/gcp/network/scripts/templates/variables.tf b/example/terraform/gcp/network/scripts/templates/variables.tf similarity index 100% rename from iac_modules/terraform/gcp/network/scripts/templates/variables.tf rename to example/terraform/gcp/network/scripts/templates/variables.tf diff --git a/iac_modules/terraform/gcp/vhost/provider.tf b/example/terraform/gcp/vhost/provider.tf similarity index 100% rename from iac_modules/terraform/gcp/vhost/provider.tf rename to example/terraform/gcp/vhost/provider.tf diff --git a/iac_modules/terraform/gcp/vhost/scripts/init.py b/example/terraform/gcp/vhost/scripts/init.py similarity index 100% rename from iac_modules/terraform/gcp/vhost/scripts/init.py rename to example/terraform/gcp/vhost/scripts/init.py diff --git a/iac_modules/terraform/gcp/vhost/scripts/output.sh b/example/terraform/gcp/vhost/scripts/output.sh similarity index 100% rename from iac_modules/terraform/gcp/vhost/scripts/output.sh rename to example/terraform/gcp/vhost/scripts/output.sh diff --git a/iac_modules/terraform/gcp/vhost/scripts/run_terraform.sh b/example/terraform/gcp/vhost/scripts/run_terraform.sh similarity index 100% rename from iac_modules/terraform/gcp/vhost/scripts/run_terraform.sh rename to example/terraform/gcp/vhost/scripts/run_terraform.sh diff --git a/iac_modules/terraform/gcp/vhost/scripts/templates/main.tf b/example/terraform/gcp/vhost/scripts/templates/main.tf similarity index 100% rename from iac_modules/terraform/gcp/vhost/scripts/templates/main.tf rename to example/terraform/gcp/vhost/scripts/templates/main.tf diff --git a/iac_modules/terraform/gcp/vhost/scripts/templates/variables.tf b/example/terraform/gcp/vhost/scripts/templates/variables.tf similarity index 100% rename from iac_modules/terraform/gcp/vhost/scripts/templates/variables.tf rename to example/terraform/gcp/vhost/scripts/templates/variables.tf diff --git a/iac-template/terraform-hcl-standard/Makefile b/terraform-hcl-standard/Makefile similarity index 100% rename from iac-template/terraform-hcl-standard/Makefile rename to terraform-hcl-standard/Makefile diff --git a/iac-template/terraform-hcl-standard/ali-cloud/README.md b/terraform-hcl-standard/ali-cloud/README.md similarity index 100% rename from iac-template/terraform-hcl-standard/ali-cloud/README.md rename to terraform-hcl-standard/ali-cloud/README.md diff --git a/iac-template/terraform-hcl-standard/ali-cloud/bootstrap/identity/main.tf b/terraform-hcl-standard/ali-cloud/bootstrap/identity/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/ali-cloud/bootstrap/identity/main.tf rename to terraform-hcl-standard/ali-cloud/bootstrap/identity/main.tf diff --git a/iac-template/terraform-hcl-standard/ali-cloud/bootstrap/identity/variables.tf b/terraform-hcl-standard/ali-cloud/bootstrap/identity/variables.tf similarity index 100% rename from iac-template/terraform-hcl-standard/ali-cloud/bootstrap/identity/variables.tf rename to terraform-hcl-standard/ali-cloud/bootstrap/identity/variables.tf diff --git a/iac-template/terraform-hcl-standard/ali-cloud/bootstrap/lock/main.tf b/terraform-hcl-standard/ali-cloud/bootstrap/lock/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/ali-cloud/bootstrap/lock/main.tf rename to terraform-hcl-standard/ali-cloud/bootstrap/lock/main.tf diff --git a/iac-template/terraform-hcl-standard/ali-cloud/bootstrap/lock/variables.tf b/terraform-hcl-standard/ali-cloud/bootstrap/lock/variables.tf similarity index 100% rename from iac-template/terraform-hcl-standard/ali-cloud/bootstrap/lock/variables.tf rename to terraform-hcl-standard/ali-cloud/bootstrap/lock/variables.tf diff --git a/iac-template/terraform-hcl-standard/ali-cloud/bootstrap/state/main.tf b/terraform-hcl-standard/ali-cloud/bootstrap/state/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/ali-cloud/bootstrap/state/main.tf rename to terraform-hcl-standard/ali-cloud/bootstrap/state/main.tf diff --git a/iac-template/terraform-hcl-standard/ali-cloud/bootstrap/state/variables.tf b/terraform-hcl-standard/ali-cloud/bootstrap/state/variables.tf similarity index 100% rename from iac-template/terraform-hcl-standard/ali-cloud/bootstrap/state/variables.tf rename to terraform-hcl-standard/ali-cloud/bootstrap/state/variables.tf diff --git a/iac-template/terraform-hcl-standard/ali-cloud/config/accounts/.gitkeep b/terraform-hcl-standard/ali-cloud/config/accounts/.gitkeep similarity index 100% rename from iac-template/terraform-hcl-standard/ali-cloud/config/accounts/.gitkeep rename to terraform-hcl-standard/ali-cloud/config/accounts/.gitkeep diff --git a/iac-template/terraform-hcl-standard/ali-cloud/config/resources/.gitkeep b/terraform-hcl-standard/ali-cloud/config/resources/.gitkeep similarity index 100% rename from iac-template/terraform-hcl-standard/ali-cloud/config/resources/.gitkeep rename to terraform-hcl-standard/ali-cloud/config/resources/.gitkeep diff --git a/iac-template/terraform-hcl-standard/ali-cloud/envs/dev/main.tf b/terraform-hcl-standard/ali-cloud/envs/dev/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/ali-cloud/envs/dev/main.tf rename to terraform-hcl-standard/ali-cloud/envs/dev/main.tf diff --git a/iac-template/terraform-hcl-standard/ali-cloud/envs/dev/variables.tf b/terraform-hcl-standard/ali-cloud/envs/dev/variables.tf similarity index 100% rename from iac-template/terraform-hcl-standard/ali-cloud/envs/dev/variables.tf rename to terraform-hcl-standard/ali-cloud/envs/dev/variables.tf diff --git a/iac-template/terraform-hcl-standard/ali-cloud/modules/alb/main.tf b/terraform-hcl-standard/ali-cloud/modules/alb/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/ali-cloud/modules/alb/main.tf rename to terraform-hcl-standard/ali-cloud/modules/alb/main.tf diff --git a/iac-template/terraform-hcl-standard/ali-cloud/modules/alb/variables.tf b/terraform-hcl-standard/ali-cloud/modules/alb/variables.tf similarity index 100% rename from iac-template/terraform-hcl-standard/ali-cloud/modules/alb/variables.tf rename to terraform-hcl-standard/ali-cloud/modules/alb/variables.tf diff --git a/iac-template/terraform-hcl-standard/ali-cloud/modules/ecs/main.tf b/terraform-hcl-standard/ali-cloud/modules/ecs/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/ali-cloud/modules/ecs/main.tf rename to terraform-hcl-standard/ali-cloud/modules/ecs/main.tf diff --git a/iac-template/terraform-hcl-standard/ali-cloud/modules/ecs/variables.tf b/terraform-hcl-standard/ali-cloud/modules/ecs/variables.tf similarity index 100% rename from iac-template/terraform-hcl-standard/ali-cloud/modules/ecs/variables.tf rename to terraform-hcl-standard/ali-cloud/modules/ecs/variables.tf diff --git a/iac-template/terraform-hcl-standard/ali-cloud/modules/nlb/main.tf b/terraform-hcl-standard/ali-cloud/modules/nlb/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/ali-cloud/modules/nlb/main.tf rename to terraform-hcl-standard/ali-cloud/modules/nlb/main.tf diff --git a/iac-template/terraform-hcl-standard/ali-cloud/modules/nlb/variables.tf b/terraform-hcl-standard/ali-cloud/modules/nlb/variables.tf similarity index 100% rename from iac-template/terraform-hcl-standard/ali-cloud/modules/nlb/variables.tf rename to terraform-hcl-standard/ali-cloud/modules/nlb/variables.tf diff --git a/iac-template/terraform-hcl-standard/ali-cloud/modules/oss/main.tf b/terraform-hcl-standard/ali-cloud/modules/oss/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/ali-cloud/modules/oss/main.tf rename to terraform-hcl-standard/ali-cloud/modules/oss/main.tf diff --git a/iac-template/terraform-hcl-standard/ali-cloud/modules/oss/variables.tf b/terraform-hcl-standard/ali-cloud/modules/oss/variables.tf similarity index 100% rename from iac-template/terraform-hcl-standard/ali-cloud/modules/oss/variables.tf rename to terraform-hcl-standard/ali-cloud/modules/oss/variables.tf diff --git a/iac-template/terraform-hcl-standard/ali-cloud/modules/ram/main.tf b/terraform-hcl-standard/ali-cloud/modules/ram/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/ali-cloud/modules/ram/main.tf rename to terraform-hcl-standard/ali-cloud/modules/ram/main.tf diff --git a/iac-template/terraform-hcl-standard/ali-cloud/modules/ram/variables.tf b/terraform-hcl-standard/ali-cloud/modules/ram/variables.tf similarity index 100% rename from iac-template/terraform-hcl-standard/ali-cloud/modules/ram/variables.tf rename to terraform-hcl-standard/ali-cloud/modules/ram/variables.tf diff --git a/iac-template/terraform-hcl-standard/ali-cloud/modules/rds/main.tf b/terraform-hcl-standard/ali-cloud/modules/rds/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/ali-cloud/modules/rds/main.tf rename to terraform-hcl-standard/ali-cloud/modules/rds/main.tf diff --git a/iac-template/terraform-hcl-standard/ali-cloud/modules/rds/variables.tf b/terraform-hcl-standard/ali-cloud/modules/rds/variables.tf similarity index 100% rename from iac-template/terraform-hcl-standard/ali-cloud/modules/rds/variables.tf rename to terraform-hcl-standard/ali-cloud/modules/rds/variables.tf diff --git a/iac-template/terraform-hcl-standard/ali-cloud/modules/redis/main.tf b/terraform-hcl-standard/ali-cloud/modules/redis/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/ali-cloud/modules/redis/main.tf rename to terraform-hcl-standard/ali-cloud/modules/redis/main.tf diff --git a/iac-template/terraform-hcl-standard/ali-cloud/modules/redis/variables.tf b/terraform-hcl-standard/ali-cloud/modules/redis/variables.tf similarity index 100% rename from iac-template/terraform-hcl-standard/ali-cloud/modules/redis/variables.tf rename to terraform-hcl-standard/ali-cloud/modules/redis/variables.tf diff --git a/iac-template/terraform-hcl-standard/ali-cloud/modules/vpc/main.tf b/terraform-hcl-standard/ali-cloud/modules/vpc/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/ali-cloud/modules/vpc/main.tf rename to terraform-hcl-standard/ali-cloud/modules/vpc/main.tf diff --git a/iac-template/terraform-hcl-standard/ali-cloud/modules/vpc/variables.tf b/terraform-hcl-standard/ali-cloud/modules/vpc/variables.tf similarity index 100% rename from iac-template/terraform-hcl-standard/ali-cloud/modules/vpc/variables.tf rename to terraform-hcl-standard/ali-cloud/modules/vpc/variables.tf diff --git a/iac-template/terraform-hcl-standard/ali-cloud/templates/backend.tf b/terraform-hcl-standard/ali-cloud/templates/backend.tf similarity index 100% rename from iac-template/terraform-hcl-standard/ali-cloud/templates/backend.tf rename to terraform-hcl-standard/ali-cloud/templates/backend.tf diff --git a/iac-template/terraform-hcl-standard/ali-cloud/templates/provider.tf b/terraform-hcl-standard/ali-cloud/templates/provider.tf similarity index 100% rename from iac-template/terraform-hcl-standard/ali-cloud/templates/provider.tf rename to terraform-hcl-standard/ali-cloud/templates/provider.tf diff --git a/iac-template/terraform-hcl-standard/ali-cloud/templates/variables.tf b/terraform-hcl-standard/ali-cloud/templates/variables.tf similarity index 100% rename from iac-template/terraform-hcl-standard/ali-cloud/templates/variables.tf rename to terraform-hcl-standard/ali-cloud/templates/variables.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/README.md b/terraform-hcl-standard/aws-cloud/README.md similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/README.md rename to terraform-hcl-standard/aws-cloud/README.md diff --git a/iac-template/terraform-hcl-standard/aws-cloud/bootstrap/README.md b/terraform-hcl-standard/aws-cloud/bootstrap/README.md similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/bootstrap/README.md rename to terraform-hcl-standard/aws-cloud/bootstrap/README.md diff --git a/iac-template/terraform-hcl-standard/aws-cloud/bootstrap/identity/.gitignore b/terraform-hcl-standard/aws-cloud/bootstrap/identity/.gitignore similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/bootstrap/identity/.gitignore rename to terraform-hcl-standard/aws-cloud/bootstrap/identity/.gitignore diff --git a/iac-template/terraform-hcl-standard/aws-cloud/bootstrap/identity/Makefile b/terraform-hcl-standard/aws-cloud/bootstrap/identity/Makefile similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/bootstrap/identity/Makefile rename to terraform-hcl-standard/aws-cloud/bootstrap/identity/Makefile diff --git a/iac-template/terraform-hcl-standard/aws-cloud/bootstrap/identity/README.md b/terraform-hcl-standard/aws-cloud/bootstrap/identity/README.md similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/bootstrap/identity/README.md rename to terraform-hcl-standard/aws-cloud/bootstrap/identity/README.md diff --git a/iac-template/terraform-hcl-standard/aws-cloud/bootstrap/identity/locals.tf b/terraform-hcl-standard/aws-cloud/bootstrap/identity/locals.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/bootstrap/identity/locals.tf rename to terraform-hcl-standard/aws-cloud/bootstrap/identity/locals.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/bootstrap/identity/main.tf b/terraform-hcl-standard/aws-cloud/bootstrap/identity/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/bootstrap/identity/main.tf rename to terraform-hcl-standard/aws-cloud/bootstrap/identity/main.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/bootstrap/identity/outputs.tf b/terraform-hcl-standard/aws-cloud/bootstrap/identity/outputs.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/bootstrap/identity/outputs.tf rename to terraform-hcl-standard/aws-cloud/bootstrap/identity/outputs.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/bootstrap/identity/policies/github-actions-deploy-assume-role.json b/terraform-hcl-standard/aws-cloud/bootstrap/identity/policies/github-actions-deploy-assume-role.json similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/bootstrap/identity/policies/github-actions-deploy-assume-role.json rename to terraform-hcl-standard/aws-cloud/bootstrap/identity/policies/github-actions-deploy-assume-role.json diff --git a/iac-template/terraform-hcl-standard/aws-cloud/bootstrap/identity/policies/terraform-deploy-assume-role.json b/terraform-hcl-standard/aws-cloud/bootstrap/identity/policies/terraform-deploy-assume-role.json similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/bootstrap/identity/policies/terraform-deploy-assume-role.json rename to terraform-hcl-standard/aws-cloud/bootstrap/identity/policies/terraform-deploy-assume-role.json diff --git a/iac-template/terraform-hcl-standard/aws-cloud/bootstrap/identity/policies/terraform-deploy-inline-policy.json b/terraform-hcl-standard/aws-cloud/bootstrap/identity/policies/terraform-deploy-inline-policy.json similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/bootstrap/identity/policies/terraform-deploy-inline-policy.json rename to terraform-hcl-standard/aws-cloud/bootstrap/identity/policies/terraform-deploy-inline-policy.json diff --git a/iac-template/terraform-hcl-standard/aws-cloud/bootstrap/identity/policies/terraform-user-assume-role.json b/terraform-hcl-standard/aws-cloud/bootstrap/identity/policies/terraform-user-assume-role.json similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/bootstrap/identity/policies/terraform-user-assume-role.json rename to terraform-hcl-standard/aws-cloud/bootstrap/identity/policies/terraform-user-assume-role.json diff --git a/iac-template/terraform-hcl-standard/aws-cloud/bootstrap/identity/provider.tf b/terraform-hcl-standard/aws-cloud/bootstrap/identity/provider.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/bootstrap/identity/provider.tf rename to terraform-hcl-standard/aws-cloud/bootstrap/identity/provider.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/bootstrap/identity/terragrunt.hcl b/terraform-hcl-standard/aws-cloud/bootstrap/identity/terragrunt.hcl similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/bootstrap/identity/terragrunt.hcl rename to terraform-hcl-standard/aws-cloud/bootstrap/identity/terragrunt.hcl diff --git a/iac-template/terraform-hcl-standard/aws-cloud/bootstrap/identity/variables.tf b/terraform-hcl-standard/aws-cloud/bootstrap/identity/variables.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/bootstrap/identity/variables.tf rename to terraform-hcl-standard/aws-cloud/bootstrap/identity/variables.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/bootstrap/lock/.gitignore b/terraform-hcl-standard/aws-cloud/bootstrap/lock/.gitignore similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/bootstrap/lock/.gitignore rename to terraform-hcl-standard/aws-cloud/bootstrap/lock/.gitignore diff --git a/iac-template/terraform-hcl-standard/aws-cloud/bootstrap/lock/Makefile b/terraform-hcl-standard/aws-cloud/bootstrap/lock/Makefile similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/bootstrap/lock/Makefile rename to terraform-hcl-standard/aws-cloud/bootstrap/lock/Makefile diff --git a/iac-template/terraform-hcl-standard/aws-cloud/bootstrap/lock/locals.tf b/terraform-hcl-standard/aws-cloud/bootstrap/lock/locals.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/bootstrap/lock/locals.tf rename to terraform-hcl-standard/aws-cloud/bootstrap/lock/locals.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/bootstrap/lock/main.tf b/terraform-hcl-standard/aws-cloud/bootstrap/lock/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/bootstrap/lock/main.tf rename to terraform-hcl-standard/aws-cloud/bootstrap/lock/main.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/bootstrap/lock/outputs.tf b/terraform-hcl-standard/aws-cloud/bootstrap/lock/outputs.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/bootstrap/lock/outputs.tf rename to terraform-hcl-standard/aws-cloud/bootstrap/lock/outputs.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/bootstrap/lock/provider.tf b/terraform-hcl-standard/aws-cloud/bootstrap/lock/provider.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/bootstrap/lock/provider.tf rename to terraform-hcl-standard/aws-cloud/bootstrap/lock/provider.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/bootstrap/lock/terragrunt.hcl b/terraform-hcl-standard/aws-cloud/bootstrap/lock/terragrunt.hcl similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/bootstrap/lock/terragrunt.hcl rename to terraform-hcl-standard/aws-cloud/bootstrap/lock/terragrunt.hcl diff --git a/iac-template/terraform-hcl-standard/aws-cloud/bootstrap/lock/variables.tf b/terraform-hcl-standard/aws-cloud/bootstrap/lock/variables.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/bootstrap/lock/variables.tf rename to terraform-hcl-standard/aws-cloud/bootstrap/lock/variables.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/bootstrap/state/... b/terraform-hcl-standard/aws-cloud/bootstrap/state/... similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/bootstrap/state/... rename to terraform-hcl-standard/aws-cloud/bootstrap/state/... diff --git a/iac-template/terraform-hcl-standard/aws-cloud/bootstrap/state/.gitignore b/terraform-hcl-standard/aws-cloud/bootstrap/state/.gitignore similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/bootstrap/state/.gitignore rename to terraform-hcl-standard/aws-cloud/bootstrap/state/.gitignore diff --git a/iac-template/terraform-hcl-standard/aws-cloud/bootstrap/state/Makefile b/terraform-hcl-standard/aws-cloud/bootstrap/state/Makefile similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/bootstrap/state/Makefile rename to terraform-hcl-standard/aws-cloud/bootstrap/state/Makefile diff --git a/iac-template/terraform-hcl-standard/aws-cloud/bootstrap/state/locals.tf b/terraform-hcl-standard/aws-cloud/bootstrap/state/locals.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/bootstrap/state/locals.tf rename to terraform-hcl-standard/aws-cloud/bootstrap/state/locals.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/bootstrap/state/main.tf b/terraform-hcl-standard/aws-cloud/bootstrap/state/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/bootstrap/state/main.tf rename to terraform-hcl-standard/aws-cloud/bootstrap/state/main.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/bootstrap/state/outputs.tf b/terraform-hcl-standard/aws-cloud/bootstrap/state/outputs.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/bootstrap/state/outputs.tf rename to terraform-hcl-standard/aws-cloud/bootstrap/state/outputs.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/bootstrap/state/provider.tf b/terraform-hcl-standard/aws-cloud/bootstrap/state/provider.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/bootstrap/state/provider.tf rename to terraform-hcl-standard/aws-cloud/bootstrap/state/provider.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/bootstrap/state/terragrunt.hcl b/terraform-hcl-standard/aws-cloud/bootstrap/state/terragrunt.hcl similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/bootstrap/state/terragrunt.hcl rename to terraform-hcl-standard/aws-cloud/bootstrap/state/terragrunt.hcl diff --git a/iac-template/terraform-hcl-standard/aws-cloud/bootstrap/state/variables.tf b/terraform-hcl-standard/aws-cloud/bootstrap/state/variables.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/bootstrap/state/variables.tf rename to terraform-hcl-standard/aws-cloud/bootstrap/state/variables.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/bootstrap/terragrunt.hcl b/terraform-hcl-standard/aws-cloud/bootstrap/terragrunt.hcl similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/bootstrap/terragrunt.hcl rename to terraform-hcl-standard/aws-cloud/bootstrap/terragrunt.hcl diff --git a/iac-template/terraform-hcl-standard/aws-cloud/component/alb/main.tf b/terraform-hcl-standard/aws-cloud/component/alb/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/component/alb/main.tf rename to terraform-hcl-standard/aws-cloud/component/alb/main.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/component/alb/outputs.tf b/terraform-hcl-standard/aws-cloud/component/alb/outputs.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/component/alb/outputs.tf rename to terraform-hcl-standard/aws-cloud/component/alb/outputs.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/component/ec2/.gitignore b/terraform-hcl-standard/aws-cloud/component/ec2/.gitignore similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/component/ec2/.gitignore rename to terraform-hcl-standard/aws-cloud/component/ec2/.gitignore diff --git a/iac-template/terraform-hcl-standard/aws-cloud/component/ec2/Makefile b/terraform-hcl-standard/aws-cloud/component/ec2/Makefile similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/component/ec2/Makefile rename to terraform-hcl-standard/aws-cloud/component/ec2/Makefile diff --git a/iac-template/terraform-hcl-standard/aws-cloud/component/ec2/main.tf b/terraform-hcl-standard/aws-cloud/component/ec2/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/component/ec2/main.tf rename to terraform-hcl-standard/aws-cloud/component/ec2/main.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/component/ec2/outputs.tf b/terraform-hcl-standard/aws-cloud/component/ec2/outputs.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/component/ec2/outputs.tf rename to terraform-hcl-standard/aws-cloud/component/ec2/outputs.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/component/kafka/.gitignore b/terraform-hcl-standard/aws-cloud/component/kafka/.gitignore similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/component/kafka/.gitignore rename to terraform-hcl-standard/aws-cloud/component/kafka/.gitignore diff --git a/iac-template/terraform-hcl-standard/aws-cloud/component/kafka/Makefile b/terraform-hcl-standard/aws-cloud/component/kafka/Makefile similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/component/kafka/Makefile rename to terraform-hcl-standard/aws-cloud/component/kafka/Makefile diff --git a/iac-template/terraform-hcl-standard/aws-cloud/component/kafka/main.tf b/terraform-hcl-standard/aws-cloud/component/kafka/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/component/kafka/main.tf rename to terraform-hcl-standard/aws-cloud/component/kafka/main.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/component/kafka/outputs.tf b/terraform-hcl-standard/aws-cloud/component/kafka/outputs.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/component/kafka/outputs.tf rename to terraform-hcl-standard/aws-cloud/component/kafka/outputs.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/component/landingzone/.gitignore b/terraform-hcl-standard/aws-cloud/component/landingzone/.gitignore similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/component/landingzone/.gitignore rename to terraform-hcl-standard/aws-cloud/component/landingzone/.gitignore diff --git a/iac-template/terraform-hcl-standard/aws-cloud/component/landingzone/Makefile b/terraform-hcl-standard/aws-cloud/component/landingzone/Makefile similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/component/landingzone/Makefile rename to terraform-hcl-standard/aws-cloud/component/landingzone/Makefile diff --git a/iac-template/terraform-hcl-standard/aws-cloud/component/landingzone/main.tf b/terraform-hcl-standard/aws-cloud/component/landingzone/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/component/landingzone/main.tf rename to terraform-hcl-standard/aws-cloud/component/landingzone/main.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/component/nlb/main.tf b/terraform-hcl-standard/aws-cloud/component/nlb/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/component/nlb/main.tf rename to terraform-hcl-standard/aws-cloud/component/nlb/main.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/component/nlb/outputs.tf b/terraform-hcl-standard/aws-cloud/component/nlb/outputs.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/component/nlb/outputs.tf rename to terraform-hcl-standard/aws-cloud/component/nlb/outputs.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/component/rds/.terraform.lock.hcl b/terraform-hcl-standard/aws-cloud/component/rds/.terraform.lock.hcl similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/component/rds/.terraform.lock.hcl rename to terraform-hcl-standard/aws-cloud/component/rds/.terraform.lock.hcl diff --git a/iac-template/terraform-hcl-standard/aws-cloud/component/rds/Makefile b/terraform-hcl-standard/aws-cloud/component/rds/Makefile similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/component/rds/Makefile rename to terraform-hcl-standard/aws-cloud/component/rds/Makefile diff --git a/iac-template/terraform-hcl-standard/aws-cloud/component/rds/main.tf b/terraform-hcl-standard/aws-cloud/component/rds/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/component/rds/main.tf rename to terraform-hcl-standard/aws-cloud/component/rds/main.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/component/rds/outputs.tf b/terraform-hcl-standard/aws-cloud/component/rds/outputs.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/component/rds/outputs.tf rename to terraform-hcl-standard/aws-cloud/component/rds/outputs.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/component/redis/main.tf b/terraform-hcl-standard/aws-cloud/component/redis/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/component/redis/main.tf rename to terraform-hcl-standard/aws-cloud/component/redis/main.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/component/redis/outputs.tf b/terraform-hcl-standard/aws-cloud/component/redis/outputs.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/component/redis/outputs.tf rename to terraform-hcl-standard/aws-cloud/component/redis/outputs.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/component/role/.gitignore b/terraform-hcl-standard/aws-cloud/component/role/.gitignore similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/component/role/.gitignore rename to terraform-hcl-standard/aws-cloud/component/role/.gitignore diff --git a/iac-template/terraform-hcl-standard/aws-cloud/component/role/Makefile b/terraform-hcl-standard/aws-cloud/component/role/Makefile similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/component/role/Makefile rename to terraform-hcl-standard/aws-cloud/component/role/Makefile diff --git a/iac-template/terraform-hcl-standard/aws-cloud/component/role/main.tf b/terraform-hcl-standard/aws-cloud/component/role/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/component/role/main.tf rename to terraform-hcl-standard/aws-cloud/component/role/main.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/component/role/outputs.tf b/terraform-hcl-standard/aws-cloud/component/role/outputs.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/component/role/outputs.tf rename to terraform-hcl-standard/aws-cloud/component/role/outputs.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/component/role/variables.tf b/terraform-hcl-standard/aws-cloud/component/role/variables.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/component/role/variables.tf rename to terraform-hcl-standard/aws-cloud/component/role/variables.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/component/s3/.gitignore b/terraform-hcl-standard/aws-cloud/component/s3/.gitignore similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/component/s3/.gitignore rename to terraform-hcl-standard/aws-cloud/component/s3/.gitignore diff --git a/iac-template/terraform-hcl-standard/aws-cloud/component/s3/Makefile b/terraform-hcl-standard/aws-cloud/component/s3/Makefile similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/component/s3/Makefile rename to terraform-hcl-standard/aws-cloud/component/s3/Makefile diff --git a/iac-template/terraform-hcl-standard/aws-cloud/component/s3/main.tf b/terraform-hcl-standard/aws-cloud/component/s3/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/component/s3/main.tf rename to terraform-hcl-standard/aws-cloud/component/s3/main.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/component/s3/outputs.tf b/terraform-hcl-standard/aws-cloud/component/s3/outputs.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/component/s3/outputs.tf rename to terraform-hcl-standard/aws-cloud/component/s3/outputs.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/component/vpc/.terraform.lock.hcl b/terraform-hcl-standard/aws-cloud/component/vpc/.terraform.lock.hcl similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/component/vpc/.terraform.lock.hcl rename to terraform-hcl-standard/aws-cloud/component/vpc/.terraform.lock.hcl diff --git a/iac-template/terraform-hcl-standard/aws-cloud/component/vpc/Makefile b/terraform-hcl-standard/aws-cloud/component/vpc/Makefile similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/component/vpc/Makefile rename to terraform-hcl-standard/aws-cloud/component/vpc/Makefile diff --git a/iac-template/terraform-hcl-standard/aws-cloud/component/vpc/README.md b/terraform-hcl-standard/aws-cloud/component/vpc/README.md similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/component/vpc/README.md rename to terraform-hcl-standard/aws-cloud/component/vpc/README.md diff --git a/iac-template/terraform-hcl-standard/aws-cloud/component/vpc/main.tf b/terraform-hcl-standard/aws-cloud/component/vpc/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/component/vpc/main.tf rename to terraform-hcl-standard/aws-cloud/component/vpc/main.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/component/vpc/outputs.tf b/terraform-hcl-standard/aws-cloud/component/vpc/outputs.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/component/vpc/outputs.tf rename to terraform-hcl-standard/aws-cloud/component/vpc/outputs.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/component/vpc/variables.tf b/terraform-hcl-standard/aws-cloud/component/vpc/variables.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/component/vpc/variables.tf rename to terraform-hcl-standard/aws-cloud/component/vpc/variables.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/config/accounts/bootstrap.yaml b/terraform-hcl-standard/aws-cloud/config/accounts/bootstrap.yaml similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/config/accounts/bootstrap.yaml rename to terraform-hcl-standard/aws-cloud/config/accounts/bootstrap.yaml diff --git a/iac-template/terraform-hcl-standard/aws-cloud/config/accounts/dev-landingzone.yaml b/terraform-hcl-standard/aws-cloud/config/accounts/dev-landingzone.yaml similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/config/accounts/dev-landingzone.yaml rename to terraform-hcl-standard/aws-cloud/config/accounts/dev-landingzone.yaml diff --git a/iac-template/terraform-hcl-standard/aws-cloud/config/accounts/dev.yaml b/terraform-hcl-standard/aws-cloud/config/accounts/dev.yaml similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/config/accounts/dev.yaml rename to terraform-hcl-standard/aws-cloud/config/accounts/dev.yaml diff --git a/iac-template/terraform-hcl-standard/aws-cloud/config/provider_backend.yaml b/terraform-hcl-standard/aws-cloud/config/provider_backend.yaml similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/config/provider_backend.yaml rename to terraform-hcl-standard/aws-cloud/config/provider_backend.yaml diff --git a/iac-template/terraform-hcl-standard/aws-cloud/config/resources/dev-alb/alb.yaml b/terraform-hcl-standard/aws-cloud/config/resources/dev-alb/alb.yaml similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/config/resources/dev-alb/alb.yaml rename to terraform-hcl-standard/aws-cloud/config/resources/dev-alb/alb.yaml diff --git a/iac-template/terraform-hcl-standard/aws-cloud/config/resources/dev-kafka/msk.yaml b/terraform-hcl-standard/aws-cloud/config/resources/dev-kafka/msk.yaml similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/config/resources/dev-kafka/msk.yaml rename to terraform-hcl-standard/aws-cloud/config/resources/dev-kafka/msk.yaml diff --git a/iac-template/terraform-hcl-standard/aws-cloud/config/resources/dev-nlb/nlb.yaml b/terraform-hcl-standard/aws-cloud/config/resources/dev-nlb/nlb.yaml similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/config/resources/dev-nlb/nlb.yaml rename to terraform-hcl-standard/aws-cloud/config/resources/dev-nlb/nlb.yaml diff --git a/iac-template/terraform-hcl-standard/aws-cloud/config/resources/dev-object/bucket.yaml b/terraform-hcl-standard/aws-cloud/config/resources/dev-object/bucket.yaml similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/config/resources/dev-object/bucket.yaml rename to terraform-hcl-standard/aws-cloud/config/resources/dev-object/bucket.yaml diff --git a/iac-template/terraform-hcl-standard/aws-cloud/config/resources/dev-rds/rds.yaml b/terraform-hcl-standard/aws-cloud/config/resources/dev-rds/rds.yaml similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/config/resources/dev-rds/rds.yaml rename to terraform-hcl-standard/aws-cloud/config/resources/dev-rds/rds.yaml diff --git a/iac-template/terraform-hcl-standard/aws-cloud/config/resources/dev-redis/redis.yaml b/terraform-hcl-standard/aws-cloud/config/resources/dev-redis/redis.yaml similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/config/resources/dev-redis/redis.yaml rename to terraform-hcl-standard/aws-cloud/config/resources/dev-redis/redis.yaml diff --git a/iac-template/terraform-hcl-standard/aws-cloud/config/resources/ec2/dev.yaml b/terraform-hcl-standard/aws-cloud/config/resources/ec2/dev.yaml similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/config/resources/ec2/dev.yaml rename to terraform-hcl-standard/aws-cloud/config/resources/ec2/dev.yaml diff --git a/iac-template/terraform-hcl-standard/aws-cloud/config/resources/vpc/dev.yaml b/terraform-hcl-standard/aws-cloud/config/resources/vpc/dev.yaml similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/config/resources/vpc/dev.yaml rename to terraform-hcl-standard/aws-cloud/config/resources/vpc/dev.yaml diff --git a/iac-template/terraform-hcl-standard/aws-cloud/modules/alb/main.tf b/terraform-hcl-standard/aws-cloud/modules/alb/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/modules/alb/main.tf rename to terraform-hcl-standard/aws-cloud/modules/alb/main.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/modules/alb/outputs.tf b/terraform-hcl-standard/aws-cloud/modules/alb/outputs.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/modules/alb/outputs.tf rename to terraform-hcl-standard/aws-cloud/modules/alb/outputs.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/modules/alb/variables.tf b/terraform-hcl-standard/aws-cloud/modules/alb/variables.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/modules/alb/variables.tf rename to terraform-hcl-standard/aws-cloud/modules/alb/variables.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/modules/ami_lookup/main.tf b/terraform-hcl-standard/aws-cloud/modules/ami_lookup/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/modules/ami_lookup/main.tf rename to terraform-hcl-standard/aws-cloud/modules/ami_lookup/main.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/modules/ami_lookup/outputs.tf b/terraform-hcl-standard/aws-cloud/modules/ami_lookup/outputs.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/modules/ami_lookup/outputs.tf rename to terraform-hcl-standard/aws-cloud/modules/ami_lookup/outputs.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/modules/ami_lookup/variables.tf b/terraform-hcl-standard/aws-cloud/modules/ami_lookup/variables.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/modules/ami_lookup/variables.tf rename to terraform-hcl-standard/aws-cloud/modules/ami_lookup/variables.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/modules/ec2/main.tf b/terraform-hcl-standard/aws-cloud/modules/ec2/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/modules/ec2/main.tf rename to terraform-hcl-standard/aws-cloud/modules/ec2/main.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/modules/ec2/outputs.tf b/terraform-hcl-standard/aws-cloud/modules/ec2/outputs.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/modules/ec2/outputs.tf rename to terraform-hcl-standard/aws-cloud/modules/ec2/outputs.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/modules/ec2/variables.tf b/terraform-hcl-standard/aws-cloud/modules/ec2/variables.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/modules/ec2/variables.tf rename to terraform-hcl-standard/aws-cloud/modules/ec2/variables.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/modules/iam/.gitignore b/terraform-hcl-standard/aws-cloud/modules/iam/.gitignore similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/modules/iam/.gitignore rename to terraform-hcl-standard/aws-cloud/modules/iam/.gitignore diff --git a/iac-template/terraform-hcl-standard/aws-cloud/modules/iam/main.tf b/terraform-hcl-standard/aws-cloud/modules/iam/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/modules/iam/main.tf rename to terraform-hcl-standard/aws-cloud/modules/iam/main.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/modules/iam/outputs.tf b/terraform-hcl-standard/aws-cloud/modules/iam/outputs.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/modules/iam/outputs.tf rename to terraform-hcl-standard/aws-cloud/modules/iam/outputs.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/modules/iam/variables.tf b/terraform-hcl-standard/aws-cloud/modules/iam/variables.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/modules/iam/variables.tf rename to terraform-hcl-standard/aws-cloud/modules/iam/variables.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/modules/keypair/main.tf b/terraform-hcl-standard/aws-cloud/modules/keypair/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/modules/keypair/main.tf rename to terraform-hcl-standard/aws-cloud/modules/keypair/main.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/modules/keypair/outputs.tf b/terraform-hcl-standard/aws-cloud/modules/keypair/outputs.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/modules/keypair/outputs.tf rename to terraform-hcl-standard/aws-cloud/modules/keypair/outputs.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/modules/keypair/variables.tf b/terraform-hcl-standard/aws-cloud/modules/keypair/variables.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/modules/keypair/variables.tf rename to terraform-hcl-standard/aws-cloud/modules/keypair/variables.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/modules/landingzone/main.tf b/terraform-hcl-standard/aws-cloud/modules/landingzone/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/modules/landingzone/main.tf rename to terraform-hcl-standard/aws-cloud/modules/landingzone/main.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/modules/landingzone/outputs.tf b/terraform-hcl-standard/aws-cloud/modules/landingzone/outputs.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/modules/landingzone/outputs.tf rename to terraform-hcl-standard/aws-cloud/modules/landingzone/outputs.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/modules/landingzone/policies/deny-console-write.json b/terraform-hcl-standard/aws-cloud/modules/landingzone/policies/deny-console-write.json similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/modules/landingzone/policies/deny-console-write.json rename to terraform-hcl-standard/aws-cloud/modules/landingzone/policies/deny-console-write.json diff --git a/iac-template/terraform-hcl-standard/aws-cloud/modules/landingzone/policies/deny-no-mfa.json b/terraform-hcl-standard/aws-cloud/modules/landingzone/policies/deny-no-mfa.json similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/modules/landingzone/policies/deny-no-mfa.json rename to terraform-hcl-standard/aws-cloud/modules/landingzone/policies/deny-no-mfa.json diff --git a/iac-template/terraform-hcl-standard/aws-cloud/modules/landingzone/policies/deny-ri-sp.json b/terraform-hcl-standard/aws-cloud/modules/landingzone/policies/deny-ri-sp.json similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/modules/landingzone/policies/deny-ri-sp.json rename to terraform-hcl-standard/aws-cloud/modules/landingzone/policies/deny-ri-sp.json diff --git a/iac-template/terraform-hcl-standard/aws-cloud/modules/landingzone/policies/deny-root.json b/terraform-hcl-standard/aws-cloud/modules/landingzone/policies/deny-root.json similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/modules/landingzone/policies/deny-root.json rename to terraform-hcl-standard/aws-cloud/modules/landingzone/policies/deny-root.json diff --git a/iac-template/terraform-hcl-standard/aws-cloud/modules/landingzone/policies/deny-sso-and-saml.json b/terraform-hcl-standard/aws-cloud/modules/landingzone/policies/deny-sso-and-saml.json similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/modules/landingzone/policies/deny-sso-and-saml.json rename to terraform-hcl-standard/aws-cloud/modules/landingzone/policies/deny-sso-and-saml.json diff --git a/iac-template/terraform-hcl-standard/aws-cloud/modules/landingzone/variables.tf b/terraform-hcl-standard/aws-cloud/modules/landingzone/variables.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/modules/landingzone/variables.tf rename to terraform-hcl-standard/aws-cloud/modules/landingzone/variables.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/modules/msk/main.tf b/terraform-hcl-standard/aws-cloud/modules/msk/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/modules/msk/main.tf rename to terraform-hcl-standard/aws-cloud/modules/msk/main.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/modules/msk/outputs.tf b/terraform-hcl-standard/aws-cloud/modules/msk/outputs.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/modules/msk/outputs.tf rename to terraform-hcl-standard/aws-cloud/modules/msk/outputs.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/modules/msk/variables.tf b/terraform-hcl-standard/aws-cloud/modules/msk/variables.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/modules/msk/variables.tf rename to terraform-hcl-standard/aws-cloud/modules/msk/variables.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/modules/nlb/main.tf b/terraform-hcl-standard/aws-cloud/modules/nlb/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/modules/nlb/main.tf rename to terraform-hcl-standard/aws-cloud/modules/nlb/main.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/modules/nlb/outputs.tf b/terraform-hcl-standard/aws-cloud/modules/nlb/outputs.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/modules/nlb/outputs.tf rename to terraform-hcl-standard/aws-cloud/modules/nlb/outputs.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/modules/nlb/variables.tf b/terraform-hcl-standard/aws-cloud/modules/nlb/variables.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/modules/nlb/variables.tf rename to terraform-hcl-standard/aws-cloud/modules/nlb/variables.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/modules/rds/main.tf b/terraform-hcl-standard/aws-cloud/modules/rds/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/modules/rds/main.tf rename to terraform-hcl-standard/aws-cloud/modules/rds/main.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/modules/rds/outputs.tf b/terraform-hcl-standard/aws-cloud/modules/rds/outputs.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/modules/rds/outputs.tf rename to terraform-hcl-standard/aws-cloud/modules/rds/outputs.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/modules/rds/variables.tf b/terraform-hcl-standard/aws-cloud/modules/rds/variables.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/modules/rds/variables.tf rename to terraform-hcl-standard/aws-cloud/modules/rds/variables.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/modules/redis/main.tf b/terraform-hcl-standard/aws-cloud/modules/redis/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/modules/redis/main.tf rename to terraform-hcl-standard/aws-cloud/modules/redis/main.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/modules/redis/outputs.tf b/terraform-hcl-standard/aws-cloud/modules/redis/outputs.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/modules/redis/outputs.tf rename to terraform-hcl-standard/aws-cloud/modules/redis/outputs.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/modules/redis/variables.tf b/terraform-hcl-standard/aws-cloud/modules/redis/variables.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/modules/redis/variables.tf rename to terraform-hcl-standard/aws-cloud/modules/redis/variables.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/modules/s3/main.tf b/terraform-hcl-standard/aws-cloud/modules/s3/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/modules/s3/main.tf rename to terraform-hcl-standard/aws-cloud/modules/s3/main.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/modules/s3/outputs.tf b/terraform-hcl-standard/aws-cloud/modules/s3/outputs.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/modules/s3/outputs.tf rename to terraform-hcl-standard/aws-cloud/modules/s3/outputs.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/modules/s3/variables.tf b/terraform-hcl-standard/aws-cloud/modules/s3/variables.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/modules/s3/variables.tf rename to terraform-hcl-standard/aws-cloud/modules/s3/variables.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/modules/sg/.gitignore b/terraform-hcl-standard/aws-cloud/modules/sg/.gitignore similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/modules/sg/.gitignore rename to terraform-hcl-standard/aws-cloud/modules/sg/.gitignore diff --git a/iac-template/terraform-hcl-standard/aws-cloud/modules/sg/main.tf b/terraform-hcl-standard/aws-cloud/modules/sg/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/modules/sg/main.tf rename to terraform-hcl-standard/aws-cloud/modules/sg/main.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/modules/sg/outputs.tf b/terraform-hcl-standard/aws-cloud/modules/sg/outputs.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/modules/sg/outputs.tf rename to terraform-hcl-standard/aws-cloud/modules/sg/outputs.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/modules/sg/variables.tf b/terraform-hcl-standard/aws-cloud/modules/sg/variables.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/modules/sg/variables.tf rename to terraform-hcl-standard/aws-cloud/modules/sg/variables.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/modules/vpc/main.tf b/terraform-hcl-standard/aws-cloud/modules/vpc/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/modules/vpc/main.tf rename to terraform-hcl-standard/aws-cloud/modules/vpc/main.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/modules/vpc/outputs.tf b/terraform-hcl-standard/aws-cloud/modules/vpc/outputs.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/modules/vpc/outputs.tf rename to terraform-hcl-standard/aws-cloud/modules/vpc/outputs.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/modules/vpc/variables.tf b/terraform-hcl-standard/aws-cloud/modules/vpc/variables.tf similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/modules/vpc/variables.tf rename to terraform-hcl-standard/aws-cloud/modules/vpc/variables.tf diff --git a/iac-template/terraform-hcl-standard/aws-cloud/scripts/fix_instance_paths.sh b/terraform-hcl-standard/aws-cloud/scripts/fix_instance_paths.sh similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/scripts/fix_instance_paths.sh rename to terraform-hcl-standard/aws-cloud/scripts/fix_instance_paths.sh diff --git a/iac-template/terraform-hcl-standard/aws-cloud/scripts/rename_envs_to_instance.sh b/terraform-hcl-standard/aws-cloud/scripts/rename_envs_to_instance.sh similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/scripts/rename_envs_to_instance.sh rename to terraform-hcl-standard/aws-cloud/scripts/rename_envs_to_instance.sh diff --git a/iac-template/terraform-hcl-standard/aws-cloud/scripts/validate_instance_layout.sh b/terraform-hcl-standard/aws-cloud/scripts/validate_instance_layout.sh similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/scripts/validate_instance_layout.sh rename to terraform-hcl-standard/aws-cloud/scripts/validate_instance_layout.sh diff --git a/iac-template/terraform-hcl-standard/aws-cloud/templates/backend.tf.j2 b/terraform-hcl-standard/aws-cloud/templates/backend.tf.j2 similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/templates/backend.tf.j2 rename to terraform-hcl-standard/aws-cloud/templates/backend.tf.j2 diff --git a/iac-template/terraform-hcl-standard/aws-cloud/templates/provider.tf.j2 b/terraform-hcl-standard/aws-cloud/templates/provider.tf.j2 similarity index 100% rename from iac-template/terraform-hcl-standard/aws-cloud/templates/provider.tf.j2 rename to terraform-hcl-standard/aws-cloud/templates/provider.tf.j2 diff --git a/iac-template/terraform-hcl-standard/azure-cloud/README.md b/terraform-hcl-standard/azure-cloud/README.md similarity index 100% rename from iac-template/terraform-hcl-standard/azure-cloud/README.md rename to terraform-hcl-standard/azure-cloud/README.md diff --git a/iac-template/terraform-hcl-standard/azure-cloud/bootstrap/identity/main.tf b/terraform-hcl-standard/azure-cloud/bootstrap/identity/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/azure-cloud/bootstrap/identity/main.tf rename to terraform-hcl-standard/azure-cloud/bootstrap/identity/main.tf diff --git a/iac-template/terraform-hcl-standard/azure-cloud/bootstrap/lock/main.tf b/terraform-hcl-standard/azure-cloud/bootstrap/lock/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/azure-cloud/bootstrap/lock/main.tf rename to terraform-hcl-standard/azure-cloud/bootstrap/lock/main.tf diff --git a/iac-template/terraform-hcl-standard/azure-cloud/bootstrap/state/main.tf b/terraform-hcl-standard/azure-cloud/bootstrap/state/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/azure-cloud/bootstrap/state/main.tf rename to terraform-hcl-standard/azure-cloud/bootstrap/state/main.tf diff --git a/iac-template/terraform-hcl-standard/azure-cloud/config/accounts/.gitkeep b/terraform-hcl-standard/azure-cloud/config/accounts/.gitkeep similarity index 100% rename from iac-template/terraform-hcl-standard/azure-cloud/config/accounts/.gitkeep rename to terraform-hcl-standard/azure-cloud/config/accounts/.gitkeep diff --git a/iac-template/terraform-hcl-standard/azure-cloud/config/resources/.gitkeep b/terraform-hcl-standard/azure-cloud/config/resources/.gitkeep similarity index 100% rename from iac-template/terraform-hcl-standard/azure-cloud/config/resources/.gitkeep rename to terraform-hcl-standard/azure-cloud/config/resources/.gitkeep diff --git a/iac-template/terraform-hcl-standard/azure-cloud/envs/dev/main.tf b/terraform-hcl-standard/azure-cloud/envs/dev/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/azure-cloud/envs/dev/main.tf rename to terraform-hcl-standard/azure-cloud/envs/dev/main.tf diff --git a/iac-template/terraform-hcl-standard/azure-cloud/modules/alb/main.tf b/terraform-hcl-standard/azure-cloud/modules/alb/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/azure-cloud/modules/alb/main.tf rename to terraform-hcl-standard/azure-cloud/modules/alb/main.tf diff --git a/iac-template/terraform-hcl-standard/azure-cloud/modules/ami_lookup/main.tf b/terraform-hcl-standard/azure-cloud/modules/ami_lookup/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/azure-cloud/modules/ami_lookup/main.tf rename to terraform-hcl-standard/azure-cloud/modules/ami_lookup/main.tf diff --git a/iac-template/terraform-hcl-standard/azure-cloud/modules/ec2/main.tf b/terraform-hcl-standard/azure-cloud/modules/ec2/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/azure-cloud/modules/ec2/main.tf rename to terraform-hcl-standard/azure-cloud/modules/ec2/main.tf diff --git a/iac-template/terraform-hcl-standard/azure-cloud/modules/iam/main.tf b/terraform-hcl-standard/azure-cloud/modules/iam/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/azure-cloud/modules/iam/main.tf rename to terraform-hcl-standard/azure-cloud/modules/iam/main.tf diff --git a/iac-template/terraform-hcl-standard/azure-cloud/modules/keypair/main.tf b/terraform-hcl-standard/azure-cloud/modules/keypair/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/azure-cloud/modules/keypair/main.tf rename to terraform-hcl-standard/azure-cloud/modules/keypair/main.tf diff --git a/iac-template/terraform-hcl-standard/azure-cloud/modules/landingzone/main.tf b/terraform-hcl-standard/azure-cloud/modules/landingzone/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/azure-cloud/modules/landingzone/main.tf rename to terraform-hcl-standard/azure-cloud/modules/landingzone/main.tf diff --git a/iac-template/terraform-hcl-standard/azure-cloud/modules/msk/main.tf b/terraform-hcl-standard/azure-cloud/modules/msk/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/azure-cloud/modules/msk/main.tf rename to terraform-hcl-standard/azure-cloud/modules/msk/main.tf diff --git a/iac-template/terraform-hcl-standard/azure-cloud/modules/nlb/main.tf b/terraform-hcl-standard/azure-cloud/modules/nlb/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/azure-cloud/modules/nlb/main.tf rename to terraform-hcl-standard/azure-cloud/modules/nlb/main.tf diff --git a/iac-template/terraform-hcl-standard/azure-cloud/modules/rds/main.tf b/terraform-hcl-standard/azure-cloud/modules/rds/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/azure-cloud/modules/rds/main.tf rename to terraform-hcl-standard/azure-cloud/modules/rds/main.tf diff --git a/iac-template/terraform-hcl-standard/azure-cloud/modules/redis/main.tf b/terraform-hcl-standard/azure-cloud/modules/redis/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/azure-cloud/modules/redis/main.tf rename to terraform-hcl-standard/azure-cloud/modules/redis/main.tf diff --git a/iac-template/terraform-hcl-standard/azure-cloud/modules/s3/main.tf b/terraform-hcl-standard/azure-cloud/modules/s3/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/azure-cloud/modules/s3/main.tf rename to terraform-hcl-standard/azure-cloud/modules/s3/main.tf diff --git a/iac-template/terraform-hcl-standard/azure-cloud/modules/sg/main.tf b/terraform-hcl-standard/azure-cloud/modules/sg/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/azure-cloud/modules/sg/main.tf rename to terraform-hcl-standard/azure-cloud/modules/sg/main.tf diff --git a/iac-template/terraform-hcl-standard/azure-cloud/modules/vpc/main.tf b/terraform-hcl-standard/azure-cloud/modules/vpc/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/azure-cloud/modules/vpc/main.tf rename to terraform-hcl-standard/azure-cloud/modules/vpc/main.tf diff --git a/iac-template/terraform-hcl-standard/azure-cloud/templates/backend.tf b/terraform-hcl-standard/azure-cloud/templates/backend.tf similarity index 100% rename from iac-template/terraform-hcl-standard/azure-cloud/templates/backend.tf rename to terraform-hcl-standard/azure-cloud/templates/backend.tf diff --git a/iac-template/terraform-hcl-standard/azure-cloud/templates/provider.tf b/terraform-hcl-standard/azure-cloud/templates/provider.tf similarity index 100% rename from iac-template/terraform-hcl-standard/azure-cloud/templates/provider.tf rename to terraform-hcl-standard/azure-cloud/templates/provider.tf diff --git a/iac-template/terraform-hcl-standard/azure-cloud/templates/variables.tf b/terraform-hcl-standard/azure-cloud/templates/variables.tf similarity index 100% rename from iac-template/terraform-hcl-standard/azure-cloud/templates/variables.tf rename to terraform-hcl-standard/azure-cloud/templates/variables.tf diff --git a/iac-template/terraform-hcl-standard/gcp-cloud/README.md b/terraform-hcl-standard/gcp-cloud/README.md similarity index 100% rename from iac-template/terraform-hcl-standard/gcp-cloud/README.md rename to terraform-hcl-standard/gcp-cloud/README.md diff --git a/iac-template/terraform-hcl-standard/gcp-cloud/bootstrap/identity/main.tf b/terraform-hcl-standard/gcp-cloud/bootstrap/identity/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/gcp-cloud/bootstrap/identity/main.tf rename to terraform-hcl-standard/gcp-cloud/bootstrap/identity/main.tf diff --git a/iac-template/terraform-hcl-standard/gcp-cloud/bootstrap/state/main.tf b/terraform-hcl-standard/gcp-cloud/bootstrap/state/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/gcp-cloud/bootstrap/state/main.tf rename to terraform-hcl-standard/gcp-cloud/bootstrap/state/main.tf diff --git a/iac-template/terraform-hcl-standard/gcp-cloud/config/accounts/bootstrap.yaml b/terraform-hcl-standard/gcp-cloud/config/accounts/bootstrap.yaml similarity index 100% rename from iac-template/terraform-hcl-standard/gcp-cloud/config/accounts/bootstrap.yaml rename to terraform-hcl-standard/gcp-cloud/config/accounts/bootstrap.yaml diff --git a/iac-template/terraform-hcl-standard/gcp-cloud/config/accounts/dev-landingzone.yaml b/terraform-hcl-standard/gcp-cloud/config/accounts/dev-landingzone.yaml similarity index 100% rename from iac-template/terraform-hcl-standard/gcp-cloud/config/accounts/dev-landingzone.yaml rename to terraform-hcl-standard/gcp-cloud/config/accounts/dev-landingzone.yaml diff --git a/iac-template/terraform-hcl-standard/gcp-cloud/config/accounts/dev.yaml b/terraform-hcl-standard/gcp-cloud/config/accounts/dev.yaml similarity index 100% rename from iac-template/terraform-hcl-standard/gcp-cloud/config/accounts/dev.yaml rename to terraform-hcl-standard/gcp-cloud/config/accounts/dev.yaml diff --git a/iac-template/terraform-hcl-standard/gcp-cloud/config/resources/dev-alb/alb.yaml b/terraform-hcl-standard/gcp-cloud/config/resources/dev-alb/alb.yaml similarity index 100% rename from iac-template/terraform-hcl-standard/gcp-cloud/config/resources/dev-alb/alb.yaml rename to terraform-hcl-standard/gcp-cloud/config/resources/dev-alb/alb.yaml diff --git a/iac-template/terraform-hcl-standard/gcp-cloud/config/resources/dev-kafka/msk.yaml b/terraform-hcl-standard/gcp-cloud/config/resources/dev-kafka/msk.yaml similarity index 100% rename from iac-template/terraform-hcl-standard/gcp-cloud/config/resources/dev-kafka/msk.yaml rename to terraform-hcl-standard/gcp-cloud/config/resources/dev-kafka/msk.yaml diff --git a/iac-template/terraform-hcl-standard/gcp-cloud/config/resources/dev-nlb/nlb.yaml b/terraform-hcl-standard/gcp-cloud/config/resources/dev-nlb/nlb.yaml similarity index 100% rename from iac-template/terraform-hcl-standard/gcp-cloud/config/resources/dev-nlb/nlb.yaml rename to terraform-hcl-standard/gcp-cloud/config/resources/dev-nlb/nlb.yaml diff --git a/iac-template/terraform-hcl-standard/gcp-cloud/config/resources/dev-object/bucket.yaml b/terraform-hcl-standard/gcp-cloud/config/resources/dev-object/bucket.yaml similarity index 100% rename from iac-template/terraform-hcl-standard/gcp-cloud/config/resources/dev-object/bucket.yaml rename to terraform-hcl-standard/gcp-cloud/config/resources/dev-object/bucket.yaml diff --git a/iac-template/terraform-hcl-standard/gcp-cloud/config/resources/dev-rds/rds.yaml b/terraform-hcl-standard/gcp-cloud/config/resources/dev-rds/rds.yaml similarity index 100% rename from iac-template/terraform-hcl-standard/gcp-cloud/config/resources/dev-rds/rds.yaml rename to terraform-hcl-standard/gcp-cloud/config/resources/dev-rds/rds.yaml diff --git a/iac-template/terraform-hcl-standard/gcp-cloud/config/resources/dev-redis/redis.yaml b/terraform-hcl-standard/gcp-cloud/config/resources/dev-redis/redis.yaml similarity index 100% rename from iac-template/terraform-hcl-standard/gcp-cloud/config/resources/dev-redis/redis.yaml rename to terraform-hcl-standard/gcp-cloud/config/resources/dev-redis/redis.yaml diff --git a/iac-template/terraform-hcl-standard/gcp-cloud/config/resources/ec2/dev.yaml b/terraform-hcl-standard/gcp-cloud/config/resources/ec2/dev.yaml similarity index 100% rename from iac-template/terraform-hcl-standard/gcp-cloud/config/resources/ec2/dev.yaml rename to terraform-hcl-standard/gcp-cloud/config/resources/ec2/dev.yaml diff --git a/iac-template/terraform-hcl-standard/gcp-cloud/config/resources/vpc/dev.yaml b/terraform-hcl-standard/gcp-cloud/config/resources/vpc/dev.yaml similarity index 100% rename from iac-template/terraform-hcl-standard/gcp-cloud/config/resources/vpc/dev.yaml rename to terraform-hcl-standard/gcp-cloud/config/resources/vpc/dev.yaml diff --git a/iac-template/terraform-hcl-standard/gcp-cloud/envs/dev/main.tf b/terraform-hcl-standard/gcp-cloud/envs/dev/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/gcp-cloud/envs/dev/main.tf rename to terraform-hcl-standard/gcp-cloud/envs/dev/main.tf diff --git a/iac-template/terraform-hcl-standard/gcp-cloud/instance/alb/main.tf b/terraform-hcl-standard/gcp-cloud/instance/alb/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/gcp-cloud/instance/alb/main.tf rename to terraform-hcl-standard/gcp-cloud/instance/alb/main.tf diff --git a/iac-template/terraform-hcl-standard/gcp-cloud/instance/ec2/main.tf b/terraform-hcl-standard/gcp-cloud/instance/ec2/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/gcp-cloud/instance/ec2/main.tf rename to terraform-hcl-standard/gcp-cloud/instance/ec2/main.tf diff --git a/iac-template/terraform-hcl-standard/gcp-cloud/instance/kafka/main.tf b/terraform-hcl-standard/gcp-cloud/instance/kafka/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/gcp-cloud/instance/kafka/main.tf rename to terraform-hcl-standard/gcp-cloud/instance/kafka/main.tf diff --git a/iac-template/terraform-hcl-standard/gcp-cloud/instance/landingzone/main.tf b/terraform-hcl-standard/gcp-cloud/instance/landingzone/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/gcp-cloud/instance/landingzone/main.tf rename to terraform-hcl-standard/gcp-cloud/instance/landingzone/main.tf diff --git a/iac-template/terraform-hcl-standard/gcp-cloud/instance/nlb/main.tf b/terraform-hcl-standard/gcp-cloud/instance/nlb/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/gcp-cloud/instance/nlb/main.tf rename to terraform-hcl-standard/gcp-cloud/instance/nlb/main.tf diff --git a/iac-template/terraform-hcl-standard/gcp-cloud/instance/object/main.tf b/terraform-hcl-standard/gcp-cloud/instance/object/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/gcp-cloud/instance/object/main.tf rename to terraform-hcl-standard/gcp-cloud/instance/object/main.tf diff --git a/iac-template/terraform-hcl-standard/gcp-cloud/instance/rds/main.tf b/terraform-hcl-standard/gcp-cloud/instance/rds/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/gcp-cloud/instance/rds/main.tf rename to terraform-hcl-standard/gcp-cloud/instance/rds/main.tf diff --git a/iac-template/terraform-hcl-standard/gcp-cloud/instance/redis/main.tf b/terraform-hcl-standard/gcp-cloud/instance/redis/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/gcp-cloud/instance/redis/main.tf rename to terraform-hcl-standard/gcp-cloud/instance/redis/main.tf diff --git a/iac-template/terraform-hcl-standard/gcp-cloud/instance/role/main.tf b/terraform-hcl-standard/gcp-cloud/instance/role/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/gcp-cloud/instance/role/main.tf rename to terraform-hcl-standard/gcp-cloud/instance/role/main.tf diff --git a/iac-template/terraform-hcl-standard/gcp-cloud/instance/vpc/main.tf b/terraform-hcl-standard/gcp-cloud/instance/vpc/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/gcp-cloud/instance/vpc/main.tf rename to terraform-hcl-standard/gcp-cloud/instance/vpc/main.tf diff --git a/iac-template/terraform-hcl-standard/gcp-cloud/modules/alb/main.tf b/terraform-hcl-standard/gcp-cloud/modules/alb/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/gcp-cloud/modules/alb/main.tf rename to terraform-hcl-standard/gcp-cloud/modules/alb/main.tf diff --git a/iac-template/terraform-hcl-standard/gcp-cloud/modules/ami_lookup/main.tf b/terraform-hcl-standard/gcp-cloud/modules/ami_lookup/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/gcp-cloud/modules/ami_lookup/main.tf rename to terraform-hcl-standard/gcp-cloud/modules/ami_lookup/main.tf diff --git a/iac-template/terraform-hcl-standard/gcp-cloud/modules/ec2/main.tf b/terraform-hcl-standard/gcp-cloud/modules/ec2/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/gcp-cloud/modules/ec2/main.tf rename to terraform-hcl-standard/gcp-cloud/modules/ec2/main.tf diff --git a/iac-template/terraform-hcl-standard/gcp-cloud/modules/iam/main.tf b/terraform-hcl-standard/gcp-cloud/modules/iam/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/gcp-cloud/modules/iam/main.tf rename to terraform-hcl-standard/gcp-cloud/modules/iam/main.tf diff --git a/iac-template/terraform-hcl-standard/gcp-cloud/modules/keypair/main.tf b/terraform-hcl-standard/gcp-cloud/modules/keypair/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/gcp-cloud/modules/keypair/main.tf rename to terraform-hcl-standard/gcp-cloud/modules/keypair/main.tf diff --git a/iac-template/terraform-hcl-standard/gcp-cloud/modules/landingzone/main.tf b/terraform-hcl-standard/gcp-cloud/modules/landingzone/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/gcp-cloud/modules/landingzone/main.tf rename to terraform-hcl-standard/gcp-cloud/modules/landingzone/main.tf diff --git a/iac-template/terraform-hcl-standard/gcp-cloud/modules/msk/main.tf b/terraform-hcl-standard/gcp-cloud/modules/msk/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/gcp-cloud/modules/msk/main.tf rename to terraform-hcl-standard/gcp-cloud/modules/msk/main.tf diff --git a/iac-template/terraform-hcl-standard/gcp-cloud/modules/nlb/main.tf b/terraform-hcl-standard/gcp-cloud/modules/nlb/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/gcp-cloud/modules/nlb/main.tf rename to terraform-hcl-standard/gcp-cloud/modules/nlb/main.tf diff --git a/iac-template/terraform-hcl-standard/gcp-cloud/modules/rds/main.tf b/terraform-hcl-standard/gcp-cloud/modules/rds/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/gcp-cloud/modules/rds/main.tf rename to terraform-hcl-standard/gcp-cloud/modules/rds/main.tf diff --git a/iac-template/terraform-hcl-standard/gcp-cloud/modules/redis/main.tf b/terraform-hcl-standard/gcp-cloud/modules/redis/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/gcp-cloud/modules/redis/main.tf rename to terraform-hcl-standard/gcp-cloud/modules/redis/main.tf diff --git a/iac-template/terraform-hcl-standard/gcp-cloud/modules/s3/main.tf b/terraform-hcl-standard/gcp-cloud/modules/s3/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/gcp-cloud/modules/s3/main.tf rename to terraform-hcl-standard/gcp-cloud/modules/s3/main.tf diff --git a/iac-template/terraform-hcl-standard/gcp-cloud/modules/sg/main.tf b/terraform-hcl-standard/gcp-cloud/modules/sg/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/gcp-cloud/modules/sg/main.tf rename to terraform-hcl-standard/gcp-cloud/modules/sg/main.tf diff --git a/iac-template/terraform-hcl-standard/gcp-cloud/modules/vpc/main.tf b/terraform-hcl-standard/gcp-cloud/modules/vpc/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/gcp-cloud/modules/vpc/main.tf rename to terraform-hcl-standard/gcp-cloud/modules/vpc/main.tf diff --git a/iac-template/terraform-hcl-standard/gcp-cloud/templates/backend.tf b/terraform-hcl-standard/gcp-cloud/templates/backend.tf similarity index 100% rename from iac-template/terraform-hcl-standard/gcp-cloud/templates/backend.tf rename to terraform-hcl-standard/gcp-cloud/templates/backend.tf diff --git a/iac-template/terraform-hcl-standard/gcp-cloud/templates/provider.tf b/terraform-hcl-standard/gcp-cloud/templates/provider.tf similarity index 100% rename from iac-template/terraform-hcl-standard/gcp-cloud/templates/provider.tf rename to terraform-hcl-standard/gcp-cloud/templates/provider.tf diff --git a/iac_modules/pulumi/modules/aws/ec2/__init__.py b/terraform-hcl-standard/utils/__init__.py similarity index 100% rename from iac_modules/pulumi/modules/aws/ec2/__init__.py rename to terraform-hcl-standard/utils/__init__.py diff --git a/iac-template/terraform-hcl-standard/utils/config_loader.py b/terraform-hcl-standard/utils/config_loader.py similarity index 100% rename from iac-template/terraform-hcl-standard/utils/config_loader.py rename to terraform-hcl-standard/utils/config_loader.py diff --git a/iac-template/terraform-hcl-standard/utils/render_provider_backend.py b/terraform-hcl-standard/utils/render_provider_backend.py similarity index 100% rename from iac-template/terraform-hcl-standard/utils/render_provider_backend.py rename to terraform-hcl-standard/utils/render_provider_backend.py diff --git a/iac-template/terraform-hcl-standard/utils/renderer.py b/terraform-hcl-standard/utils/renderer.py similarity index 100% rename from iac-template/terraform-hcl-standard/utils/renderer.py rename to terraform-hcl-standard/utils/renderer.py diff --git a/iac-template/terraform-hcl-standard/vultr-vps/README.md b/terraform-hcl-standard/vultr-vps/README.md similarity index 100% rename from iac-template/terraform-hcl-standard/vultr-vps/README.md rename to terraform-hcl-standard/vultr-vps/README.md diff --git a/iac-template/terraform-hcl-standard/vultr-vps/bootstrap/identity/main.tf b/terraform-hcl-standard/vultr-vps/bootstrap/identity/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/vultr-vps/bootstrap/identity/main.tf rename to terraform-hcl-standard/vultr-vps/bootstrap/identity/main.tf diff --git a/iac-template/terraform-hcl-standard/vultr-vps/bootstrap/state/main.tf b/terraform-hcl-standard/vultr-vps/bootstrap/state/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/vultr-vps/bootstrap/state/main.tf rename to terraform-hcl-standard/vultr-vps/bootstrap/state/main.tf diff --git a/iac-template/terraform-hcl-standard/vultr-vps/config/accounts/.gitkeep b/terraform-hcl-standard/vultr-vps/config/accounts/.gitkeep similarity index 100% rename from iac-template/terraform-hcl-standard/vultr-vps/config/accounts/.gitkeep rename to terraform-hcl-standard/vultr-vps/config/accounts/.gitkeep diff --git a/iac-template/terraform-hcl-standard/vultr-vps/config/resources/.gitkeep b/terraform-hcl-standard/vultr-vps/config/resources/.gitkeep similarity index 100% rename from iac-template/terraform-hcl-standard/vultr-vps/config/resources/.gitkeep rename to terraform-hcl-standard/vultr-vps/config/resources/.gitkeep diff --git a/iac-template/terraform-hcl-standard/vultr-vps/envs/dev/cloud-init.yaml b/terraform-hcl-standard/vultr-vps/envs/dev/cloud-init.yaml similarity index 100% rename from iac-template/terraform-hcl-standard/vultr-vps/envs/dev/cloud-init.yaml rename to terraform-hcl-standard/vultr-vps/envs/dev/cloud-init.yaml diff --git a/iac-template/terraform-hcl-standard/vultr-vps/envs/dev/main.tf b/terraform-hcl-standard/vultr-vps/envs/dev/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/vultr-vps/envs/dev/main.tf rename to terraform-hcl-standard/vultr-vps/envs/dev/main.tf diff --git a/iac-template/terraform-hcl-standard/vultr-vps/envs/dev/variables.tf b/terraform-hcl-standard/vultr-vps/envs/dev/variables.tf similarity index 100% rename from iac-template/terraform-hcl-standard/vultr-vps/envs/dev/variables.tf rename to terraform-hcl-standard/vultr-vps/envs/dev/variables.tf diff --git a/iac-template/terraform-hcl-standard/vultr-vps/modules/compute/main.tf b/terraform-hcl-standard/vultr-vps/modules/compute/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/vultr-vps/modules/compute/main.tf rename to terraform-hcl-standard/vultr-vps/modules/compute/main.tf diff --git a/iac-template/terraform-hcl-standard/vultr-vps/modules/data_store/main.tf b/terraform-hcl-standard/vultr-vps/modules/data_store/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/vultr-vps/modules/data_store/main.tf rename to terraform-hcl-standard/vultr-vps/modules/data_store/main.tf diff --git a/iac-template/terraform-hcl-standard/vultr-vps/modules/iam/main.tf b/terraform-hcl-standard/vultr-vps/modules/iam/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/vultr-vps/modules/iam/main.tf rename to terraform-hcl-standard/vultr-vps/modules/iam/main.tf diff --git a/iac-template/terraform-hcl-standard/vultr-vps/modules/storage/main.tf b/terraform-hcl-standard/vultr-vps/modules/storage/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/vultr-vps/modules/storage/main.tf rename to terraform-hcl-standard/vultr-vps/modules/storage/main.tf diff --git a/iac-template/terraform-hcl-standard/vultr-vps/modules/vpc/main.tf b/terraform-hcl-standard/vultr-vps/modules/vpc/main.tf similarity index 100% rename from iac-template/terraform-hcl-standard/vultr-vps/modules/vpc/main.tf rename to terraform-hcl-standard/vultr-vps/modules/vpc/main.tf diff --git a/iac-template/terraform-hcl-standard/vultr-vps/templates/backend.tf b/terraform-hcl-standard/vultr-vps/templates/backend.tf similarity index 100% rename from iac-template/terraform-hcl-standard/vultr-vps/templates/backend.tf rename to terraform-hcl-standard/vultr-vps/templates/backend.tf diff --git a/iac-template/terraform-hcl-standard/vultr-vps/templates/provider.tf b/terraform-hcl-standard/vultr-vps/templates/provider.tf similarity index 100% rename from iac-template/terraform-hcl-standard/vultr-vps/templates/provider.tf rename to terraform-hcl-standard/vultr-vps/templates/provider.tf