How do i config backend to utilize dell power scale s3 bucket, the documentation link below mentions its possible but nothing more
example:
terraform {
backend “s3” {
bucket = “bucket-name”
endpoints = "https://your.dell.endpoint/"
key = “test/tf.state”
workspace_key_prefix = “test”
secret_key = ""
access_key = ""
region = “local”
encrypt = “false”
}
}
1 Like