Skip to content

Commit 57dcfde

Browse files
MukeshMukesh
authored andcommitted
update
1 parent 4240997 commit 57dcfde

7 files changed

Lines changed: 11 additions & 15 deletions

File tree

README.md

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,17 @@ This repository contains reusable Terraform modules for provisioning cloud infra
77
```
88
.
99
├── README.md
10-
├── modules
11-
│ ├── eks
12-
│ │ ├── main.tf
13-
│ │ ├── variables.tf
14-
│ │ ├── outputs.tf
15-
│ │ └── README.md
16-
│ ├── vpc
17-
│ │ ├── main.tf
18-
│ │ ├── variables.tf
19-
│ │ ├── outputs.tf
20-
│ │ └── README.md
21-
│ └── other-modules
22-
│ ├── module-name
23-
│ ├── ...
24-
│ └── README.md
10+
└── modules
11+
├── eks
12+
│   ├── main.tf
13+
│   ├── outputs.tf
14+
│   └── variables.tf
15+
└── vpc
16+
├── main.tf
17+
├── outputs.tf
18+
└── variables.tf
19+
20+
4 directories, 7 files
2521
```
2622

2723
## Usage

modules/eks/main.tf

Whitespace-only changes.

modules/eks/outputs.tf

Whitespace-only changes.

modules/eks/variables.tf

Whitespace-only changes.

modules/vpc/main.tf

Whitespace-only changes.

modules/vpc/outputs.tf

Whitespace-only changes.

modules/vpc/variables.tf

Whitespace-only changes.

0 commit comments

Comments
 (0)