Skip to content

Commit 97a6464

Browse files
authored
Update index.html.markdown (#172)
1 parent 5851c19 commit 97a6464

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/index.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ DevSecOps workflows.
1818
## Examples of usage
1919
To use Check Point provider, copy and paste this code into your Terraform configuration, update provider configuration and run `terraform init`.
2020

21-
## Terraform 0.12 and earlier:
21+
### Terraform 0.12 and earlier:
2222
```hcl
2323
# Configure Check Point Provider for Management API
2424
provider "checkpoint" {
@@ -37,7 +37,7 @@ resource "checkpoint_management_network" "network" {
3737
# ...
3838
}
3939
```
40-
## Terraform 0.13 and later:
40+
### Terraform 0.13 and later:
4141
```hcl
4242
terraform {
4343
required_providers {

0 commit comments

Comments
 (0)