File tree Expand file tree Collapse file tree 7 files changed +15
-37
lines changed Expand file tree Collapse file tree 7 files changed +15
-37
lines changed Original file line number Diff line number Diff line change 18
18
python-version : ' 3.x'
19
19
20
20
- name : ' create readme'
21
- uses : ' clouddrove/github-actions@v9.0.1 '
21
+ uses : ' clouddrove/github-actions@v9.0.2 '
22
22
with :
23
23
actions_subcommand : ' readme'
24
24
github_token : ' ${{ secrets.GITHUB}}'
35
35
continue-on-error : true
36
36
37
37
- name : ' push readme'
38
- uses : ' clouddrove/github-actions@v9.0.1 '
38
+ uses : ' clouddrove/github-actions@v9.0.2 '
39
39
continue-on-error : true
40
40
with :
41
41
actions_subcommand : ' push'
Original file line number Diff line number Diff line change 57
57
cd ${{ matrix.directory }}
58
58
terraform init
59
59
terraform validate
60
- terraform plan -input=false -no-color
60
+
61
+
61
62
- name : tflint
62
63
uses : reviewdog/action-tflint@master
63
64
with :
Original file line number Diff line number Diff line change 23
23
24
24
- name : ' Terratest for multi_node_non_vpc'
25
25
if : ${{ github.event.label.name == 'terratest' }}
26
- uses : ' clouddrove/github-actions@v9.0.1 '
26
+ uses : ' clouddrove/github-actions@v9.0.2 '
27
27
with :
28
28
actions_subcommand : ' terratest'
29
29
tf_actions_working_dir : ' _test/multi_node_non_vpc'
32
32
33
33
- name : ' Terratest for multi_node_vpc'
34
34
if : ${{ github.event.label.name == 'terratest' }}
35
- uses : ' clouddrove/github-actions@v9.0.1'
36
- with :
35
+ uses : ' clouddrove/github-actions@v9.0.2
37
36
actions_subcommand: ' terratest'
38
37
tf_actions_working_dir : ' _test/multi_node_vpc'
39
38
env :
42
41
43
42
- name : ' Terratest for single_node_non_vpc'
44
43
if : ${{ github.event.label.name == 'terratest' }}
45
- uses : ' clouddrove/github-actions@v9.0.1 '
44
+ uses : ' clouddrove/github-actions@v9.0.2 '
46
45
with :
47
46
actions_subcommand : ' terratest'
48
47
tf_actions_working_dir : ' _test/single_node_non_vpc'
52
51
53
52
- name : ' Terratest for single_node_vpc'
54
53
if : ${{ github.event.label.name == 'terratest' }}
55
- uses : ' clouddrove/github-actions@v9.0.1 '
54
+ uses : ' clouddrove/github-actions@v9.0.2 '
56
55
with :
57
56
actions_subcommand : ' terratest'
58
57
tf_actions_working_dir : ' _test/single_node_vpc'
Original file line number Diff line number Diff line change 1
- Apache License
1
+ Apache License
2
2
Version 2.0, January 2004
3
3
http://www.apache.org/licenses/
4
4
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ provider "aws" {
4
4
5
5
module "vpc" {
6
6
source = " clouddrove/vpc/aws"
7
- version = " 0.15.0 "
7
+ version = " 0.15.1 "
8
8
9
9
name = " vpc"
10
10
environment = " test"
@@ -14,7 +14,7 @@ module "vpc" {
14
14
15
15
module "public_subnets" {
16
16
source = " clouddrove/subnet/aws"
17
- version = " 0.15.0 "
17
+ version = " 0.15.3 "
18
18
19
19
name = " public-subnet"
20
20
environment = " test"
@@ -30,7 +30,7 @@ module "public_subnets" {
30
30
31
31
module "security_group" {
32
32
source = " clouddrove/security-group/aws"
33
- version = " 0.15.0 "
33
+ version = " 1.0.1 "
34
34
35
35
name = " ingress_security_groups"
36
36
environment = " test"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ provider "aws" {
4
4
5
5
module "vpc" {
6
6
source = " clouddrove/vpc/aws"
7
- version = " 0.15.0 "
7
+ version = " 0.15.1 "
8
8
9
9
10
10
name = " vpc"
@@ -16,7 +16,7 @@ module "vpc" {
16
16
17
17
module "public_subnets" {
18
18
source = " clouddrove/subnet/aws"
19
- version = " 0.15.0 "
19
+ version = " 0.15.3 "
20
20
21
21
name = " public-subnet"
22
22
environment = " test"
@@ -32,7 +32,7 @@ module "public_subnets" {
32
32
33
33
module "security_group" {
34
34
source = " clouddrove/security-group/aws"
35
- version = " 0.15.0 "
35
+ version = " 1.0.1 "
36
36
37
37
name = " ingress_security_groups"
38
38
environment = " test"
You can’t perform that action at this time.
0 commit comments