项目作者: jx3-gitops-repositories

项目描述 :
Jenkins X 3.x Git Template for Terraform and AWS to manage infrastructure needed for Jenkins X
高级语言: Makefile
项目地址: git://github.com/jx3-gitops-repositories/jx3-eks-terraform-vault.git
创建时间: 2020-08-15T13:25:35Z
项目社区:https://github.com/jx3-gitops-repositories/jx3-eks-terraform-vault

开源协议:Apache License 2.0

下载


Jenkins X 3.x GitOps Repository for EKS, Terraform and Vault

This git repository setups the cloud resources required to run Jenkins X on EKS via Terraform and then sets up Jenkins X with Vault.

Prerequisites

We assume you have access to EKS.

Creating/upgrading cloud resources

Run the ./bin/apply.sh script to generate the terraform resources and modify the jx-requirements.yml file

Now git commit and push any changes…

  1. git add *
  2. git commit -a -m "chore: regenerated terraform"