Skip to content

Commit

Permalink
Update index.html.markdown (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-royl authored Feb 18, 2024
1 parent 5851c19 commit 97a6464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ DevSecOps workflows.
## Examples of usage
To use Check Point provider, copy and paste this code into your Terraform configuration, update provider configuration and run `terraform init`.

## Terraform 0.12 and earlier:
### Terraform 0.12 and earlier:
```hcl
# Configure Check Point Provider for Management API
provider "checkpoint" {
Expand All @@ -37,7 +37,7 @@ resource "checkpoint_management_network" "network" {
# ...
}
```
## Terraform 0.13 and later:
### Terraform 0.13 and later:
```hcl
terraform {
required_providers {
Expand Down

0 comments on commit 97a6464

Please sign in to comment.