Coder Social home page Coder Social logo

argocd-in-practice's Issues

Out of date versions in versions.tf (Chapter 5)

Chapter 5 - versions.tf file needs updating I think....none of it works when doing a terraform apply. What versions should we be using now (that work) for kustomize, aws and kubernetes ?

terraform {
  required_providers {
    aws = {
      source  = "hashicorp/aws"
      version = ">= 4.6.7"
    }

    kubernetes = {
      source  = "hashicorp/kubernetes"
      version = ">= 2.6.1"
    }

    kustomization = {
      source  = "kbst/kustomization"
      version = "0.7.0"
    }
  }
}

The above causes all sorts of problems....very frustrating for new-comers.

What version of eks module should we use for Chap 5 argocd demo?

The module version isn't specified and getting errors with unsupported arguments as follows:
on eks.tf line 7, in module "eks":
│ 7: subnets = module.vpc.private_subnets
on eks.tf line 16, in module "eks":
│ 16: workers_group_defaults = {
on eks.tf line 20, in module "eks":
│ 20: worker_groups = [

chap05 eks.tf non supported attribute

terraform plan -out=plan.out -var=zone_id=us-east-1

│ Error: Unsupported argument

│ on eks.tf line 5, in module "eks":
│ 5: subnets = module.vpc.private_subnets

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


│ Error: Unsupported argument

│ on eks.tf line 14, in module "eks":
│ 14: workers_group_defaults = {

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


│ Error: Unsupported argument

│ on eks.tf line 18, in module "eks":
│ 18: worker_groups = [

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

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.