Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs for ibm_is_vpn_gateway_connection peer_address alternative required improvements #5609

Closed
4 tasks
powellquiring opened this issue Sep 4, 2024 · 0 comments · Fixed by #5628
Closed
4 tasks
Labels
documentation service/VPC Infrastructure Issues related to the VPC Infrastructure

Comments

@powellquiring
Copy link

Community Note

  • 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

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:

image

image

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

image

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation service/VPC Infrastructure Issues related to the VPC Infrastructure
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant