Skip to content

Commit 851168c

Browse files
authored
Update README.md
1 parent d65acc5 commit 851168c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![License: UPL](https://img.shields.io/badge/license-UPL-green)](https://img.shields.io/badge/license-UPL-green) [![Quality gate](https://sonarcloud.io/api/project_badges/quality_gate?project=oracle-devrel_cd3-automation-toolkit)](https://sonarcloud.io/dashboard?id=oracle-devrel_cd3-automation-toolkit)
55

66
## Introduction
7+
CD3 stands for Cloud Deployment Design Deliverable.
78
The CD3 Automation toolkit has been developed to help in automating the OCI resource object management.
89
<br>
910
It reads input data in the form of CD3 Excel sheets and generates the terraform files instead of handling the task through the OCI console manually. This simplifies the management of the company's infrastructure as code.
@@ -14,12 +15,19 @@ It reads input data in the form of CD3 Excel sheets and generates the terraform
1415
`To ease the execution of toolkit, we have provided the steps to build an image which encloses the code base and its package dependencies. Follow the steps provided below to clone the repo and build the image.`
1516
<br><br>
1617

17-
#### OCI Services Supported by CD3
18+
#### OCI Services Currently Supported by CD3
1819
<img width="748" alt="Screenshot 2022-12-30 at 1 05 59 PM" src="https://user-images.githubusercontent.com/103475219/210046038-91acacfd-5d65-4bc3-a1a8-90d425d2e3d3.png">
1920

2021

2122
## Getting Started
2223

24+
### Pre-requisite
25+
* Git
26+
* Any docker cli compatible platform such as docker or rancher.
27+
* OCI Tenancy Access Requirement -
28+
Appropriate IAM policies must be in place for each of the resources that the user may try to create.
29+
Minimum requirement for the user to get started is to have the ability to read to the tenancy.
30+
2331
### To clone the repo
2432
* Open your terminal and change the directory to the one where you want to download the git repo.
2533
* Run the git clone command as shown below:

0 commit comments

Comments
 (0)