vagrant-aws-route53 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3c6d23ce1cd27bb4f51f65e8c2c9ce78c25d3c50
|
4
|
+
data.tar.gz: 0547d4828995ee11dd3b92458f917e566afe2267
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d60bb7067ac26d6fd80b6a918b166e9a7ed4ba6aa8b0c29c0745e2ba0acc45d2d409478c3a3d7a10441f77576344458fff86cd37a00bc4af29194e911aa06166
|
7
|
+
data.tar.gz: 6f4ffd82b3dabde8d99f1fec05387f0e20e49b9655b95ee20aa2cbe3edb803268cf42d255b889a0443f7c0565d76db682aca30b3b71e52e6255dc15a1baed215
|
data/README.md
CHANGED
@@ -1,14 +1,19 @@
|
|
1
1
|
vagrant-aws-route53
|
2
2
|
===============
|
3
3
|
|
4
|
-
A Vagrant plugin assigns the IP of the instance which vagrant-aws provider created to a specific Route 53 record set.
|
4
|
+
A Vagrant plugin assigns the public IP of the instance which vagrant-aws provider created to a specific Route 53 record set.
|
5
5
|
|
6
6
|
### Assigns the IP when
|
7
7
|
|
8
8
|
* initial ```vagrant up```
|
9
9
|
* ```vagrant up``` the halted instance.
|
10
10
|
|
11
|
-
###
|
11
|
+
### Assigns 0.0.0.0 when
|
12
|
+
|
13
|
+
* ```vagrant halt```
|
14
|
+
* ```vagrant destroy```
|
15
|
+
|
16
|
+
### does not
|
12
17
|
|
13
18
|
* creates another hosted zone or record set.
|
14
19
|
* destroys hosted zone or record set.
|
metadata
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vagrant-aws-route53
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Naohiro Oogatta
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-02-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
|
-
name: aws-sdk
|
14
|
+
name: aws-sdk-v1
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
17
|
- - '>='
|