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
Cloudformation converts !Sub '-datacenter=${AWS::Region}' to Fn::Sub '''-datacenter=${AWS::Region}''' thus resulting in the failure of the string substitution. This results in a default to be set for the datacenter of Consul (in this particular case, to dc1)
The text was updated successfully, but these errors were encountered:
Cloudformation converts
!Sub '-datacenter=${AWS::Region}'
toFn::Sub '''-datacenter=${AWS::Region}'''
thus resulting in the failure of the string substitution. This results in a default to be set for the datacenter of Consul (in this particular case, to dc1)The text was updated successfully, but these errors were encountered: