Skip to content

Commit

Permalink
fixing kubeconfig directory reference
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttyso committed Jul 28, 2021
1 parent 5ee7af8 commit 64cd239
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions modules/tfe/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ k8s_vm_instance_type = {
#__________________________________________________________

iks_cluster = {
Wakanda_cluster01 = {
Wakanda_cl01 = {
action_cluster = "No-op" # Options are {Delete|Deploy|Ready|No-op|Unassign}.
control_plane_desired_size = 1
control_plane_max_size = 3
Expand All @@ -185,7 +185,7 @@ iks_cluster = {
worker_desired_size = 1
worker_max_size = 4
}
Wakanda_cluster02 = {
Wakanda_cl02 = {
action_cluster = "No-op" # Options are {Delete|Deploy|Ready|No-op|Unassign}.
control_plane_desired_size = 1
control_plane_max_size = 3
Expand Down
2 changes: 1 addition & 1 deletion modules/tfe/ws_kubeconfig.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module "Kubeconfig_workspaces" {
tfc_oauth_token = var.tfc_oauth_token
tfc_org_name = var.tfc_organization
vcs_repo = var.vcs_repo
working_directory = "modules/Kubeconfig"
working_directory = "modules/kubeconfig"
}

output "Kubeconfig_workspaces" {
Expand Down

0 comments on commit 64cd239

Please sign in to comment.