Skip to content

Commit

Permalink
Merge pull request #40972 from hashicorp/medialive_multiplex_program_…
Browse files Browse the repository at this point in the history
…autoflex

r/medialive_multiplex_program: use autoflex
  • Loading branch information
johnsonaj authored Jan 17, 2025
2 parents 075d20d + f72fa6e commit 67b0980
Show file tree
Hide file tree
Showing 4 changed files with 144 additions and 310 deletions.
3 changes: 3 additions & 0 deletions .changelog/40972.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
resource/aws_medialive_multiplex_program: Add configurable `create` timeout
```
7 changes: 6 additions & 1 deletion internal/service/medialive/exports_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@
package medialive

// Exports for use in tests only.
var ResourceMultiplexProgram = newResourceMultiplexProgram
var (
ResourceMultiplexProgram = newResourceMultiplexProgram
FindMultiplexProgramByID = findMultiplexProgramByID

ParseMultiplexProgramID = parseMultiplexProgramID
)
Loading

0 comments on commit 67b0980

Please sign in to comment.