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.
An error is raised with an obscure parameter reference.
Add-ConIf: The ValueToImport 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.Ref, System.String. The current types of the value are: System.Boolean, System.ValueType, System.Object.
The text was updated successfully, but these errors were encountered:
Description
Add-ConIf -ConditionName IsActiveRegion -ValueIfTrue $true -ValueIfFalse $false
Steps to reproduce
Expected result
A template should be generated like:
Actual result
An error is raised with an obscure parameter reference.
The text was updated successfully, but these errors were encountered: