Skip to content

Commit

Permalink
Add IpcMode into TaskDefinitionInput.
Browse files Browse the repository at this point in the history
refs #715
  • Loading branch information
fujiwara committed Jul 17, 2024
1 parent dee9c2b commit 9e71803
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions diff.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ func tdToTaskDefinitionInput(td *TaskDefinition, tdTags []types.Tag) *TaskDefini
EphemeralStorage: td.EphemeralStorage,
ExecutionRoleArn: td.ExecutionRoleArn,
Family: td.Family,
IpcMode: td.IpcMode,
Memory: td.Memory,
NetworkMode: td.NetworkMode,
PlacementConstraints: td.PlacementConstraints,
Expand Down

0 comments on commit 9e71803

Please sign in to comment.