Skip to content

Commit

Permalink
Merge pull request #1572 from alphagov/remove-import-for-licensify-na…
Browse files Browse the repository at this point in the history
…mespace

Remove import for Licensify namespace
  • Loading branch information
nimalank7 authored Jan 17, 2025
2 parents 4f7a088 + 6bd9bcd commit 188d0b8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions terraform/deployments/cluster-services/argo.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ resource "kubernetes_namespace" "apps" {
}
}

import {
to = kubernetes_namespace.licensify
id = "licensify"
}

resource "kubernetes_namespace" "licensify" {
metadata {
name = var.licensify_namespace
Expand Down

0 comments on commit 188d0b8

Please sign in to comment.