Skip to content

Commit

Permalink
Add tags docs to README.md and release notes to CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ivours committed Jul 19, 2024
1 parent 3cecd95 commit 0d4e639
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.1.0] - 2024-07-19

- Add input for common tags.

## [1.0.1] - 2022-07-29

### Added
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ module "openvpn" {
| peered_networks | CIDRs blocks which OpenVPN will be able to route the traffic to/from. | `string` | `""` | yes |
| docker_cidr | CIDR for Docker service. | `list[string]` | `[]` | yes |
| compose_cidr | CIDR for `docker-compose.yaml`. | `list[string]` | `[]` | yes |
| tags | Common tags. | `map[string]` | `[]` | yes |

## Outputs

Expand Down

0 comments on commit 0d4e639

Please sign in to comment.