Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
nna774 committed May 9, 2024
1 parent e446b88 commit b847aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/route53/iii.dark-kuins.net.route
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ hosted_zone '10.in-addr.arpa.' do
vpc 'ap-northeast-1', 'vpc-09e11cbdafca64241'

iii.each do |host|
if host[:to].match /\d+\.\d+\.\d+\.\d+/
if host[:to].match(/\d+\.\d+\.\d+\.\d+/)
include_template :iii_rev, name: host[:name], kind: host[:kind], region: host[:region], to: host[:to]
end
end
Expand Down

0 comments on commit b847aa1

Please sign in to comment.