Skip to content

Conversation

@hjfbynara
Copy link
Contributor

feat: add github action checks

Write Good Commit Messages

The seven rules of a great Git commit message

  • Separate subject from body with a blank line
  • Limit the subject line to 50 characters
  • Capitalize the subject line
  • Do not end the subject line with a period
  • Use the imperative mood in the subject line
  • Wrap the body at 72 characters
  • Use the body to explain what and why vs. how

Update Providers

When updating a provider, run the following command to update the lock file.
This will ensure that the provider is available for all platforms.

terraform providers lock \
  -platform=linux_arm64 \
  -platform=linux_amd64 \
  -platform=darwin_amd64 \
  -platform=darwin_arm64 \
  -platform=windows_amd64

Update Docs

When updating docs, run the following command in the directory you want to
update (dev/prod). This will ensure that the docs are available for all
platforms.

docker run --rm --volume "$(pwd):/terraform-docs" -u $(id -u) quay.io/terraform-docs/terraform-docs:latest --output-file README.md --output-mode inject /terraform-docs

@hjfbynara hjfbynara requested review from a team as code owners December 4, 2025 14:44
@github-actions github-actions bot added feature and removed feature labels Dec 4, 2025
@github-actions github-actions bot added feature and removed feature labels Dec 4, 2025
feat: add github action checks
@github-actions github-actions bot added feature and removed feature labels Dec 4, 2025
@atlantis-for-broad-bits

This comment has been minimized.

@github-actions github-actions bot added feature and removed feature labels Dec 5, 2025
@atlantis-for-broad-bits
Copy link

Ran Plan for project: dev dir: deployment/dev workspace: default

No changes. Your infrastructure matches the configuration.

Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.
  • ▶️ To apply this plan, comment:
    atlantis apply -p dev
  • 🚮 To delete this plan and lock, click here
  • 🔁 To plan this project again, comment:
    atlantis plan -p dev

  • ⏩ To apply all unapplied plans from this Pull Request, comment:
    atlantis apply
  • 🚮 To delete all plans and locks from this Pull Request, comment:
    atlantis unlock

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants