We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a2bd13 commit bc74f27Copy full SHA for bc74f27
redis.cfndsl.rb
@@ -70,7 +70,7 @@
70
Tags tags + [{ Key: 'Name', Value: FnJoin('-', [ Ref(:EnvironmentName), component_name, 'cache-cluster' ]) }]
71
}
72
73
- record = (defined? dns_record ? "#{dns_record}" : 'redis')
+ record = (defined?(dns_record) ? "#{dns_record}" : 'redis')
74
75
Route53_RecordSet(:RedisHostRecord) {
76
HostedZoneName FnJoin('', [ Ref(:EnvironmentName), '.', Ref(:DnsDomain), '.'])
0 commit comments