Changes for page Provisioning - pulumi

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

From version 1.1
edited by Kevin Wiki
on 2026/04/06 20:07
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
... ... @@ -1,3 +1,23 @@
1 -Setting up state backend in hetzner bucket
1 +## Setting up state backend in hetzner bucket
2 2  
3 -Login and create a Object Storage Bucket at https://console.hetzner.com/project/YOUR_PROJECT_ID/buckets. C
3 +### Configure Hetzner
4 +
5 +Login and create an Object Storage Bucket at https://console.hetzner.com/project/YOUR_PROJECT_ID/buckets.
6 +Define a unique name along with the region you want. Create the bucket with Private visibility.
7 +
8 +Create S3 credentials for Private Bucket access under Hetzners Security page.
9 +
10 +### Configure environment
11 +
12 +Define the following environment variables:
13 +
14 +```base
15 +export AWS_ACCESS_KEY_ID="YOUR_HETZNER_ACCESS_KEY"
16 +export AWS_SECRET_ACCESS_KEY="YOUR_HETZNER_SECRET_KEY"
17 +
18 +export PULUMI_COMFIG_PASSPHRASE="SOME_STRONG_PASSPHRASE
19 +```
20 +
21 +Now login with the following command structure:
22 +
23 +