Skip to content

Commit

Permalink
fix daily snapshot endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs committed Nov 3, 2023
1 parent f15b022 commit 821bf69
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion terraform/daily_snapshot/prod/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,15 @@ terraform {
region = "us-west-1"
# The S3 region is determined by the endpoint. fra1 = Frankfurt.
# This region does not have to be shared by the droplet.
endpoint = "https://fra1.digitaloceanspaces.com"
endpoints = {
s3 = "https://fra1.digitaloceanspaces.com"
}

# Credentially can be validated through the Security Token Service (STS).
# Unfortunately, DigitalOcean does not support STS so we have to skip the
# validation.
skip_credentials_validation = "true"
skip_requesting_account_id = "true"
skip_s3_checksum = "true"
}
}
Expand Down

0 comments on commit 821bf69

Please sign in to comment.