Skip to content

Commit afb2882

Browse files
Update README.md
1 parent 18137fe commit afb2882

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ Basic of terraform to deploy the static html pages on aws to s3 bucket.
44
s3 bucket is use for storing the file of a static webiste as well as other file and folder.
55

66
## Demo
7-
8-
```bash
9-
[Demo]('https://random-bucket-name-with-terraform.s3.us-east-1.amazonaws.com/index.html')
10-
```
7+
* [Demo](https://random-bucket-name-with-terraform.s3.us-east-1.amazonaws.com/index.html)
118

129
## Prerequisites
1310
* [Aws](https://aws.amazon.com/) - AWS Account.
@@ -43,4 +40,4 @@ terraform plan -var-file terraform-dev.tfvar
4340

4441
# apply command
4542
terraform apply -var-file terraform-dev.tfvar
46-
```
43+
```

0 commit comments

Comments
 (0)