We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e446b88 commit b847aa1Copy full SHA for b847aa1
aws/route53/iii.dark-kuins.net.route
@@ -64,7 +64,7 @@ hosted_zone '10.in-addr.arpa.' do
64
vpc 'ap-northeast-1', 'vpc-09e11cbdafca64241'
65
66
iii.each do |host|
67
- if host[:to].match /\d+\.\d+\.\d+\.\d+/
+ if host[:to].match(/\d+\.\d+\.\d+\.\d+/)
68
include_template :iii_rev, name: host[:name], kind: host[:kind], region: host[:region], to: host[:to]
69
end
70
0 commit comments