Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated README.md #35

Merged
merged 23 commits into from
Nov 2, 2022
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
5b6d0e1
Merge branch 'develop'
ajaytho Aug 27, 2021
af1a0d8
Add goreleaser Github Action
sunnyx4 Apr 6, 2022
0d2f780
Merge pull request #8 from delphix-integrations/develop
arunskurian Apr 6, 2022
5a3756b
Change version to 0.1-beta for test release
sunnyx4 Apr 6, 2022
f174bf0
Merge branch 'develop' of github.com:delphix-integrations/terraform-p…
sunnyx4 Apr 6, 2022
b5569c3
Change version to 0.1-beta for test release (#9) (#10)
sunnyx4 Apr 6, 2022
dedde8d
Merge branch 'develop' of github.com:delphix-integrations/terraform-p…
sunnyx4 Apr 6, 2022
b523edc
Change the Go version in 1.17 in release action
sunnyx4 Apr 6, 2022
476aa2a
Merge pull request #11 from sunnyx4/develop
arunskurian Apr 6, 2022
85debd3
Add signs block in goreleaser.yml
sunnyx4 Apr 6, 2022
ca6523a
Merge pull request #12 from sunnyx4/develop
arunskurian Apr 6, 2022
82b2e70
Adding badges (#15) (#16)
arunskurian Apr 6, 2022
b2d0c54
Correcting release badge (#17)
arunskurian Apr 6, 2022
4978b7d
Change version to 0.0.1-beta (#18)
sunnyx4 Apr 6, 2022
b1c7598
Documentation updates for Terraform registry (#19)
arunskurian Apr 7, 2022
8899277
TOOL-13695 Merge develop into main
jtamagnan May 2, 2022
acd43fb
Merge pull request #23 from delphix-integrations/dlpx/pr/jtamagnan-de…
May 2, 2022
ae7361f
Release Provider v1.0.0 (#34)
sunnyx4 Jun 29, 2022
6bbe0d7
Updated README.md
nick-mathison Nov 2, 2022
88371f6
Update index.md
nick-mathison Nov 2, 2022
8d163f4
Update index.md
nick-mathison Nov 2, 2022
9de385f
Update index.md
nick-mathison Nov 2, 2022
da522ce
Merge branch 'develop' into patch-1
arunskurian Nov 2, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
The Terraform Provider for Delphix requires the Delphix Continuous Data Platform and Data Control Tower (DCT).


The Terraform Provider for Delphix enables customers to natively manage data-as-code along with their infrastructure.
With Terraform and Delphix, customers can now automatically provision, manage and teardown any number of ephemeral data environments to drive enterprise DevOps workflows including test data management.
The Terraform Provider for Delphix enables customers to manage data-as-code alongside their infrastructure.
With Terraform and Delphix, customers can now automatically provision, manage, and teardown ephemeral data environments to drive enterprise DevOps workflows enabling test data management.

This provider leverages the Delphix APIs available with the Delphix Data Control Tower (DCT). The provider must be configured with the proper API key generated by DCT and registered with associated Delphix engines before use
This provider leverages REST APIs available through the Delphix Data Control Tower (DCT). Before use, configure the Provider using an API key generated by DCT and registering Delphix engines within DCT.

To learn more about Delphix and DCT APIs, refer to [Delphix Docs](https://docs.delphix.com) and [DCT Docs](https://docs.delphix.com/dct) respectively. Please [Contact us](ask-integrations@delphix.com) (ask-integrations@delphix.com) with any questions.
To learn more about the Terraform Provider, webinar events, and other Delphix solutions, see our [Delphix Website](https://www.delphix.com/solutions/terraform). If you need technical guidance around Delphix and DCT, refer to the [Delphix Documentation](https://docs.delphix.com) and [DCT Documentation](https://docs.delphix.com/dct) websites.

Please [contact us](mailto:ask-integrations@delphix.com) with any questions or submit one on our [Delphix Community Portal](https://community.delphix.com/contactus).

## Example Usage

Expand Down