Skip to content

Commit

Permalink
terraform fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
quartercastle committed Mar 6, 2023
1 parent deec3a2 commit 29bbc43
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions internal/service/medialive/channel_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -799,11 +799,11 @@ resource "aws_medialive_channel" "test" {
id = %[1]q
settings {
url = "rtp://localhost:8000"
url = "rtp://localhost:8000"
}
settings {
url = "rtp://localhost:8001"
url = "rtp://localhost:8001"
}
}
Expand Down Expand Up @@ -849,9 +849,9 @@ resource "aws_medialive_channel" "test" {
audio_buffer_model = "ATSC"
buffer_model = "MULTIPLEX"
rate_mode = "CBR"
}
}
}
}
}
}
}
}
}
Expand Down

0 comments on commit 29bbc43

Please sign in to comment.