modified
parent
9a2a9e2ffb
commit
b0d8b5d809
|
|
@ -7,15 +7,16 @@
|
||||||
[**4. Requirements**](#requirements)<br />
|
[**4. Requirements**](#requirements)<br />
|
||||||
[**5. Documentation**](#documentation)<br />
|
[**5. Documentation**](#documentation)<br />
|
||||||
|
|
||||||
<a id="description"></a>
|
<a name="description"></a>
|
||||||
## **1. Description**
|
## **1. Description**
|
||||||
This repository contains a first draft script that can use a specific YAML file datastructure in order to generate Terraform configuration files. Afterwards it is used to be part of a Jenkins pipeline.
|
This repository contains a first draft script that can use a specific YAML file datastructure in order to generate Terraform configuration files. Afterwards it is used to be part of a Jenkins pipeline.
|
||||||
|
|
||||||
<a id="info"></a>
|
<a name="info"></a>
|
||||||
## **2. Info**
|
## **2. Info**
|
||||||
- The current version of this script is able to generate Terraform files that support the metrics mentioned within section Supported Metrics. Therefore not all use cases might be covered!
|
- The current version of this script is able to generate Terraform files that support the metrics mentioned within section Supported Metrics. Therefore not all use cases might be covered!
|
||||||
- YAML files should be stored according to the business line (DE-3, DE-4, DE-7, EC-DE) within the respective business line folder!
|
- YAML files should be stored according to the business line (DE-3, DE-4, DE-7, EC-DE) within the respective business line folder!
|
||||||
- Some YAML files have already been created for testing purposes based on the shared_configuration and coco_terraform_config repositories and were therefore added in this repository.
|
- Some YAML files have already been created for testing purposes based on the shared_configuration and coco_terraform_config repositories and were therefore added in this repository.
|
||||||
|
> ⚠️ Currently the input from YAML filenames starting with the prefix **`TP_`** are supported!
|
||||||
|
|
||||||
<a id="repositories"></a>
|
<a id="repositories"></a>
|
||||||
## **3. Repositories**
|
## **3. Repositories**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue