Giter VIP home page Giter VIP logo

Comments (1)

amousa1968 avatar amousa1968 commented on September 27, 2024

Hello, I hope you're doing well.

Does the code works for you?
I am trying to follow the readme steps and getting the following errors, see below.
step 1:
$ terraform init

Initializing the backend...
Initializing modules...

Initializing provider plugins...

  • Finding hashicorp/cloudinit versions matching ">= 2.0.0"...
  • Finding hashicorp/aws versions matching ">= 2.68.0, >= 3.72.0, >= 4.47.0, >= 4.57.0"...
  • Finding hashicorp/kubernetes versions matching ">= 2.10.0"...
  • Finding hashicorp/time versions matching ">= 0.9.0"...
  • Finding hashicorp/tls versions matching ">= 3.0.0"...
  • Installing hashicorp/kubernetes v2.20.0...
  • Installed hashicorp/kubernetes v2.20.0 (signed by HashiCorp)
  • Installing hashicorp/time v0.9.1...
  • Installed hashicorp/time v0.9.1 (signed by HashiCorp)
  • Installing hashicorp/tls v4.0.4...
  • Installed hashicorp/tls v4.0.4 (signed by HashiCorp)
  • Installing hashicorp/cloudinit v2.3.2...
  • Installed hashicorp/cloudinit v2.3.2 (signed by HashiCorp)
  • Installing hashicorp/aws v4.64.0...
  • Installed hashicorp/aws v4.64.0 (signed by HashiCorp)

Terraform has created a lock file .terraform.lock.hcl to record the provider
selections it made above. Include this file in your version control repository
so that Terraform can guarantee to make the same selections by default when
you run "terraform init" in the future.

Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.

If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.

step 2:
$ terraform plan

│ Error: Unsupported argument

│ on ..\modules\kubernetes\main.tf line 14, in module "eks":
│ 14: subnets = var.public_subnets

│ An argument named "subnets" is not expected here.


│ Error: Unsupported argument

│ on ..\modules\kubernetes\main.tf line 16, in module "eks":
│ 16: workers_group_defaults = {

│ An argument named "workers_group_defaults" is not expected here.


│ Error: Unsupported argument

│ on ..\modules\kubernetes\main.tf line 20, in module "eks":
│ 20: worker_groups = var.worker_groups

│ An argument named "worker_groups" is not expected here.

Can you help here....................

from terraform-vault-eks.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.