jx3-gitops-repositories / jx3-terraform-eks

Jenkins X 3.x Infrastructure Git Template for Terraform and EKS for managing cloud resources
Apache License 2.0
9 stars 41 forks source link

getting-started EKS-JX3 #3

Open enkicoma opened 4 years ago

enkicoma commented 4 years ago

Hi there I see a lot of changes/improvements (good job)

I am trying to follow the steps: https://github.com/jx3-gitops-repositories/jx3-terraform-eks#getting-started

but for me nr: 3 is quite hard to understand, 3. You need to configure the git URL of your Cluster git repository into the Infrastructure git repository. where to configure(which file)?

My understanding is: after I completed 2. Create a Cluster git repository from this template https://github.com/jx3-gitops-repositories/jx3-eks-vault/generate

I will have a git URL and I have to include it in the repo created at stage 1 1. Create and clone your Infrastructure git repository from this GitHub Template https://github.com/jx3-gitops-repositories/jx3-terraform-eks/generate

where exactly(file or) ?

ankitm123 commented 4 years ago

3. You need to configure the git URL of your Cluster git repository into the Infrastructure git repository. where to configure(which file)?

main.tf (https://github.com/jx3-gitops-repositories/jx3-terraform-eks/blob/master/main.tf#L7)

My understanding is: after I completed 2. Create a Cluster git repository from this template https://github.com/jx3-gitops-repositories/jx3-eks-vault/generate

I will have a git URL and I have to include it in the repo created at stage 1

Yes