Skip to content

Commit 0bca719

Browse files
committed
updated readme
1 parent 782028c commit 0bca719

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ Terraform Registry Server
1313
Usage: tf-registry [flags]
1414
1515
Flags:
16-
-bucket string
16+
-- bucket string
1717
aws s3 bucket name containing terraform providers
18-
-port string
18+
-- port string
1919
port for HTTPS server (default "443")
20-
-profile string
20+
-- profile string
2121
aws named profile to assume (default "default")
22-
- serverCert
22+
-- serverCert
2323
path to https server certificate
24-
- serverKey
24+
-- serverKey
2525
path to https server key
26-
- gpgKey
26+
-- gpgKey
2727
path to gpg public key
2828
```
2929

@@ -32,7 +32,7 @@ Flags:
3232
Pre requisites:
3333
A GPG key pair was created and stored in vault.
3434

35-
Uploading is done via: https://ci1.eu-de-2.cloud.sap/teams/services/pipelines/terraform-providers
35+
3636
Process is explained below:
3737
1. build new provider from source. name must be terraform-provider-<name>
3838
2. zip it to terraform-provide-<name>_<version>_<os>_<arch>.zip
@@ -42,12 +42,12 @@ Process is explained below:
4242
6. upload SHA256SUM and SHA256SUM.SIG to s3: bucket/org/name/version/, e.g. terraform-registry-1/cp/daybreak/1.0.0/signatures
4343

4444
### Starting server
45-
Server is deployed via pipeline:
46-
https://ci1.eu-de-2.cloud.sap/teams/services/pipelines/terraform-registry
47-
which deploys this chart:
48-
https://github.wdf.sap.corp/cc/terraform-registry
4945

50-
E.g: start the server: ./tf-registry -bucket terraform-registry-1 -port 443 -serverCert certs/localhost.crt -serverKey certs/localhost.key -gpgKey certs/gpg.pub
46+
47+
E.g: start the server:
48+
```
49+
./tf-registry -bucket terraform-registry-1 -port 443 -serverCert certs/localhost.crt -serverKey certs/localhost.key -gpgKey certs/gpg.pub
50+
```
5151
Certs and key will be mounted to /certs, gpg key via /gpg/gpg.pub
5252

5353
## TODO

0 commit comments

Comments
 (0)