Skip to content

Commit b2d0c54

Browse files
authored
Correcting release badge (#17)
* Relative path to CodeQL badge * Adding badges * Adding badges * Updating release status * Updated ReadMe for DCT
1 parent 82b2e70 commit b2d0c54

File tree

1 file changed

+18
-20
lines changed

1 file changed

+18
-20
lines changed

README.md

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,49 @@
11
# Terraform Provider Delphix
22

33
![CodeQL](https://github.com/delphix-integrations/terraform-provider-delphix/actions/workflows/codeql.yml/badge.svg?branch=main)
4-
![Release](https://github.com/delphix-integrations/terraform-provider-delphix/actions/workflows/release.yml/badge.svg?event=release)
54
![Version](https://img.shields.io/github/v/release/delphix-integrations/terraform-provider-delphix)
65

76
Terraform Provider for Delphix enables Terraform to create and manage Delphix Continuous Data &
87
Continuous Compliance infrastructure using the Delphix Control Tower (DCT) APIs.
98

109
Full documentation can he found [here](https://integrations.delphix.com/Terraform/)
1110

12-
## Getting Started (Development)
13-
This guide will eventually cover the following
11+
## Prerequisites
12+
13+
1. Setup Delphix Control Tower(DCT) API Layer. For more information, visit [DCT Home.](https://docs.delphix.com/dct)
14+
2. Delphix Engines must be registered with DCT APIs
15+
3. API-Keys must be created for authenticating with DCT APIs. Refer to [DCT Home](https://docs.delphix.com/dct) for more info.
16+
4. Additional infrastructure required for testing the provider operations [ e.g Hosts to be added as environments, dSources to create VDBs from]
17+
5. Development setup for GoLang.
18+
1419

20+
## Getting Started (Development)
1521

16-
1. Setup DCT APi Gateway On Premise by following the [DCT API Gateway setup](https://github.com/delphix/orbital-api-gateway)
22+
This guide covers the following
1723

18-
2. Install IDE [Visual Studio Code](https://code.visualstudio.com)
24+
1. Install IDE [Visual Studio Code](https://code.visualstudio.com)
1925

20-
3. Install guide for [golang](https://go.dev/dl/)
26+
2. Install guide for [golang](https://go.dev/dl/)
2127

22-
4. Install guide for [Goreleaser](https://goreleaser.com/install/)
28+
3. Install guide for [Goreleaser](https://goreleaser.com/install/)
2329

24-
5. Install Go Plugin for VS Code
30+
4. Install Go Plugin for VS Code
2531

26-
6. Install [Terraform](https://www.terraform.io/downloads)
32+
5. Install [Terraform](https://www.terraform.io/downloads)
2733

28-
7. Fork this repo and clone it locally. Switch to develop branch which always heads to the latest development code.
34+
6. Fork this repo and clone it locally. Switch to develop branch which always heads to the latest development code.
2935

30-
8. Run following command to create binaries:
36+
7. Run following command to create binaries:
3137

3238
```goreleaser release --skip-publish --snapshot --rm-dist```
3339

34-
9. Execute example main.tf file under /examples/<resource> directory using the following commands:
40+
8. Execute example main.tf file under /examples/<resource> directory using the following commands:
3541

3642
```
3743
terraform init
3844
terraform plan
3945
terraform apply
4046
```
4147
42-
## Prerequisites
43-
44-
- Delphix Control Tower (DCT) API Gateway must be installed on-premise.
45-
- Delphix Engines must be registered with DCT-OnPrem.
46-
- API-Keys must be created for authenticating with DCT-OnPrem. Refer to DCT guide for more info.
47-
- Additional infrastructure required for testing the provider operations [ e.g Hosts to be added as environments, dSources to create VDBs from]
48-
- Development setup for GoLang.
49-
5048
## Contributing
5149
This project is currently not accepting external contributions.

0 commit comments

Comments
 (0)