[meshcentral] Remove accidentally-committed Terragrunt-generated files
My previous commit (c0ac24a5, [meshcentral] Import existing cluster state + PVC) unintentionally committed two Terragrunt-generated provider/locals files. These are auto-generated on every plan/apply (marked 'Generated by Terragrunt. Sig:') and do not belong in the repo. Mirrors3e11bd1bwhich did the same cleanup for kyverno. Removes from tracking only — files remain on disk so concurrent work is unaffected. Updates: code-w97
This commit is contained in:
parent
c0ac24a54c
commit
4eb68d6b1a
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