[kyverno] Remove accidentally-committed Terragrunt-generated files
My previous commit (dacf3d9e, [kyverno] Import existing cluster state) unintentionally picked up two Terragrunt-generated provider/locals files from the meshcentral stack that a parallel worker had just created. These are auto-generated on every plan/apply (marked "Generated by Terragrunt. Sig:") and do not belong in the repo. Removes from tracking only — files remain on disk so concurrent work is unaffected. Files removed: - stacks/meshcentral/cloudflare_provider.tf - stacks/meshcentral/tiers.tf No impact on the kyverno import work. State-level changes fromdacf3d9e(3 imports + 3 in-place updates) stand. Updates: code-w97 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
2fe3bb3307
commit
3e11bd1b67
2 changed files with 0 additions and 20 deletions
|
|
@ -1,10 +0,0 @@
|
||||||
# Generated by Terragrunt. Sig: nIlQXj57tbuaRZEa
|
|
||||||
data "vault_kv_secret_v2" "cf_platform" {
|
|
||||||
mount = "secret"
|
|
||||||
name = "platform"
|
|
||||||
}
|
|
||||||
|
|
||||||
provider "cloudflare" {
|
|
||||||
api_key = data.vault_kv_secret_v2.cf_platform.data["cloudflare_api_key"]
|
|
||||||
email = "vbarzin@gmail.com"
|
|
||||||
}
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
# Generated by Terragrunt. Sig: nIlQXj57tbuaRZEa
|
|
||||||
locals {
|
|
||||||
tiers = {
|
|
||||||
core = "0-core"
|
|
||||||
cluster = "1-cluster"
|
|
||||||
gpu = "2-gpu"
|
|
||||||
edge = "3-edge"
|
|
||||||
aux = "4-aux"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue