Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

Commit

Permalink
added Condition as an intrinsic
Browse files Browse the repository at this point in the history
  • Loading branch information
ojkelly committed Nov 7, 2018
1 parent 57ed854 commit 8871029
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/cloudformation/tags.go
Expand Up @@ -20,6 +20,7 @@ func registerYamlTagUnmarshalers() {
yaml.RegisterTagUnmarshaler("!FindInMap", intrinsicFn("Fn::FindInMap"))
yaml.RegisterTagUnmarshaler("!Join", intrinsicFn("Fn::Join"))
yaml.RegisterTagUnmarshaler("!Select", intrinsicFn("Fn::Select"))
yaml.RegisterTagUnmarshaler("!Condition", intrinsicFn("Fn::Condition"))
yaml.RegisterTagUnmarshaler("!Split", intrinsicFn("Fn::Split"))
yaml.RegisterTagUnmarshaler("!Sub", intrinsicFn("Fn::Sub"))
yaml.RegisterTagUnmarshaler("!And", intrinsicFn("Fn::And"))
Expand Down

0 comments on commit 8871029

Please sign in to comment.