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

[FEATURE] Create Gateway Interface using the provider #674

Closed
neurovul opened this issue Jul 3, 2024 · 2 comments · Fixed by #697
Closed

[FEATURE] Create Gateway Interface using the provider #674

neurovul opened this issue Jul 3, 2024 · 2 comments · Fixed by #697
Labels
Type: Feature new feature, improvement

Comments

@neurovul
Copy link

neurovul commented Jul 3, 2024

Description

Hello,

I created a Gateway with an Interface using the OVH web console and would like to achieve the same using Terraform.

I noticed that it is possible through the API console using the endpoint /cloud/project/{serviceName}/region/{regionName}/gateway/{id}/interface. However, I couldn't find a way to accomplish this using the Terraform provider.

When I run terraform plan, it detects a discrepancy between the current state and the desired configuration.

Is there a plan to add this feature to the Terraform provider, or am I overlooking an existing feature?

Best regards,

Affected Resource(s) and/or Data Source(s)

Maybe the existant ovh_cloud_project_gateway or a new ovh_cloud_project_gateway_interface

EDIT : I just find a PR which may be related to this feature #358

@amstuta
Copy link
Contributor

amstuta commented Jul 9, 2024

Hello @neurovul, indeed PR #358 began the work to add resource ovh_cloud_project_gateway_interface.
We will resume the work on it as soon as possible and keep you posted here.

@amstuta amstuta added the Type: Feature new feature, improvement label Jul 9, 2024
@neurovul
Copy link
Author

Hello @amstuta, great, thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature new feature, improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants