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.
Creation of a Join function call encapsulating the two import function calls.
Actual behaviour
Add-FnJoin: This parameter only accepts the following types: Vaporshell.Condition.If, Vaporshell.Function.Base64, Vaporshell.Function.FindInMap, Vaporshell.Function.GetAtt, Vaporshell.Function.GetAZs, Vaporshell.Function.Join, Vaporshell.Function.Select, Vaporshell.Function.Split, Vaporshell.Function.Ref, System.String. The current types of the value are: Vaporshell.Function.ImportValue, Vaporshell.Function, System.Management.Automation.PSCustomObject, System.Object.
The text was updated successfully, but these errors were encountered:
## 2.11.1 - 2020-03-09
* [Issue #72](#72)
* Updated allowable types for `Add-FnJoin` to match current AWS documentation (was missing `Fn::ImportValue` and `Fn::Sub` support)
Description
Add-FnJoin fails when an Import value is used.
Support for Fn:ImportValue is described here:
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-join.html
Steps to reproduce
Expected behaviour
Creation of a Join function call encapsulating the two import function calls.
Actual behaviour
The text was updated successfully, but these errors were encountered: