MANIFEST.in
README.md
setup.py
terraform_it/__init__.py
terraform_it/cli.py
terraform_it/generate_data_source.py
terraform_it/generate_provider.py
terraform_it/generate_resource.py
terraform_it/generate_shared_models.py
terraform_it/generators.py
terraform_it/helpers.py
terraform_it.egg-info/PKG-INFO
terraform_it.egg-info/SOURCES.txt
terraform_it.egg-info/dependency_links.txt
terraform_it.egg-info/entry_points.txt
terraform_it.egg-info/requires.txt
terraform_it.egg-info/top_level.txt
terraform_it/templates/CHECK.md.j2
terraform_it/templates/apierror.j2
terraform_it/templates/create_method.j2
terraform_it/templates/data_source_model.j2
terraform_it/templates/data_source_model_p.j2
terraform_it/templates/data_source_res.j2
terraform_it/templates/delete_method.j2
terraform_it/templates/go.mod.j2
terraform_it/templates/list_method.j2
terraform_it/templates/main.go.j2
terraform_it/templates/provider.j2
terraform_it/templates/read_method.j2
terraform_it/templates/requestBody.j2
terraform_it/templates/resource_model.j2
terraform_it/templates/responsemethod.j2
terraform_it/templates/schema.j2
terraform_it/templates/testing_data_source.j2
terraform_it/templates/testing_resource.j2
terraform_it/templates/tools.j2
terraform_it/templates/update_method.j2
terraform_it/templates/examples/example_data_source.j2
terraform_it/templates/examples/example_provider.j2
terraform_it/templates/examples/example_resource.j2
terraform_it/templates/shared_schema/shared_enum_model.j2
terraform_it/templates/shared_schema/shared_enums.j2
terraform_it/templates/shared_schema/shared_getters.j2
terraform_it/templates/shared_schema/shared_main.j2
terraform_it/templates/utils/schema_helper.j2