Skip to content

Commit

Permalink
docs: fix typos
Browse files Browse the repository at this point in the history
OTT-6255
  • Loading branch information
thatsddr committed Jul 19, 2024
1 parent a4b7a8b commit 2a9e4bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/source_location.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
resource "awsmt_source_location" "example" {
name = "examplesourcelocation"
http_configuration = {
hc_base_url = "https://ott-mediatailor-test.s3.eu-central-1.amazonaws.com"
base_url = "https://ott-mediatailor-test.s3.eu-central-1.amazonaws.com"
}
default_segment_delivery_configuration = {
dsdc_base_url = "https://ott-mediatailor-test.s3.eu-central-1.amazonaws.com/test-img.jpeg"
base_url = "https://ott-mediatailor-test.s3.eu-central-1.amazonaws.com/test-img.jpeg"
}
}

Expand Down

0 comments on commit 2a9e4bf

Please sign in to comment.