https://github.com/negz/provider-terraform-examples
Example configurations that leverage @crossplaneio's provider-terraform
https://github.com/negz/provider-terraform-examples
Last synced: about 2 months ago
JSON representation
Example configurations that leverage @crossplaneio's provider-terraform
- Host: GitHub
- URL: https://github.com/negz/provider-terraform-examples
- Owner: negz
- Created: 2021-07-09T02:58:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-09T21:53:37.000Z (almost 4 years ago)
- Last Synced: 2025-01-25T22:35:24.923Z (4 months ago)
- Language: HCL
- Size: 8.79 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# provider-terraform-examples
Example configurations that leverage @crossplaneio's [provider-terraform]. This
repository includes the following examples:* [`migrating-from-terraform`] demonstrates how a platform team can bring an
existing Terraform configuration under Crossplane management to offer their
engineers a self-service API, then gradually migrate to using native
Crossplane resources.
* [`unsupported-resources`] demonstrates how platform teams can use Crossplane
and provider-terraform to offer their engineers a simple, self service API for
managing virtual machines, even though Crossplane does not yet have native
support for major cloud virtual machines.[provider-terraform]: https://github.com/crossplane-contrib/provider-terraform
[`migrating-from-terraform`]: migrating-from-terraform
[`unsupported-resources`]: unsupported-resources