You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.
I'm setting up an FSx cloudformation and when using the Add-FnRef to pass in the -StorageCapacity there is an error:
New-VSFSxFileSystem : Cannot process argument transformation on parameter 'StorageCapacity'. Cannot convert the "@{Ref=FileSystemSize}" value of type "Vaporshell.Function.Ref" to type "System.Int32".
At /Users/ebusalacchi/Documents/GitHub/aws/cloudformations/pti/fsx.ps1:125 char:26
-StorageCapacity (Add-FnRef -Ref "FileSystemSize") `
Hey @embusalacchi - Thanks for opening this up! I believe I know what the issue is, checking it out now and should hopefully have a fix for you today if it is what I believe it is. I'll keep you updated here!
## 2.9.5 - 2020-02-17
* [Issue #66](#66)
* Fixed: `Int`,`Double`, and `Boolean` parameters now accept CloudFormation Intrinsic Functions as parameter values.
* Miscellaneous
* Brought Resource Type and Property Type functions up to current spec sheet.
Just an FYI as well - I'm ironing out the kinks to have weekly scheduled releases taking place so that the module itself stays up to date with the current CloudFormation specification sheet. Should see a lot less gap between new functionality in CloudFormation and VaporShell :-)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm setting up an FSx cloudformation and when using the Add-FnRef to pass in the -StorageCapacity there is an error:
The param definition:
The text was updated successfully, but these errors were encountered: