File tree Expand file tree Collapse file tree 5 files changed +49
-13
lines changed Expand file tree Collapse file tree 5 files changed +49
-13
lines changed Original file line number Diff line number Diff line change 1
1
* .DS_Store
2
2
errored.tfstate
3
- .terraform
3
+ * .terraform
4
4
crash.log
5
5
terraform.tfstate
6
6
* .tfstate *
7
- terraform.tfvars
7
+ terraform.tfvars
8
+ * .terraform.lock.hcl
Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.0.1
3
+ rev : v4.2.0
4
4
hooks :
5
5
- id : check-added-large-files
6
6
args : ['--maxkb=500']
17
17
- id : detect-aws-credentials
18
18
args : ['--allow-missing-credentials']
19
19
- id : trailing-whitespace
20
- - repo : git ://github.com/antonbabenko/pre-commit-terraform
21
- rev : v1.50 .0
20
+ - repo : https ://github.com/antonbabenko/pre-commit-terraform
21
+ rev : v1.71 .0
22
22
hooks :
23
23
- id : terraform_fmt
24
24
- id : terraform_docs
Original file line number Diff line number Diff line change @@ -5,6 +5,37 @@ All notable changes to this project will be documented in this file.
5
5
<a name =" unreleased " ></a >
6
6
## [ Unreleased]
7
7
8
+ - Allow setting time_zone for ASG schedules ([ #17 ] ( https://github.com/umotif-public/terraform-aws-bastion/issues/17 ) )
9
+
10
+
11
+ <a name =" 2.2.0 " ></a >
12
+ ## [ 2.2.0] - 2021-06-04
13
+
14
+ - Add tags to IAM profile ([ #14 ] ( https://github.com/umotif-public/terraform-aws-bastion/issues/14 ) )
15
+
16
+
17
+ <a name =" 2.1.0 " ></a >
18
+ ## [ 2.1.0] - 2021-04-23
19
+
20
+ - Update AWS partition sourcing ([ #13 ] ( https://github.com/umotif-public/terraform-aws-bastion/issues/13 ) )
21
+
22
+
23
+ <a name =" 2.0.3 " ></a >
24
+ ## [ 2.0.3] - 2021-02-19
25
+
26
+ - Update bastion-userdata.sh ([ #12 ] ( https://github.com/umotif-public/terraform-aws-bastion/issues/12 ) )
27
+
28
+
29
+ <a name =" 2.0.2 " ></a >
30
+ ## [ 2.0.2] - 2021-02-19
31
+
32
+ - Update bastion-userdata.sh ([ #11 ] ( https://github.com/umotif-public/terraform-aws-bastion/issues/11 ) )
33
+
34
+
35
+ <a name =" 2.0.1 " ></a >
36
+ ## [ 2.0.1] - 2021-02-19
37
+
38
+ - Fix bastion policy to handle china partition ([ #10 ] ( https://github.com/umotif-public/terraform-aws-bastion/issues/10 ) )
8
39
9
40
10
41
<a name =" 2.0.0 " ></a >
@@ -88,7 +119,12 @@ All notable changes to this project will be documented in this file.
88
119
- Initial commit
89
120
90
121
91
- [ Unreleased ] : https://github.com/umotif-public/terraform-aws-bastion/compare/2.0.0...HEAD
122
+ [ Unreleased ] : https://github.com/umotif-public/terraform-aws-bastion/compare/2.2.0...HEAD
123
+ [ 2.2.0 ] : https://github.com/umotif-public/terraform-aws-bastion/compare/2.1.0...2.2.0
124
+ [ 2.1.0 ] : https://github.com/umotif-public/terraform-aws-bastion/compare/2.0.3...2.1.0
125
+ [ 2.0.3 ] : https://github.com/umotif-public/terraform-aws-bastion/compare/2.0.2...2.0.3
126
+ [ 2.0.2 ] : https://github.com/umotif-public/terraform-aws-bastion/compare/2.0.1...2.0.2
127
+ [ 2.0.1 ] : https://github.com/umotif-public/terraform-aws-bastion/compare/2.0.0...2.0.1
92
128
[ 2.0.0 ] : https://github.com/umotif-public/terraform-aws-bastion/compare/1.5.0...2.0.0
93
129
[ 1.5.0 ] : https://github.com/umotif-public/terraform-aws-bastion/compare/1.4.2...1.5.0
94
130
[ 1.4.2 ] : https://github.com/umotif-public/terraform-aws-bastion/compare/1.4.1...1.4.2
Original file line number Diff line number Diff line change 1
- ![ GitHub release (latest SemVer )] ( https://img.shields.io/github/v/release/umotif-public/terraform-aws-bastion?style=social )
1
+ [ ![ GitHub release (latest by date )] ( https://img.shields.io/github/v/release/umotif-public/terraform-aws-bastion )] ( https://github.com/umotif-public/terraform-aws-bastion/releases/latest )
2
2
3
3
# terraform-aws-bastion
4
4
@@ -50,14 +50,14 @@ Module managed by [Marcin Cuber](https://github.com/marcincuber) [LinkedIn](http
50
50
51
51
| Name | Version |
52
52
| ------| ---------|
53
- | <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 0.13.0 |
54
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 3.34 |
53
+ | <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 0.13.7 |
54
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 4.0.0 |
55
55
56
56
## Providers
57
57
58
58
| Name | Version |
59
59
| ------| ---------|
60
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 3.34 |
60
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 4.0.0 |
61
61
62
62
## Modules
63
63
Original file line number Diff line number Diff line change 1
1
terraform {
2
- required_version = " >= 0.13.0 "
2
+ required_version = " >= 0.13.7 "
3
3
4
4
required_providers {
5
- aws = " >= 3.34 "
5
+ aws = " >= 4.0.0 "
6
6
}
7
7
}
8
-
You can’t perform that action at this time.
0 commit comments