Skip to content

Commit

Permalink
Update docs and examples (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-omris authored Oct 26, 2022
1 parent c70e2b9 commit d3adc2f
Show file tree
Hide file tree
Showing 19 changed files with 38 additions and 38 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ description: |-
terraform {
required_providers {
inext = {
version = "~> 1.0.0"
source = "checkpointsw/infinity-next"
source = "CheckPointSW/infinity-next"
version = "1.0.2"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/inext_appsec_gateway_profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ CloudGuard Application Security Gateway profile is deployed as a VM that runs on
terraform {
required_providers {
inext = {
version = "~> 1.0.0"
source = "checkpointsw/infinity-next"
source = "CheckPointSW/infinity-next"
version = "1.0.2"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/inext_exceptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Exceptions allows overriding the AppSec ML engine decision based on specific par
terraform {
required_providers {
inext = {
version = "~> 1.0.0"
source = "checkpointsw/infinity-next"
source = "CheckPointSW/infinity-next"
version = "1.0.2"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/inext_log_trigger.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Granular log setting and destination of logging
terraform {
required_providers {
inext = {
version = "~> 1.0.0"
source = "checkpointsw/infinity-next"
source = "CheckPointSW/infinity-next"
version = "1.0.2"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/inext_trusted_sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Trusted sources that serve as a baseline for comparison for benign behavior, and
terraform {
required_providers {
inext = {
version = "~> 1.0.0"
source = "checkpointsw/infinity-next"
source = "CheckPointSW/infinity-next"
version = "1.0.2"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/inext_web_api_asset.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Web API Asset
terraform {
required_providers {
inext = {
version = "~> 1.0.0"
source = "checkpointsw/infinity-next"
source = "CheckPointSW/infinity-next"
version = "1.0.2"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/inext_web_api_practice.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Practice for securing a web API
terraform {
required_providers {
inext = {
version = "~> 1.0.0"
source = "checkpointsw/infinity-next"
source = "CheckPointSW/infinity-next"
version = "1.0.2"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/inext_web_app_asset.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Web Application Asset
terraform {
required_providers {
inext = {
version = "~> 1.0.0"
source = "checkpointsw/infinity-next"
source = "CheckPointSW/infinity-next"
version = "1.0.2"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/inext_web_app_practice.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Web Application Practice
terraform {
required_providers {
inext = {
version = "~> 1.0.0"
source = "checkpointsw/infinity-next"
source = "CheckPointSW/infinity-next"
version = "1.0.2"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions examples/appsec/appsec.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
terraform {
required_providers {
inext = {
version = "~> 1.0.0"
source = "checkpointsw/infinity-next"
source = "CheckPointSW/infinity-next"
version = "1.0.2"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions examples/provider/provider.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
terraform {
required_providers {
inext = {
version = "~> 1.0.0"
source = "checkpointsw/infinity-next"
source = "CheckPointSW/infinity-next"
version = "1.0.2"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions examples/resources/inext_appsec_gateway_profile/resource.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
terraform {
required_providers {
inext = {
version = "~> 1.0.0"
source = "checkpointsw/infinity-next"
source = "CheckPointSW/infinity-next"
version = "1.0.2"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions examples/resources/inext_exceptions/resource.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
terraform {
required_providers {
inext = {
version = "~> 1.0.0"
source = "checkpointsw/infinity-next"
source = "CheckPointSW/infinity-next"
version = "1.0.2"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions examples/resources/inext_log_trigger/resource.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
terraform {
required_providers {
inext = {
version = "~> 1.0.0"
source = "checkpointsw/infinity-next"
source = "CheckPointSW/infinity-next"
version = "1.0.2"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions examples/resources/inext_trusted_sources/resource.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
terraform {
required_providers {
inext = {
version = "~> 1.0.0"
source = "checkpointsw/infinity-next"
source = "CheckPointSW/infinity-next"
version = "1.0.2"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions examples/resources/inext_web_api_asset/resource.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
terraform {
required_providers {
inext = {
version = "~> 1.0.0"
source = "checkpointsw/infinity-next"
source = "CheckPointSW/infinity-next"
version = "1.0.2"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions examples/resources/inext_web_api_practice/resource.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
terraform {
required_providers {
inext = {
version = "~> 1.0.0"
source = "checkpointsw/infinity-next"
source = "CheckPointSW/infinity-next"
version = "1.0.2"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions examples/resources/inext_web_app_asset/resource.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
terraform {
required_providers {
inext = {
version = "~> 1.0.0"
source = "checkpointsw/infinity-next"
source = "CheckPointSW/infinity-next"
version = "1.0.2"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions examples/resources/inext_web_app_practice/resource.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
terraform {
required_providers {
inext = {
version = "~> 1.0.0"
source = "checkpointsw/infinity-next"
source = "CheckPointSW/infinity-next"
version = "1.0.2"
}
}
}
Expand Down

0 comments on commit d3adc2f

Please sign in to comment.