We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18137fe commit afb2882Copy full SHA for afb2882
README.md
@@ -4,10 +4,7 @@ Basic of terraform to deploy the static html pages on aws to s3 bucket.
4
s3 bucket is use for storing the file of a static webiste as well as other file and folder.
5
6
## Demo
7
-
8
-```bash
9
-[Demo]('https://random-bucket-name-with-terraform.s3.us-east-1.amazonaws.com/index.html')
10
-```
+* [Demo](https://random-bucket-name-with-terraform.s3.us-east-1.amazonaws.com/index.html)
11
12
## Prerequisites
13
* [Aws](https://aws.amazon.com/) - AWS Account.
@@ -43,4 +40,4 @@ terraform plan -var-file terraform-dev.tfvar
43
40
44
41
# apply command
45
42
terraform apply -var-file terraform-dev.tfvar
46
+```
0 commit comments