Hi Paulo. If I'm understanding it right you are trying to setup S3 Bucket backups for etcd on the downstream cluster? If so, I have it setup using these terraform resources.
• rancher2_cloud_credential (setup s3 secrets)
• rancher2_cluster_v2 (to setup s3 bucket)
Example is here. https://github.com/rancher/terraform-provider-rancher2/issues/947
✅ 1
a
alert-king-94787
10/16/2023, 5:40 PM
Hi @damp-quill-25153
Tks a lot.
It works now
But its stranger for me. Where did resource
resource "rancher2_etcd_backup"
create config?
d
damp-quill-25153
10/16/2023, 8:12 PM
I have no idea where does that resource creates the backup for etcd.