Skip to content

Commit

Permalink
automated commit
Browse files Browse the repository at this point in the history
Signed-off-by: Public copy <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Aug 12, 2024
1 parent 0971d55 commit cdb7c81
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 50 deletions.
40 changes: 0 additions & 40 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,6 @@ provider "apko" {
default_archs = length(var.archs) == 0 ? ["x86_64", "aarch64"] : var.archs
}

provider "kubernetes" {
config_path = "~/.kube/config"
}

provider "helm" {
kubernetes {
config_path = "~/.kube/config"
}
}

variable "newrelic_license_key" { default = "foo" } # set something valid to avoid targetted local runs

module "busybox" {
Expand Down

0 comments on commit cdb7c81

Please sign in to comment.