You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~/terraform-kubernetes-multi-cloud$ terraform plan
Warning: "agent_pool_profile": [DEPRECATED] This has been replaced by `default_node_pool` and will be removed in version 2.0 of the AzureRM Provider
on .terraform/modules/microsoft/hajowieland-terraform-azurerm-k8s-a3499e1/main.tf line 45, in resource "azurerm_kubernetes_cluster" "aks":
45: resource "azurerm_kubernetes_cluster" "aks" {
Error: Error in function call
on .terraform/modules/google/hajowieland-terraform-google-k8s-82c6fb4/provider.tf line 3, in provider "google":
3: credentials = file("account.json")
Call to function "file" failed: no file exists at account.json.
~/terraform-kubernetes-multi-cloud$
After I commented module "google" { and resource "local_file" "kubeconfiggke" { in main.tf:
~/terraform-kubernetes-multi-cloud$ terraform plan
Refreshing Terraform state in-memory prior to plan...
The refreshed state will be used to calculate this plan, but will not be
persisted to local or remote state storage.
module.amazon.data.http.workstation-external-ip[0]: Refreshing state...
module.amazon.data.aws_region.current[0]: Refreshing state...
module.amazon.data.aws_availability_zones.available[0]: Refreshing state...
Warning: "agent_pool_profile": [DEPRECATED] This has been replaced by `default_node_pool` and will be removed in version 2.0 of the AzureRM Provider
on .terraform/modules/microsoft/hajowieland-terraform-azurerm-k8s-a3499e1/main.tf line 45, in resource "azurerm_kubernetes_cluster" "aks":
45: resource "azurerm_kubernetes_cluster" "aks" {
Error: can not create client, bad configuration: did not find a proper configuration for tenancy
on <empty> line 0:
(source code not available)
Error: Error building AzureRM Client: Azure CLI Authorization Profile was not found. Please ensure the Azure CLI is installed and then log-in with `az login`.
on .terraform/modules/microsoft/hajowieland-terraform-azurerm-k8s-a3499e1/provider.tf line 1, in provider "azurerm":
1: provider "azurerm" {
~/terraform-kubernetes-multi-cloud$
The text was updated successfully, but these errors were encountered:
pjferrell
added a commit
to pjferrell/terraform-kubernetes-multi-cloud
that referenced
this issue
Jun 15, 2022
My
terraform.tfvars
is:TF version:
After
terraform init
I'm getting:After I commented
module "google" {
andresource "local_file" "kubeconfiggke" {
inmain.tf
:The text was updated successfully, but these errors were encountered: