Skip to content

Commit

Permalink
test: fix argument name in http_configuration
Browse files Browse the repository at this point in the history
OTT-6361
  • Loading branch information
thatsddr committed Aug 30, 2024
1 parent 83c5a2f commit 789f411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awsmt/resource_source_location_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func basicSourceLocationWithAccessConfig(name, baseUrl, k1, v1, k2, v2 string) s
resource "awsmt_source_location" "test_source_location"{
name = "%[1]s"
http_configuration = {
baseUrl = "https://ott-mediatailor-test.s3.eu-central-1.amazonaws.com"
base_url = "https://ott-mediatailor-test.s3.eu-central-1.amazonaws.com"
}
access_configuration = {
access_type = "S3_SIGV4"
Expand Down

0 comments on commit 789f411

Please sign in to comment.