Pushing state to Hetzner S3 #189
-
Hello,
Has somebody encountered similar error while uploading to S3? Have you uploaded state to S3 while using this module or this is just problem in general with terraform and Hetzner?
and this is my backend:
as seen in logs, it is registering correctly env variables AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY, bucket is also working as I have already pushed many logs and metrics into it, any help would be appreciated 🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Basically, this has nothing to do with this module. Unfortunately, I don't notice any errors in the config. I would ask Hetzner directly how this works or what the problem is. Of course it could help others if you post the solution here. |
Beta Was this translation helpful? Give feedback.
Hey @mrclrchtr,
did some digging and Hetzner S3 is incompatible.
AWS SDKs were updated only after the
1.11.1
version of TF, so using version1.11.1
should be fine(I tested only1.11.1
).