DrFaust92 / terraform-kubernetes-ebs-csi-driver

Terraform module which creates Kubernetes EBS CSI controller resources on AWS EKS.
https://registry.terraform.io/modules/DrFaust92/ebs-csi-driver/kubernetes/latest
Other
31 stars 26 forks source link

Wrong Terraform Version #51

Closed gusinacio closed 3 years ago

gusinacio commented 3 years ago

The required_providers is probably wrong and it's using the following version constraint:

terraform {  
    required_version = ">= 0.12.6"
    required_providers {    
        kubernetes = ">= 1.11.4" 
        terraform  = "~> 3.40.0"  
    }
}

It probably should be aws instead of terraform.

It's causing errors while using terraform init

nirmalpathak commented 3 years ago

The terraform init fails with the following error.

│ Error: Invalid dependency on built-in provider │ │ Cannot use terraform.io/builtin/terraform: built-in providers do not support explicit version constraints.

DrFaust92 commented 3 years ago

Fixed https://github.com/DrFaust92/terraform-kubernetes-ebs-csi-driver/releases/tag/v2.9.1