Add LICENSE and package manifests, use tofu plan -concise - #58
Merged
Merged
Conversation
Ported back from the upstream template (devopscoop/azure-aks-template), which had tooling files this repo lacked: - LICENSE: MIT. This repo is public and had no license. - Brewfile / pkglist.txt: every CLI tool this repo uses. Extended beyond the template's four with tflint (this repo has .tflint.hcl and AGENTS.md documents the lint step) and gh (tag-pvc-disks.yml opens a PR with it). - tofu plan -concise: suppresses per-resource "Refreshing state..." progress lines, which dominate the plan output posted to PRs. Supported since OpenTofu 1.10.0, so the pinned 1.12.6 is fine. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015sgVLhPxfudCHBuHMHXFu3
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Team Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Contributor
OpenTofu Format and Style
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ported back from the upstream template (devopscoop/azure-aks-template), which had tooling files this repo lacked. Found while comparing versions across the two repos.
Changes
LICENSE— MIT. This repo is public and had no license at all.Brewfile/pkglist.txt— every CLI tool this repo uses, for macOS and Arch respectively. Extended beyond the template's four (az,tenv,git,kubectl) with:tflint— this repo has.tflint.hcland AGENTS.md documents the lint stepgh—tag-pvc-disks.ymluses it to open its PRtofu plan -concise— suppresses the per-resourceRefreshing state...progress lines, which currently dominate the plan output posted to PRs. Supported since OpenTofu 1.10.0, so the pinned 1.12.6 is fine.Please confirm before merging
The
LICENSEcopyright line readsCopyright (c) 2026 Equal Vote Coalition. I picked that entity name and year — please correct it if the copyright should sit with a different entity.Verification
tofu fmt -recursive -check,tofu validate, andtflintall pass. No.tffiles changed, so infrastructure is unaffected —tofu planreported no changes before this branch.🤖 Generated with Claude Code
https://claude.ai/code/session_015sgVLhPxfudCHBuHMHXFu3