Skip to content

crizstian/harness-bootstrap-tf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Harness Account provisioning with Terraform

This repo contains all the necessary to provision and onboard a new Harness account and will create the following architecture

Enterprise Arch

Directory

Implementation code is organized with the following structure

.
├── contrib
│   ├── docker
│   │   └── devcontainer.Dockerfile
│   ├── fixtures
│   │   └── harness-tf.jpg
│   ├── manifests
│   │   └── delegate-example.yml
│   └── scripts
│       ├── apply
│       ├── destroy
│       ├── plan
│       └── start
├── harness-provision
│   ├── cristian-delegate-tf-harness-delegate.yml
│   ├── delegate-init.tf
│   ├── main.tf
│   ├── provider.tf
│   ├── templates
│   │   ├── inputsets
│   │   │   └── tf_account_setup_inputset_apply.tpl
│   │   └── pipelines
│   │       ├── delegate_init.tpl
│   │       └── tf_account_setup.tpl
│   └── variables.tf
└── tfvars
    └── cristian
        ├── account.tfvars
        ├── connectors.tfvars
        ├── delegates.tfvars
        └── pipelines.tfvars

About

Harness Configuration as Code example project to provision Harness Platform with terraform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published