Skip to content

Commit d97f1c5

Browse files
authored
docs(examples): fix README titles and rename folders (#1)
1 parent b5a2c59 commit d97f1c5

File tree

13 files changed

+8
-8
lines changed

13 files changed

+8
-8
lines changed

examples/lblog/README.md renamed to examples/lb_log/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Creating logs and loggroups for loadbalancer service
1+
# Creating logs and loggroups for loadbalancer service
22

33
[Terraform Variable Definition file]:https://www.terraform.io/docs/language/values/variables.html#variable-definitions-tfvars-files
44
[Input Variables]:https://www.terraform.io/docs/language/values/variables.html
@@ -10,7 +10,7 @@
1010

1111
This example illustrates how to use `terraform-oci-logging` module to create a log and loggroup for loadbalancer service
1212

13-
To use this example you need a existing loadbalancer to enable logs
13+
To use this example you need an existing loadbalancer to enable logs
1414

1515
- lbname
1616

@@ -37,4 +37,4 @@ Then apply the example using the following commands:
3737
> terraform apply
3838
```
3939

40-
See [Provisioning Infrastructure with Terraform] for more details about Terraform CLI and the available subcommands.
40+
See [Provisioning Infrastructure with Terraform] for more details about Terraform CLI and the available subcommands.
File renamed without changes.
File renamed without changes.

examples/objectstoragelog/README.md renamed to examples/objectstorage_log/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Creating logs and loggroups for loadbalancer service
1+
# Creating logs and loggroups for Object Storage service
22

33
[Terraform Variable Definition file]:https://www.terraform.io/docs/language/values/variables.html#variable-definitions-tfvars-files
44
[Input Variables]:https://www.terraform.io/docs/language/values/variables.html
@@ -35,4 +35,4 @@ Then apply the example using the following commands:
3535
> terraform apply
3636
```
3737

38-
See [Provisioning Infrastructure with Terraform] for more details about Terraform CLI and the available subcommands.
38+
See [Provisioning Infrastructure with Terraform] for more details about Terraform CLI and the available subcommands.

examples/vcnflowlog/README.md renamed to examples/vcnflow_log/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Creating logs and loggroups for loadbalancer service
1+
# Creating logs and loggroups for VCN service (subnets)
22

33
[Terraform Variable Definition file]:https://www.terraform.io/docs/language/values/variables.html#variable-definitions-tfvars-files
44
[Input Variables]:https://www.terraform.io/docs/language/values/variables.html
@@ -10,7 +10,7 @@
1010

1111
This example illustrates how to use `terraform-oci-logging` module to create a vcnflow log and loggroup for the subnet
1212

13-
This example creates a vcn ,subnet named loggingsubnet and enable logs for the subnet.
13+
This example creates a vcn and a subnet named loggingsubnet with logs enabled (30 days retention by default).
1414

1515
## Prerequisites
1616

@@ -35,4 +35,4 @@ Then apply the example using the following commands:
3535
> terraform apply
3636
```
3737

38-
See [Provisioning Infrastructure with Terraform] for more details about Terraform CLI and the available subcommands.
38+
See [Provisioning Infrastructure with Terraform] for more details about Terraform CLI and the available subcommands.
File renamed without changes.

0 commit comments

Comments
 (0)