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
We are trying to import an existing cloud project into terraform. We have the correct order number and the import is successful, however, when running terraform plan it shows that we have to replace the project and everything inside it because the plan and ovh_subsidiary objects are added. I assume this is not intended behaviour. The nodepools are also forced replacement because the kube_id and service_name are changed due to the replacement of the cloud_project.
Describe the bug
We are trying to import an existing cloud project into terraform. We have the correct order number and the import is successful, however, when running
terraform plan
it shows that we have to replace the project and everything inside it because theplan
andovh_subsidiary
objects are added. I assume this is not intended behaviour. The nodepools are also forced replacement because thekube_id
andservice_name
are changed due to the replacement of thecloud_project
.Terraform Version
v1.6.6
OVH Terraform Provider Version
v0.45.0
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
Expected Behavior
The resources should be completed imported without forcing replacement.
Actual Behavior
After importing the resource it is forced to be replaced.
Steps to Reproduce
terraform import ovh_cloud_project.prd_project ******(order_id)
terraform plan
The text was updated successfully, but these errors were encountered: