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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

scaleway_vpc_public_gateway: add a field to trigger ssh keys refresh #2566

Closed
Codelax opened this issue May 13, 2024 · 0 comments 路 Fixed by #2567
Closed

scaleway_vpc_public_gateway: add a field to trigger ssh keys refresh #2566

Codelax opened this issue May 13, 2024 · 0 comments 路 Fixed by #2567
Assignees
Labels
enhancement priority:high New features vpc Virtual Private Cloud (VPC) issues, bugs and feature requests

Comments

@Codelax
Copy link
Member

Codelax commented May 13, 2024

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

Description

API provides a RefreshSSHKeys route to trigger a refresh of SSH Keys allowed by public gateway's bastion.
We need a way in terraform to trigger this request.

New or Affected Resource(s)

  • scaleway_vpc_public_gateway

Potential Terraform Configuration

resource scaleway_vpc_public_gateway gateway {
  refresh_ssh_keys_hash = "hash"
}

This new field could contain whatever as string, changing it would use the RefreshSSHKeys route on the gateway.

@Codelax Codelax added enhancement vpc Virtual Private Cloud (VPC) issues, bugs and feature requests labels May 13, 2024
@Codelax Codelax added the priority:high New features label May 13, 2024
@yfodil yfodil linked a pull request May 13, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement priority:high New features vpc Virtual Private Cloud (VPC) issues, bugs and feature requests
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants