Metadata-Version: 2.0
Name: pyvtf
Version: 0.2
Summary: A Terrform Service Provider for VMware vCloud Director
Home-page: https://github.com/vmware/terraform-provider-vcloud-director
Author: pyvtf.vmware
Author-email: srinarayana@vmware.com
License: BSD-2 License
Project-URL: Bug Reports, https://github.com/vmware/terraform-provider-vcloud-director/issues
Project-URL: Source, https://github.com/vmware/terraform-provider-vcloud-director
Description-Content-Type: UNKNOWN
Keywords: terraform vcloud director vcd vmware
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6
Requires-Dist: argparse
Requires-Dist: grpcio
Requires-Dist: grpcio-tools
Requires-Dist: grpcio-health-checking
Requires-Dist: vcd-cli
Requires-Dist: pyvcloud


# terraform-provider-vcloud-director

## Overview

This repository implements a Terraform provider to work with [VMware vCloud Director](https://www.vmware.com/products/vcloud-director.html) resources.

## Try it out

See the [Setup Guide](docs/SETUP.md)

## Contributing

The terraform-provider-vcloud-director project team welcomes contributions from the community. Before you start working with terraform-provider-vcloud-director, please read our [Developer Certificate of Origin](https://cla.vmware.com/dco). All contributions to this repository must be signed as described on that page. Your signature certifies that you wrote the patch or have the right to pass it on as an open-source patch. For more detailed information, refer to [CONTRIBUTING.md](CONTRIBUTING.md).

## License
[BSD-2](LICENSE.txt)

