Skip to content

Instantly share code, notes, and snippets.

@guivin
Created March 22, 2022 08:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guivin/0e61623b2d0d2f4b369268edca9b40bb to your computer and use it in GitHub Desktop.
Save guivin/0e61623b2d0d2f4b369268edca9b40bb to your computer and use it in GitHub Desktop.
namespace.tf
resource "kubernetes_namespace" "this" {
metadata {
name = var.namespace
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment