terra_boi 0.0.14 → 0.0.15

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ef333f7a239ff89cbbec5913b7775ce3088e6c89e24be3f8724a30e77be6a947
4
- data.tar.gz: b2289ec4c7aa3f2123050291ee75630d85fc5e4d951f7d5d29aa7e8d479cf878
3
+ metadata.gz: 7bb6fa1fe29b57d53a38db4d97aad2074b258b7167d422b4b22be65518cf04ba
4
+ data.tar.gz: 04dd7fc1f68ed4ecdef2a14f8f5642bf91c9010a7a63446768de7ab931c51530
5
5
  SHA512:
6
- metadata.gz: 48f9052564742102d849f80d5079fa1d4fab2d11f16b48e9d70f1e682cb6487378ca90db536281bdb7d75b4696796dd88101dd2db8be31d3b4cd1767daa35f23
7
- data.tar.gz: 5168fe10ae5cf13e1dc75d8e5cf1731a83e7782a7b1682db9a3e106080d1471c2cca1c4c291f2589d7062c7f0b2a9985873a861fc87abd3726c457f5e901d4b0
6
+ metadata.gz: 24b9e5fa33d8e2bbf45a87b6eb8d35dbaf84305e656641f189043adc146cf66077a7551b4e019bd33f840f94de3ff1ba1675fd437076c641f75d7a2215f3f0aa
7
+ data.tar.gz: 1b99db1964e6ed45ce2b92b3428abd5cbb26b54d95ecb37c82c062c8c3074b6dbb8bdfb0c88c6ba21039224f13f2db8adf9c7f26e9bdfc2042089d1655bd53d4
@@ -1,49 +1,49 @@
1
1
  {
2
- "variables": {
3
- "DOCKERHUB_ACCESS_TOKEN": "",
4
- "DOCKERHUB_USERNAME": "",
5
- "DB_PASSWORD": ""
6
- },
2
+ "variables": {
3
+ "DOCKERHUB_ACCESS_TOKEN": "",
4
+ "DOCKERHUB_USERNAME": "",
5
+ "DB_PASSWORD": ""
6
+ },
7
7
 
8
- "builders": [{
9
- "type": "amazon-ebs",
10
- "region": "us-east-2",
11
- "source_ami_filter": {
12
- "filters": {
13
- "virtualization-type": "hvm",
14
- "name": "ubuntu/images/*ubuntu-disco-19.04-amd64-server-*",
15
- "root-device-type": "ebs"
16
- },
17
- "owners": ["099720109477"],
18
- "most_recent": true
19
- },
20
- "instance_type": "t2.micro",
21
- "ssh_username": "ubuntu",
22
- "ami_name": "<%= application_name %>-ec2 {{timestamp}}",
23
- "tags": {
24
- "application": "<%= application_name %>-web-server"
25
- }
26
- }],
8
+ "builders": [{
9
+ "type": "amazon-ebs",
10
+ "region": "us-east-2",
11
+ "source_ami_filter": {
12
+ "filters": {
13
+ "virtualization-type": "hvm",
14
+ "name": "ubuntu/images/*ubuntu-bionic-18.04-amd64-server-*",
15
+ "root-device-type": "ebs"
16
+ },
17
+ "owners": ["099720109477"],
18
+ "most_recent": true
19
+ },
20
+ "instance_type": "t2.micro",
21
+ "ssh_username": "ubuntu",
22
+ "ami_name": "<%= application_name %>-ec2 {{timestamp}}",
23
+ "tags": {
24
+ "application": "<%= application_name %>-web-server"
25
+ }
26
+ }],
27
27
 
28
- "provisioners": [{
29
- "type": "file",
30
- "source": "../config/master.key",
31
- "destination": "/tmp/master.key"
32
- },{
33
- "type": "shell",
34
- "inline": [
35
- "sleep 30"
36
- ]
37
- },
28
+ "provisioners": [{
29
+ "type": "file",
30
+ "source": "../config/master.key",
31
+ "destination": "/tmp/master.key"
32
+ },{
33
+ "type": "shell",
34
+ "inline": [
35
+ "sleep 30"
36
+ ]
37
+ },
38
38
  {
39
39
  "type":"shell",
40
40
  "environment_vars": [
41
- "DOCKERHUB_ACCESS_TOKEN={{user `DOCKERHUB_ACCESS_TOKEN`}}",
42
- "DOCKERHUB_USERNAME={{user `DOCKERHUB_USERNAME`}}",
43
- "DB_PASSWORD={{user `DB_PASSWORD`}}",
44
- "AWS_ACCESS_KEY_ID={{user `AWS_ACCESS_KEY_ID`}}",
45
- "AWS_SECRET_ACCESS_KEY={{user `AWS_SECRET_ACCESS_KEY`}}"
46
- ],
41
+ "DOCKERHUB_ACCESS_TOKEN={{user `DOCKERHUB_ACCESS_TOKEN`}}",
42
+ "DOCKERHUB_USERNAME={{user `DOCKERHUB_USERNAME`}}",
43
+ "DB_PASSWORD={{user `DB_PASSWORD`}}",
44
+ "AWS_ACCESS_KEY_ID={{user `AWS_ACCESS_KEY_ID`}}",
45
+ "AWS_SECRET_ACCESS_KEY={{user `AWS_SECRET_ACCESS_KEY`}}"
46
+ ],
47
47
  "script": "ami_build.sh"
48
48
  }]
49
49
  }
@@ -1,3 +1,3 @@
1
1
  module TerraBoi
2
- VERSION = '0.0.14'
2
+ VERSION = '0.0.15'
3
3
  end
metadata CHANGED
@@ -1,35 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: terra_boi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.14
4
+ version: 0.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Charlie Reese
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-12-09 00:00:00.000000000 Z
11
+ date: 2020-04-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
18
- - !ruby/object:Gem::Version
19
- version: '6.0'
20
17
  - - ">="
21
18
  - !ruby/object:Gem::Version
22
19
  version: 6.0.0
20
+ - - "~>"
21
+ - !ruby/object:Gem::Version
22
+ version: '6.0'
23
23
  type: :development
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
- - - "~>"
28
- - !ruby/object:Gem::Version
29
- version: '6.0'
30
27
  - - ">="
31
28
  - !ruby/object:Gem::Version
32
29
  version: 6.0.0
30
+ - - "~>"
31
+ - !ruby/object:Gem::Version
32
+ version: '6.0'
33
33
  description: 'This gem was created to get rails applications deployed into production
34
34
  as quickly and easily as possible. It contains generators that create infrastructure
35
35
  code for load balancing / auto scaling / zero-downtime deployments, (rails) web
@@ -97,7 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
97
97
  version: '0'
98
98
  requirements: []
99
99
  rubyforge_project:
100
- rubygems_version: 2.7.7
100
+ rubygems_version: 2.7.10
101
101
  signing_key:
102
102
  specification_version: 4
103
103
  summary: Generators to help you get rails applications deployed into production as