Skip to content

Commit

Permalink
bump to version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-omris committed Oct 27, 2022
1 parent f30bc22 commit a130cda
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ terraform {
required_providers {
inext = {
source = "CheckPointSW/infinity-next"
version = "1.0.2"
version = "1.0.3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/inext_appsec_gateway_profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ terraform {
required_providers {
inext = {
source = "CheckPointSW/infinity-next"
version = "1.0.2"
version = "1.0.3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/inext_exceptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ terraform {
required_providers {
inext = {
source = "CheckPointSW/infinity-next"
version = "1.0.2"
version = "1.0.3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/inext_log_trigger.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ terraform {
required_providers {
inext = {
source = "CheckPointSW/infinity-next"
version = "1.0.2"
version = "1.0.3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/inext_trusted_sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ terraform {
required_providers {
inext = {
source = "CheckPointSW/infinity-next"
version = "1.0.2"
version = "1.0.3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/inext_web_api_asset.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ terraform {
required_providers {
inext = {
source = "CheckPointSW/infinity-next"
version = "1.0.2"
version = "1.0.3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/inext_web_api_practice.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ terraform {
required_providers {
inext = {
source = "CheckPointSW/infinity-next"
version = "1.0.2"
version = "1.0.3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/inext_web_app_asset.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ terraform {
required_providers {
inext = {
source = "CheckPointSW/infinity-next"
version = "1.0.2"
version = "1.0.3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/inext_web_app_practice.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ terraform {
required_providers {
inext = {
source = "CheckPointSW/infinity-next"
version = "1.0.2"
version = "1.0.3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/appsec/appsec.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
inext = {
source = "CheckPointSW/infinity-next"
version = "1.0.2"
version = "1.0.3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
inext = {
source = "CheckPointSW/infinity-next"
version = "1.0.2"
version = "1.0.3"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
inext = {
source = "CheckPointSW/infinity-next"
version = "1.0.2"
version = "1.0.3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/resources/inext_exceptions/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
inext = {
source = "CheckPointSW/infinity-next"
version = "1.0.2"
version = "1.0.3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/resources/inext_log_trigger/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
inext = {
source = "CheckPointSW/infinity-next"
version = "1.0.2"
version = "1.0.3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/resources/inext_trusted_sources/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
inext = {
source = "CheckPointSW/infinity-next"
version = "1.0.2"
version = "1.0.3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/resources/inext_web_api_asset/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
inext = {
source = "CheckPointSW/infinity-next"
version = "1.0.2"
version = "1.0.3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/resources/inext_web_api_practice/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
inext = {
source = "CheckPointSW/infinity-next"
version = "1.0.2"
version = "1.0.3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/resources/inext_web_app_asset/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
inext = {
source = "CheckPointSW/infinity-next"
version = "1.0.2"
version = "1.0.3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/resources/inext_web_app_practice/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
inext = {
source = "CheckPointSW/infinity-next"
version = "1.0.2"
version = "1.0.3"
}
}
}
Expand Down

0 comments on commit a130cda

Please sign in to comment.