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 17, 2024. It is now read-only.
I'm creating this topic with the maximum amount of keywords that I can, because I noticed that this is a problem that is generating lots of duplicated issues. So if you have the same issue, please leave a comment here to explain the urgency to fix it.
The problem
Most of the structs in goformation have types other than string, like ecs.Service.DesiredCount that has an *int type. This makes it impossible to use Intrinsic Functions like Ref, FindInMap, ImportValue, Sub and others.
The text was updated successfully, but these errors were encountered:
henriqueleite42
changed the title
rds.DBInstance.MaxAllocatedStorage doesn't support cloudformation.FindInMap
Use string for ALL types so we can use CloudFormation Functions as values
Jun 27, 2024
henriqueleite42
changed the title
Use string for ALL types so we can use CloudFormation Functions as values
Use string for ALL types so we can use _CloudFormation Functions_ as values
Jun 27, 2024
henriqueleite42
changed the title
Use string for ALL types so we can use _CloudFormation Functions_ as values
Use string for ALL types so we can use *CloudFormation Functions* as values
Jun 27, 2024
henriqueleite42
changed the title
Use string for ALL types so we can use *CloudFormation Functions* as values
Use string for ALL types so we can use CloudFormation Functions as values
Jun 27, 2024
henriqueleite42
changed the title
Use string for ALL types so we can use CloudFormation Functions as values
Unable to use Intrinsic Functions on non string fields
Jun 27, 2024
henriqueleite42
changed the title
Unable to use Intrinsic Functions on non string fields
BREAKING CHANGE: Unable to use Intrinsic Functions on non string fields
Jun 27, 2024
The problem
Most of the structs in goformation have types other than
string
, likeecs.Service.DesiredCount
that has an*int
type. This makes it impossible to use Intrinsic Functions likeRef
,FindInMap
,ImportValue
,Sub
and others.Examples:
From #215:
From #252:
From #282:
From #304:
From #306:
Proposed solutions
string
I do not know the implications of these solutions, so please, let's discuss them, so we can create a PR to fix this recurring issue.
Duplicated issues and related people
Issues: #215 #252 #282 #304 #306 #467
People: @romanolux @prometherion @RafRabenda @Envek @efekarakus @ndeloof @xrn @jomast @mheffner @ipmb
The text was updated successfully, but these errors were encountered: