Changes for page Provisioning - pulumi

Last modified by Kevin Wiki on 2026/04/06 20:22

From version 2.1
edited by Kevin Wiki
on 2026/04/06 20:22
Change comment: There is no comment for this version
To version 1.9
edited by Kevin Wiki
on 2026/04/06 20:20
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -14,7 +14,6 @@
14 14  ```base
15 15  export AWS_ACCESS_KEY_ID="YOUR_HETZNER_ACCESS_KEY"
16 16  export AWS_SECRET_ACCESS_KEY="YOUR_HETZNER_SECRET_KEY"
17 -EXPORT AWS_REGION="YOUR_AWS_REGION"
18 18  
19 19  export PULUMI_COMFIG_PASSPHRASE="SOME_STRONG_PASSPHRASE
20 20  ```
... ... @@ -21,12 +21,4 @@
21 21  
22 22  Now login with the following command structure:
23 23  
24 -```bash
25 -pulumi login "s3://YOUR_BUCKET_NAME?\
26 -endpoint=YOUR_BUCKET_REGION.your-objectstorage.com&\
27 -disableSSL=false&\
28 -s3ForcePathStyle=true"
29 -
30 -```
31 -
32 32