You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
New or Affected Resource(s) or Datasource(s)
ibm_is_vpn_gateway_connection
Description
tf version
Terraform v1.9.5
on darwin_arm64
+ provider registry.terraform.io/hashicorp/time v0.12.0
+ provider registry.terraform.io/ibm-cloud/ibm v1.68.1
Warning: Argument is deprecated
│
│ with ibm_is_vpn_gateway_connection.cloud,
│ on cloud.tf line 67, in resource "ibm_is_vpn_gateway_connection" "cloud":
│ 67: peer_address = ibm_is_floating_ip.onprem.address
│
│ peer_address is deprecated, use peer instead
Only show the deprecated peer_address in the two examples:
The type field might be a member from an enumerated list, but the possible values are not listed. I do not understand the rest of the description about log etc in this description
Expected:
update examples with the preferred configuration
in the "Argument reference" section for "peer_address" explain the preferred configuration alternative
provide the list of possible values for ike_identity.type
clean up the description of ike_identity.type
References
#0000
The text was updated successfully, but these errors were encountered:
Community Note
New or Affected Resource(s) or Datasource(s)
Description
Warning: Argument is deprecated
│
│ with ibm_is_vpn_gateway_connection.cloud,
│ on cloud.tf line 67, in resource "ibm_is_vpn_gateway_connection" "cloud":
│ 67: peer_address = ibm_is_floating_ip.onprem.address
│
│ peer_address is deprecated, use peer instead
Docs: https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/resources/is_vpn_gateway_connection
Only show the deprecated peer_address in the two examples:
The
type
field might be a member from an enumerated list, but the possible values are not listed. I do not understand the rest of the description about log etc in this descriptionExpected:
References
The text was updated successfully, but these errors were encountered: