Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iamUserName not populated into terraform output #250

Open
ghost opened this issue Mar 11, 2021 · 0 comments
Open

iamUserName not populated into terraform output #250

ghost opened this issue Mar 11, 2021 · 0 comments

Comments

@ghost
Copy link

ghost commented Mar 11, 2021

Summary

Installed EKS cluster using this terraform module
jx-requirements file provided as terraform output but iamUserName is empty

............................................................
provider: eks
region: "eu-central-1"
registry: "792922990429.dkr.ecr.eu-central-1.amazonaws.com"
project: "792922990429"
gitops: true
environments:

  • key: dev
  • key: staging
  • key: production
    ingress:
    domain: ""
    ignoreLoadBalancer: false
    externalDNS: false
    tls:
    email: ""
    enabled: false
    production: false
    kaniko: true
    secretStorage: vault
    vault:
    aws:
    iamUserName: ""

.......................................

Steps to reproduce the behavior

Install EKS cluster with all defaults

Expected behavior

iamUserName to be populated with :

vault:
aws:
iamUserName: "jenkins-x-vault"

Actual behavior

vault:
aws:
iamUserName: ""

Terraform version

The output of terraform version is:

terraform version
Terraform v0.14.6

Your version of Terraform is out of date! The latest version
is 0.14.8. You can update by downloading from https://www.terraform.io/downloads.html

Module version

source  = "jenkins-x/eks-jx/aws"

Operating system

CentOS 7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants