Skip to content

Commit d361676

Browse files
authored
update header sizings in readme
1 parent 178b0d2 commit d361676

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# tl-eks-terraform
1+
# eks-terraform
22
Resources required for deployment of AWS EKS using terraform IAC
33

4-
##Requirement
4+
## Requirement
55
--------------------------
66
terraform v0.12, aws-iam-authenticator, python-pydot, python-pydot-ng and graphviz for resource graph visualization
77

@@ -22,7 +22,7 @@ AWS provider version auto installed from terrafrom init and set to versoon "~2.0
2222
- sudo apt install python-pydot python-pydot-ng graphviz
2323

2424

25-
##Usage
25+
## Usage
2626
-----------------------------------
2727

2828
1. Use aws configure to load your api access keys to default credentials file at "~/.aws/credentials" with profiles dev and prod. Loading through shared credentials file is not recommended, however a good approach is to get temporary STS credentials.
@@ -55,7 +55,7 @@ AWS provider version auto installed from terrafrom init and set to versoon "~2.0
5555
```
5656

5757

58-
##Resource graph
58+
## Resource graph
5959
--------------------------------
6060
Resource graph of the terraform plan. Use graphviz to analyze it
6161

@@ -66,7 +66,7 @@ terraform graph | dot -Tsvg > images/resource-graph.svg
6666
![](images/resource-graph.svg)
6767

6868

69-
##Output
69+
## Output
7070
-----------------------------------------------------
7171
```
7272
Apply complete! Resources: 33 added, 0 changed, 0 destroyed.
@@ -109,7 +109,7 @@ tl-dev-terraformbucket_name = arn:aws:s3:::tl-eks-dev-terraformstate
109109
110110
```
111111

112-
##Access EKS endpoint
112+
## Access EKS endpoint
113113
------------------------------------------------------
114114
```
115115
root@ramu-VirtualBox:~# aws eks list-clusters --region us-west-2 --profile dev

0 commit comments

Comments
 (0)