Loading...
Loading...
### Terraform Version ```shell Terraform v1.4.6 ``` ### Terraform Configuration Files code: providers.tf: terraform { required_providers { commvault = { source = "Commvault/commvault" } } } provider "commvault" { web_service_url = "https://commserve-fqdn/commandcenter/api" user_name = var.username_comserver password = var.password_comserver ignore_cert = "true" } main.tf resource "commvault_vmware_hypervisor" "hyp1" { display_name =var.displayname_vcenter host_name = var.hostname_vcenter user_name = var.username_vcenter password = var.password_vcenter access_nodes = var.value.access_node } ### Debug Output Error: Provider produced inconsistent result after apply │ │ When applying changes to │ commvault_vmware_hypervisor.hyp1["vcenter"], provider │ "provider["registry.terraform.io/commvault/commvault"]" produced an │ unexpected new value: Root resource was present, but now absent. │ │ ****This is a bug in the provider, which should be reported in the provider's │ own issue tracker.** ### Expected Behavior Error: commvault_vmware_hypervisor.hyp1["vcenter"]: Creating... 2025-02-20T07:19:32.049Z [ERROR] vertex "commvault_vmware_hypervisor.hyp1["vcenter"]" error: Provider produced inconsistent result after apply ╷ │ Error: Provider produced inconsistent result after apply │ │ When applying changes to │ commvault_vmware_hypervisor.hyp1["vcenter"], provider │ "provider["registry.terraform.io/commvault/commvault"]" produced an │ unexpected new value: Root resource was present, but now absent. │ │ ****This is a bug in the provider, which should be reported in the provider's │ own issue tracker.** ╵** ### Actual Behavior when we are trying to add vmware hypervisor in commvault commandcenter using terraform commvault_vmware_hypervisor resource it is throwing the below error. Strange that the other resources work just fine like creating a user or associating a plan to a VM Using same provider and terraform version. Error: Provider produced inconsistent result after apply │ │ When applying changes to │ commvault_vmware_hypervisor.hyp1["vcenter"], provider │ "provider["registry.terraform.io/commvault/commvault"]" produced an │ unexpected new value: Root resource was present, but now absent. │ │ ****This is a bug in the provider, which should be reported in the provider's │ own issue tracker.** ### Steps to Reproduce terraform init terraform apply ### Additional Context _No response_ ### References _No response_ ### Generative AI / LLM assisted development? _No response_
Click on a version to see all relevant bugs
Terraform Integration
Learn more about where this data comes from
Bug Scrub Advisor
Streamline upgrades with automated vendor bug scrubs
BugZero Enterprise
Wish you caught this bug sooner? Get proactive today.