Skip to content

Commit d179278

Browse files
committed
chore: fix merge conflicts
2 parents 66702c5 + 634d31b commit d179278

File tree

3 files changed

+19
-12
lines changed

3 files changed

+19
-12
lines changed

.trunk/trunk.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
33
version: 0.1
44
cli:
5-
version: 1.22.3
5+
version: 1.22.8
66
plugins:
77
sources:
88
- id: trunk
9-
ref: v1.6.1
9+
ref: v1.6.4
1010
uri: https://github.com/trunk-io/plugins
1111
runtimes:
1212
enabled:
@@ -15,19 +15,19 @@ runtimes:
1515
1616
lint:
1717
enabled:
18-
18+
1919
20-
21-
20+
21+
2222
- git-diff-check
23-
- markdownlint@0.41.0
23+
- markdownlint@0.42.0
2424
2525
2626
2727
28-
- tflint@0.52.0
29-
- trivy@0.54.1
30-
- trufflehog@3.81.9
28+
- tflint@0.53.0
29+
- trivy@0.56.2
30+
- trufflehog@3.83.5
3131
3232
ignore:
3333
- linters: [shellcheck]

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.4.0](https://github.com/masterpointio/terraform-aws-tailscale/compare/v1.3.0...v1.4.0) (2024-08-20)
4+
5+
6+
### Features
7+
8+
* support extra arguments ([#28](https://github.com/masterpointio/terraform-aws-tailscale/issues/28)) ([6ff5059](https://github.com/masterpointio/terraform-aws-tailscale/commit/6ff5059a5c4a1efa0b3c81b6f92a42ee5f165e3d))
9+
310
## [1.3.0](https://github.com/masterpointio/terraform-aws-tailscale/compare/1.2.0...v1.3.0) (2024-08-13)
411

512

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ Here is an example of using this module:
7171

7272
## Providers
7373

74-
| Name | Version |
75-
| ------------------------------------------------------------------ | ------- |
76-
| <a name="provider_tailscale"></a> [tailscale](#provider_tailscale) | 0.17.2 |
74+
| Name | Version |
75+
| ------------------------------------------------------------------ | --------- |
76+
| <a name="provider_tailscale"></a> [tailscale](#provider_tailscale) | >= 0.13.7 |
7777

7878
## Modules
7979

0 commit comments

Comments
 (0)