Skip to content

Commit

Permalink
Merge branch 'add-new-sdk-attributes' of github.com:powervs-ibm/terra…
Browse files Browse the repository at this point in the history
…form-provider-ibm into add-new-sdk-attributes
  • Loading branch information
Alexander-Kita committed Jan 27, 2025
2 parents 4fc7508 + 557eab8 commit cc9e176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/pi_network_security_group_rule.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Review the argument references that you can specify for your resource.
Nested schema for `pi_destination_port`:
- `maximum` - (Optional, Int) The end of the port range, if applicable. If the value is not present then the default value of 65535 will be the maximum port number.
- `minimum` - (Optional, Int) The start of the port range, if applicable. If the value is not present then the default value of 1 will be the minimum port number.
- `pi_destination_ports` - (Optional, List, Deprecated) The list of destination port. Deprecated, please use `pi_destination_port`.
- `pi_destination_ports` - (Deprecated, Optional, List) The list of destination port. Deprecated, please use `pi_destination_port`.

Nested schema for `pi_destination_ports`:
- `maximum` - (Optional, Int) The end of the port range, if applicable. If the value is not present then the default value of 65535 will be the maximum port number.
Expand All @@ -101,7 +101,7 @@ Review the argument references that you can specify for your resource.
Nested schema for `pi_source_port`:
- `maximum` - (Optional, Int) The end of the port range, if applicable. If the value is not present then the default value of 65535 will be the maximum port number.
- `minimum` - (Optional, Int) The start of the port range, if applicable. If the value is not present then the default value of 1 will be the minimum port number.
- `pi_source_ports` - (Optional, List, Deprecated) List of source port. Deprecated, please use `pi_source_port`.
- `pi_source_ports` - (Deprecated, Optional, List) List of source port. Deprecated, please use `pi_source_port`.

Nested schema for `pi_source_ports`:
- `maximum` - (Optional, Int) The end of the port range, if applicable. If the value is not present then the default value of 65535 will be the maximum port number.
Expand Down

0 comments on commit cc9e176

Please sign in to comment.