Skip to content

fix: sync with core template #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ language: en
tone_instructions: |
Provide feedback in a professional, friendly, constructive, and concise tone.
Offer clear, specific suggestions and best practices to help enhance the code quality and promote learning.
Be concise and only comment on significant issues.

early_access: true

Expand All @@ -26,21 +27,25 @@ knowledge_base:
reviews:
profile: chill
auto_review:
# Ignore reviewing if the title of the pull request contains any of these keywords (case-insensitive)
# Disable incremental code review on each push
auto_incremental_review: false
# The keywords are case-insensitive
ignore_title_keywords:
- wip
- draft
- test
# Set the commit status to 'pending' when the review is in progress and 'success' when it is complete.
commit_status: false
# Post review details on each review. Additionally, post a review status when a review is skipped in certain cases.
review_status: false
path_instructions:
- path: "**/*.tf"
instructions: |
You're a Terraform expert who has thoroughly studied all the documentation from Hashicorp https://developer.hashicorp.com/terraform/docs and OpenTofu https://opentofu.org/docs/.
You have a strong grasp of Terraform syntax and prioritize providing accurate and insightful code suggestions.
As a fan of the Cloud Posse / SweetOps ecosystem, you incorporate many of their best practices https://docs.cloudposse.com/best-practices/terraform/ while balancing them with general Terraform guidelines.
changed_files_summary: false
poem: false
# Don't post review details on each review.
review_status: false
sequence_diagrams: false
tools:
# By default, all tools are enabled.
# Masterpoint uses Trunk (https://trunk.io) so we do not need a lot of this feedback due to overlap.
Expand Down
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
# Local .terraform directories
**/.terraform/*

# Terraform lock file
# Ignore the root .terraform.lock.hcl file (Child modules don't want this)
.terraform.lock.hcl
!examples/**/.terraform.lock.hcl

# IDE/Editor settings
**/.idea
Expand Down Expand Up @@ -42,4 +43,4 @@ backend.tf.json
**/*.temp
**/*.bak
**/*.*swp
**/.DS_Store
**/.DS_Store
1 change: 0 additions & 1 deletion .terraform-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ recursive:

settings:
lockfile: false
path: .

output:
file: README.md
Expand Down
5 changes: 5 additions & 0 deletions .trunk/configs/.markdownlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ whitespace: false
# Ignore MD041/first-line-heading/first-line-h1
# Error: First line in a file should be a top-level heading
MD041: false

# Ignore MD013/line-length
MD013:
strict: false
line_length: 350
5 changes: 3 additions & 2 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ lint:
# Incompatible with some Terraform features: https://github.com/tenable/terrascan/issues/1331
- terrascan
enabled:
- renovate@40.0.0
- tofu@1.9.1
- actionlint@1.7.7
- checkov@3.2.435
Expand All @@ -35,9 +36,9 @@ lint:
paths:
- "**/backend.tf.json"
# Ignore CHANGELOG.md as release-please manages this file
- linters: [prettier, markdownlint]
- linters: [ALL]
paths:
- CHANGELOG.md
- "**/CHANGELOG.md"
actions:
enabled:
- terraform-docs
Expand Down
8 changes: 5 additions & 3 deletions aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@
# - all
registries:
- type: standard
ref: v4.210.0 # renovate: depName=aquaproj/aqua-registry
ref: v4.355.0 # renovate: depName=aquaproj/aqua-registry
packages:
- name: terraform-docs/terraform-docs@v0.20.0
- name: hashicorp/terraform@v1.9.3
- name: opentofu/opentofu@v1.8.0
- name: hashicorp/terraform@v1.11.4
tags: [terraform]
- name: opentofu/opentofu@v1.9.1
tags: [tofu]