jkroepke / terraform-provider-azureakscommand

Terraform provider for running commands on private AKS clusters without reach them

Home Page:https://registry.terraform.io/providers/jkroepke/azureakscommand/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for terraform versions 1.6.*

amarchese96 opened this issue · comments

It seems that this provider is not supported for terraform versions 1.6.*.
While using this provider with terraform version 1.6.3 I got the following error:

Error: Resource Type Not Found
│ 
│   with azureakscommand_invoke.example,
│   on main.tf line 175, in resource "azureakscommand_invoke" "example":
│  175: resource "azureakscommand_invoke" "example" {
│ 
│ No resource type named "azureakscommand_invoke" was found in the provider.

Should be fixed with 1.2.x