-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update dependencies #18
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @ekarlso,
Thanks again for your PR! :) However, I noticed that no new resources have been added or updated in the config folder.
When adding new resources to the OVH Terraform provider, they should be included in the config folder and referenced in the external_name.go file.
The following new resources need to be configured to be generated as CRDs with their corresponding controller logic:
New Resource: ovh_cloud_project_gateway_interface
(PR #697)
New Resource: ovh_cloud_project_region_loadbalancer_log_subscription
(PR #657)
New Resource: ovh_dbaas_logs_token
(PR #649)
New Resource: ovh_iploadbalancing_udp_frontend
(PR #587)
New Resource: ovh_domain_zone_dnssec
(PR #589)
New Resource: ovh_vps
(PR #594)
New Resource: ovh_ip_firewall
(PR #596)
New Resource: ovh_ip_firewall_rule
(PR #601)
New Resource: ovh_ip_mitigation
(PR #604)
Please ensure these resources are added and updated accordingly.
ffce07c
to
ec40850
Compare
Hi, so I am excluding the ovh_vps resource as it causes issues as described here: crossplane/upjet#372 (comment) |
049a6f9
to
4252fde
Compare
I forgot that the change is pending crossplane/upjet#437 to get merged first. I've pinged them in their pull. |
Terraform 1.8.x Terraform provider 0.48.0 (Remove deprecated resources) Crossplane deps Signed-off-by: ekarlso <endre.karlson@xait.com>
Signed-off-by: Ismail KABOUBI <ikaboubi@gmail.com>
59e1730
to
88e5414
Compare
I have fixed dependencies, rolled back to main's go.mod version. |
Terraform 1.8.x
Terraform provider 0.48.0 (Remove deprecated resources)
Crossplane deps
Description of your changes
Fixes #
I have:
make reviewable test
to ensure this PR is ready for review.How has this code been tested