lib/awstool/instance.rb in awstool-0.2.1 vs lib/awstool/instance.rb in awstool-0.2.2
- old
+ new
@@ -43,10 +43,11 @@
end
end
record = zone.records.create(
value: @instance.private_ip_address,
name: @options['hostname'],
- type: 'A'
+ type: 'A',
+ ttl: '300'
)
end
private