Skip to content

Commit 17031bd

Browse files
authored
feat!: Removed support for launch configuration and replace count with for_each (#1680)
1 parent 53fd96c commit 17031bd

File tree

138 files changed

+8986
-6859
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+8986
-6859
lines changed

.github/CONTRIBUTING.md

-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,3 @@ To generate changelog, Pull Requests or Commits must have semantic and must foll
3131
- `chore:` for chores stuff
3232

3333
The `chore` prefix skipped during changelog generation. It can be used for `chore: update changelog` commit message by example.
34-
File renamed without changes.

.github/images/security_groups.svg

+1
Loading

.github/images/user_data.svg

+1
Loading

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- main
88
- master
99
paths:
10+
- '**/*.tpl'
1011
- '**/*.py'
1112
- '**/*.tf'
1213

.github/workflows/stale-actions.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
days-before-close: 10
3030
delete-branch: true
3131
close-issue-message: This issue was automatically closed because of stale in 10 days
32-
close-pr-message: This PR was automatically closed because of stale in 10 days
32+
close-pr-message: This PR was automatically closed because of stale in 10 days

.pre-commit-config.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/antonbabenko/pre-commit-terraform
3-
rev: v1.58.0
3+
rev: v1.62.0
44
hooks:
55
- id: terraform_fmt
66
- id: terraform_validate
@@ -17,7 +17,7 @@ repos:
1717
- '--args=--only=terraform_documented_variables'
1818
- '--args=--only=terraform_typed_variables'
1919
- '--args=--only=terraform_module_pinned_source'
20-
# - '--args=--only=terraform_naming_convention'
20+
- '--args=--only=terraform_naming_convention'
2121
- '--args=--only=terraform_required_version'
2222
- '--args=--only=terraform_required_providers'
2323
- '--args=--only=terraform_standard_module_structure'
@@ -26,3 +26,4 @@ repos:
2626
rev: v4.0.1
2727
hooks:
2828
- id: check-merge-conflict
29+
- id: end-of-file-fixer

0 commit comments

Comments
 (0)