Skip to content

Commit

Permalink
fix backend s3 link (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs authored Nov 7, 2023
1 parent 8407a9c commit a236fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/sync_check/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ terraform {
# The S3 region is determined by the endpoint. fra1 = Frankfurt.
# This region does not have to be shared by the droplet.
endpoints = {
s3 = "fra1.digitaloceanspaces.com"
s3 = "https://fra1.digitaloceanspaces.com"
}

# Credentially can be validated through the Security Token Service (STS).
Expand Down

0 comments on commit a236fb0

Please sign in to comment.