portworx / terraform-ibm-portworx-enterprise

Terraform Module to manage Portworx Enterprise on IKS in IBM Cloud
Apache License 2.0
1 stars 5 forks source link

Installation failed with nil "module.portworx_enterprise.ibm_resource_instance.portworx" #53

Open lionelmace opened 1 year ago

lionelmace commented 1 year ago

What happened:

The Portworx installation is failing.

{"@level":"info","@message":"module.portworx_enterprise.ibm_resource_instance.portworx: Still creating... [20s elapsed]","@module":"terraform.ui","@timestamp":"2023-07-04T22:41:53.426125Z","hook":{"resource":{"addr":"module.portworx_enterprise.ibm_resource_instance.portworx","module":"module.portworx_enterprise","resource":"ibm_resource_instance.portworx","implied_provider":"ibm","resource_type":"ibm_resource_instance","resource_name":"portworx","resource_key":null},"action":"create","elapsed_seconds":20},"type":"apply_progress"}
{"@level":"info","@message":"module.portworx_enterprise.ibm_resource_instance.portworx: Creation errored after 23s","@module":"terraform.ui","@timestamp":"2023-07-04T22:41:55.765552Z","hook":{"resource":{"addr":"module.portworx_enterprise.ibm_resource_instance.portworx","module":"module.portworx_enterprise","resource":"ibm_resource_instance.portworx","implied_provider":"ibm","resource_type":"ibm_resource_instance","resource_name":"portworx","resource_key":null},"action":"create","elapsed_seconds":23},"type":"apply_errored"}
{"@level":"error","@message":"Error: [ERROR] Error waiting for create resource instance (crn:v1:bluemix:public:portworx:eu-de:a/0b5a00334eaf9eb9339d2ab48f7326b4:05b5cb1d-1ff4-40af-adac-e89a89a24999::) to be succeeded: [ERROR] The resource instance crn:v1:bluemix:public:portworx:eu-de:a/0b5a00334eaf9eb9339d2ab48f7326b4:05b5cb1d-1ff4-40af-adac-e89a89a24999:: failed: \u003cnil\u003e","@module":"terraform.ui","@timestamp":"2023-07-04T22:41:56.181879Z","diagnostic":{"severity":"error","summary":"[ERROR] Error waiting for create resource instance (crn:v1:bluemix:public:portworx:eu-de:a/0b5a00334eaf9eb9339d2ab48f7326b4:05b5cb1d-1ff4-40af-adac-e89a89a24999::) to be succeeded: [ERROR] The resource instance crn:v1:bluemix:public:portworx:eu-de:a/0b5a00334eaf9eb9339d2ab48f7326b4:05b5cb1d-1ff4-40af-adac-e89a89a24999:: failed: \u003cnil\u003e","detail":"","address":"module.portworx_enterprise.ibm_resource_instance.portworx","range":{"filename":".terraform/modules/portworx_enterprise/main.tf","start":{"line":10,"column":45,"byte":288},"end":{"line":10,"column":46,"byte":289}},"snippet":{"context":"resource \"ibm_resource_instance\" \"portworx\"","code":"resource \"ibm_resource_instance\" \"portworx\" {","start_line":10,"highlight_start_offset":44,"highlight_end_offset":45,"values":[]}},"type":"diagnostic"}
Operation failed: failed running terraform apply (exit 1)

What you expected to happen: I would expect the Portworx module to install

How to reproduce it (as minimally and precisely as possible): I created the full terraform to provision a cluster IKS, a VPC and install Portworx on top: https://github.com/lionelmace/iks-portworx-terraform