You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notable changes to this project will be documented in this file. This file uses change log convention from [keep a CHANGELOG](http://keepachangelog.com/en/0.3.0/).
4
+
5
+
<aname="0.1.0"></a>
6
+
7
+
## 0.1.0
8
+
9
+
> 2021-10-11
10
+
11
+
### Bug Fixes
12
+
13
+
- name value external faker ([#3](https://github.com/hadenlabs/terraform-aws-key-pair/issues/3))
14
+
15
+
### Code Refactoring
16
+
17
+
- internal faker for keys ([#3](https://github.com/hadenlabs/terraform-aws-key-pair/issues/3))
18
+
- name project configuration ([#1](https://github.com/hadenlabs/terraform-aws-key-pair/issues/1))
19
+
20
+
### Features
21
+
22
+
- implement key test ([#5](https://github.com/hadenlabs/terraform-aws-key-pair/issues/5))
| <aname="output_instance"></a> [instance](#output_instance)| key_pair of instance. |
130
99
100
+
<!-- END_TF_DOCS -->
131
101
132
102
## Help
133
103
134
104
**Got a question?**
135
105
136
106
File a GitHub [issue](https://github.com/hadenlabs/terraform-aws-key-pair/issues).
137
107
138
-
139
108
## Contributing
140
109
141
110
### Bug Reports & Feature Requests
142
111
143
-
144
112
Please use the [issue tracker](https://github.com/hadenlabs/terraform-aws-key-pair/issues) to report any bugs or file feature requests.
145
113
146
-
147
114
### Development
148
115
149
116
In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.
@@ -155,11 +122,8 @@ In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.
155
122
156
123
5. Submit a **Pull Request** so that we can review your changes
157
124
158
-
159
-
160
125
**NOTE:** Be sure to rebase the latest changes from "upstream" before making a pull request!
161
126
162
-
163
127
## Module Versioning
164
128
165
129
This Module follows the principles of [Semantic Versioning (SemVer)](https://semver.org/).
@@ -172,37 +136,21 @@ Using the given version number of `MAJOR.MINOR.PATCH`, we apply the following co
172
136
173
137
### Backwards compatibility in `0.0.z` and `0.y.z` version
174
138
175
-
- In the context of initial development, backwards compatibility in versions `0.0.z` is **not guaranteed** when `z` is
176
-
increased. (Initial development)
177
-
- In the context of pre-release, backwards compatibility in versions `0.y.z` is **not guaranteed** when `y` is
178
-
increased. (Pre-release)
179
-
180
-
181
-
139
+
- In the context of initial development, backwards compatibility in versions `0.0.z` is **not guaranteed** when `z` is increased. (Initial development)
140
+
- In the context of pre-release, backwards compatibility in versions `0.y.z` is **not guaranteed** when `y` is increased. (Pre-release)
0 commit comments