Skip to content

Commit ea09b04

Browse files
committed
Change to allow empty stack parameters
1 parent 18be470 commit ea09b04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stack-deploy/src/StackDeploy/Parameters.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ import qualified Stratosphere as CFT
3131
-- import qualified Stratosphere as CFT
3232
-- :}
3333

34-
type ParameterName = BoundText "StackDeploy.Parameter.Name"
35-
type ParameterValue = BoundText "StackDeploy.Parameter.Value"
34+
type ParameterName = BoundText' "StackDeploy.Parameter.Name" '(1, 255)
35+
type ParameterValue = BoundText' "StackDeploy.Parameter.Value" '(0, 4096)
3636

3737
data Parameter = Parameter
3838
{ name :: ParameterName

0 commit comments

Comments
 (0)