LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
rony/__init__.py
rony/_version.py
rony/cli.py
rony/cli_aux.py
rony/module_writer.py
rony/validation.py
rony.egg-info/PKG-INFO
rony.egg-info/SOURCES.txt
rony.egg-info/dependency_links.txt
rony.egg-info/entry_points.txt
rony.egg-info/requires.txt
rony.egg-info/top_level.txt
rony/module_templates/CI_workflows.json
rony/module_templates/__AWS_BASE__.json
rony/module_templates/__GCP_BASE__.json
rony/module_templates/aws_glue_crawler.json
rony/module_templates/aws_glue_job.json
rony/module_templates/aws_lambda_function.json
rony/module_templates/aws_simple_storage_service.json
rony/module_templates/gcp_bigquery.json
rony/module_templates/gcp_cloud_function.json
rony/module_templates/gcp_cloud_storage.json
rony/module_templates/gcp_pubsub.json
rony/module_templates/CI_workflows/.gitignore
rony/module_templates/CI_workflows/.gitlab-ci.yml
rony/module_templates/CI_workflows/.tpl.env
rony/module_templates/CI_workflows/Makefile
rony/module_templates/CI_workflows/bitbucket-pipelines.yml
rony/module_templates/CI_workflows/.github/workflows/production.yml
rony/module_templates/CI_workflows/.github/workflows/production_destroy.yml
rony/module_templates/CI_workflows/.github/workflows/staging.yml
rony/module_templates/CI_workflows/.github/workflows/staging_destroy.yml
rony/module_templates/CI_workflows/.github/workflows/test_and_lint.yml
rony/module_templates/CI_workflows/CI/docker-compose.yml
rony/module_templates/CI_workflows/CI/scripts/apply.sh
rony/module_templates/CI_workflows/CI/scripts/build_and_push.sh
rony/module_templates/CI_workflows/CI/scripts/destroy.sh
rony/module_templates/CI_workflows/CI/scripts/format.sh
rony/module_templates/CI_workflows/CI/scripts/get_credentials.sh
rony/module_templates/CI_workflows/CI/scripts/plan.sh
rony/module_templates/CI_workflows/CI/scripts/pre_terraform.sh
rony/module_templates/CI_workflows/CI/scripts/test_and_lint.sh
rony/module_templates/CI_workflows/CI/scripts/validate_terraform.sh
rony/module_templates/__AWS_BASE__/.tpl.gitignore
rony/module_templates/__AWS_BASE__/README.tpl.md
rony/module_templates/__AWS_BASE__/CI/scripts/apply.sh
rony/module_templates/__AWS_BASE__/CI/scripts/destroy.sh
rony/module_templates/__AWS_BASE__/CI/scripts/format.sh
rony/module_templates/__AWS_BASE__/CI/scripts/get_credentials.sh
rony/module_templates/__AWS_BASE__/CI/scripts/plan.sh
rony/module_templates/__AWS_BASE__/CI/scripts/test_and_lint.sh
rony/module_templates/__AWS_BASE__/CI/scripts/validate_terraform.sh
rony/module_templates/__AWS_BASE__/config/.ronyignore
rony/module_templates/__AWS_BASE__/infrastructure/aws/backend.tf
rony/module_templates/__AWS_BASE__/infrastructure/aws/provider.tf
rony/module_templates/__AWS_BASE__/infrastructure/aws/variables.tf
rony/module_templates/__AWS_BASE__/infrastructure/aws/permissions/.ronyignore
rony/module_templates/__GCP_BASE__/.tpl.gitignore
rony/module_templates/__GCP_BASE__/README.tpl.md
rony/module_templates/__GCP_BASE__/CI/scripts/apply.sh
rony/module_templates/__GCP_BASE__/CI/scripts/destroy.sh
rony/module_templates/__GCP_BASE__/CI/scripts/format.sh
rony/module_templates/__GCP_BASE__/CI/scripts/plan.sh
rony/module_templates/__GCP_BASE__/CI/scripts/test_and_lint.sh
rony/module_templates/__GCP_BASE__/CI/scripts/validate_terraform.sh
rony/module_templates/__GCP_BASE__/config/.ronyignore
rony/module_templates/__GCP_BASE__/config/service-account.json
rony/module_templates/__GCP_BASE__/docs/.ronyignore
rony/module_templates/__GCP_BASE__/infrastructure/gcp/backend.tf
rony/module_templates/__GCP_BASE__/infrastructure/gcp/provider.tf
rony/module_templates/__GCP_BASE__/infrastructure/gcp/variables.tf
rony/module_templates/__GCP_BASE__/tests/.ronyignore
rony/module_templates/aws_glue_crawler/infrastructure/aws/crawler.tf
rony/module_templates/aws_glue_crawler/infrastructure/aws/iam.tf
rony/module_templates/aws_glue_crawler/infrastructure/aws/variables.tf
rony/module_templates/aws_glue_crawler/infrastructure/aws/permissions/Policy_GlueCrawler.json
rony/module_templates/aws_glue_crawler/infrastructure/aws/permissions/Role_GlueCrawler.json
rony/module_templates/aws_glue_job/etl/glue_scripts/glue_script1.py
rony/module_templates/aws_glue_job/etl/glue_scripts/glue_script2.py
rony/module_templates/aws_glue_job/infrastructure/aws/glue_job.tf
rony/module_templates/aws_glue_job/infrastructure/aws/iam.tf
rony/module_templates/aws_glue_job/infrastructure/aws/storage.tf
rony/module_templates/aws_glue_job/infrastructure/aws/variables.tf
rony/module_templates/aws_glue_job/infrastructure/aws/permissions/Policy_GlueJobs.json
rony/module_templates/aws_glue_job/infrastructure/aws/permissions/Role_GlueJobs.json
rony/module_templates/aws_glue_job/scripts/pre_terraform.sh
rony/module_templates/aws_lambda_function/functions/fn_example_script/handler.py
rony/module_templates/aws_lambda_function/functions/fn_example_script/main.py
rony/module_templates/aws_lambda_function/functions/fn_example_script/requirements.txt
rony/module_templates/aws_lambda_function/infrastructure/aws/function.tf
rony/module_templates/aws_lambda_function/infrastructure/aws/iam.tf
rony/module_templates/aws_lambda_function/infrastructure/aws/storage.tf
rony/module_templates/aws_lambda_function/infrastructure/aws/variables.tf
rony/module_templates/aws_lambda_function/infrastructure/aws/permissions/Policy_Lambda_decompress_S3.json
rony/module_templates/aws_lambda_function/infrastructure/aws/permissions/Role_Lambda_decompress_S3.json
rony/module_templates/aws_lambda_function/scripts/build_lambda_package.sh
rony/module_templates/aws_simple_storage_service/infrastructure/aws/storage.tf
rony/module_templates/aws_simple_storage_service/infrastructure/aws/variables.tf
rony/module_templates/gcp_bigquery/infrastructure/gcp/bigquery.tf
rony/module_templates/gcp_bigquery/schemas/iris.json
rony/module_templates/gcp_cloud_function/functions/fn_write_file_gcs_bgq/main.py
rony/module_templates/gcp_cloud_function/functions/fn_write_file_gcs_bgq/requirements.txt
rony/module_templates/gcp_cloud_function/infrastructure/gcp/function.tf
rony/module_templates/gcp_cloud_function/infrastructure/gcp/storage.tf
rony/module_templates/gcp_cloud_function/infrastructure/gcp/variables.tf
rony/module_templates/gcp_cloud_storage/infrastructure/gcp/storage.tf
rony/module_templates/gcp_cloud_storage/infrastructure/gcp/variables.tf
rony/module_templates/gcp_pubsub/infrastructure/gcp/pubsub.tf
rony/module_templates/gcp_pubsub/infrastructure/gcp/variables.tf
rony/module_templates/gcp_pubsub/pubsub/consumer/consumer.py
rony/module_templates/gcp_pubsub/pubsub/ingestion/producer.py
rony/tests/__init__.py
rony/tests/test_cli.py