Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions nullplatform/base/locals.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
locals {
# (optional) if you’re still using it elsewhere
nrn_without_namespace = join(":", slice(split(":", var.nrn), 0, 2))

nullplatform_base_values = templatefile(
"${path.module}/templates/nullplatform_base_values.tmpl.yaml",
{
Expand Down
5 changes: 0 additions & 5 deletions nullplatform/base/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ variable "namespace" {
default = "nullplatform-tools"
}

variable "nrn" {
description = "The Nullplatform Resource Name (NRN)."
type = string
}

variable "np_api_key" {
type = string
sensitive = true
Expand Down
Loading