Skip to content

Commit

Permalink
remove kubeconfig module reqd version and provider stanza
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoucgitter committed Jan 9, 2024
1 parent f819c21 commit ecc9b5b
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions modules/kubeconfig/main.tf
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
# Copyright © 2021-2023, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0

terraform {
required_version = ">= 1.4.5"
required_providers {
kubernetes = {
source = "hashicorp/kubernetes"
version = "2.23.0"
}
local = {
source = "hashicorp/local"
version = "2.4.0"
}
}
}

locals {
service_account_name = "${var.prefix}-cluster-admin-sa"
Expand Down

0 comments on commit ecc9b5b

Please sign in to comment.