File tree 1 file changed +12
-12
lines changed
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -13,17 +13,17 @@ Terraform Registry Server
13
13
Usage: tf-registry [flags]
14
14
15
15
Flags:
16
- -bucket string
16
+ -- bucket string
17
17
aws s3 bucket name containing terraform providers
18
- -port string
18
+ -- port string
19
19
port for HTTPS server (default "443")
20
- -profile string
20
+ -- profile string
21
21
aws named profile to assume (default "default")
22
- - serverCert
22
+ -- serverCert
23
23
path to https server certificate
24
- - serverKey
24
+ -- serverKey
25
25
path to https server key
26
- - gpgKey
26
+ -- gpgKey
27
27
path to gpg public key
28
28
```
29
29
32
32
Pre requisites:
33
33
A GPG key pair was created and stored in vault.
34
34
35
- Uploading is done via: https://ci1.eu-de-2.cloud.sap/teams/services/pipelines/terraform-providers
35
+
36
36
Process is explained below:
37
37
1 . build new provider from source. name must be terraform-provider-<name >
38
38
2 . zip it to terraform-provide-<name >_ <version >_ <os >_ <arch >.zip
@@ -42,12 +42,12 @@ Process is explained below:
42
42
6 . upload SHA256SUM and SHA256SUM.SIG to s3: bucket/org/name/version/, e.g. terraform-registry-1/cp/daybreak/1.0.0/signatures
43
43
44
44
### 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
49
45
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
+ ```
51
51
Certs and key will be mounted to /certs, gpg key via /gpg/gpg.pub
52
52
53
53
## TODO
You can’t perform that action at this time.
0 commit comments