File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change
1
+ # [ 1.2.0] ( https://github.com/infinite-automations/terraform-all-in-one/compare/v1.1.0...v1.2.0 ) (2023-11-01)
2
+
3
+
4
+ ### Features
5
+
6
+ * add terraform test command ([ d33a74d] ( https://github.com/infinite-automations/terraform-all-in-one/commit/d33a74d95be0f9f447325e9d0551844469da4539 ) )
7
+
1
8
# [ 1.1.0] ( https://github.com/infinite-automations/terraform-all-in-one/compare/v1.0.0...v1.1.0 ) (2023-10-05)
2
9
3
10
### Features
Original file line number Diff line number Diff line change 25
25
- name : Checkout
26
26
uses : actions/checkout@v4
27
27
- name : Deploy With Value 1
28
- uses : " infinite-automations/terraform-all-in-one@v1.1 .0"
28
+ uses : " infinite-automations/terraform-all-in-one@v1.2 .0"
29
29
with :
30
30
directory : " ./terraform"
31
31
apply : true
@@ -35,14 +35,14 @@ jobs:
35
35
run : |
36
36
echo "Running test 1..."
37
37
- name : Deploy With Value 2
38
- uses : " infinite-automations/terraform-all-in-one@v1.1 .0"
38
+ uses : " infinite-automations/terraform-all-in-one@v1.2 .0"
39
39
with :
40
40
directory : " ./terraform"
41
41
apply : true
42
42
env :
43
43
TF_VAR_my_var : " value2"
44
44
- name : Run Test 2
45
- uses : " infinite-automations/terraform-all-in-one@v1.1 .0"
45
+ uses : " infinite-automations/terraform-all-in-one@v1.2 .0"
46
46
with :
47
47
directory : " ./terraform"
48
48
test-directory : " ./terraform"
51
51
plan : false
52
52
test : true
53
53
- name : Destroy
54
- uses : " infinite-automations/terraform-all-in-one@v1.1 .0"
54
+ uses : " infinite-automations/terraform-all-in-one@v1.2 .0"
55
55
with :
56
56
directory : " ./terraform"
57
57
setup : false
You can’t perform that action at this time.
0 commit comments