Affected modules
terraform-ibm-modules/app-configuration/ibm
Terraform CLI and Terraform provider versions
- Terraform version: Terraform v1.15.0
- Provider version: provider registry.terraform.io/ibm-cloud/ibm v1.89.0
Terraform output
╷
│ Error: Reference to uninitialized variable
│
│ on .terraform/modules/app_config/variables.tf line 113, in variable "config_aggregator_trusted_profile_name":
│ 113: condition = var.enable_config_aggregator ? var.config_aggregator_trusted_profile_name != null : true
│
│ The variable var.enable_config_aggregator was not processed by the most recent operation, this likely means the previous operation either failed or was incomplete due to targeting.
╵
╷
│ Error: Reference to uninitialized variable
│
│ on .terraform/modules/app_config/variables.tf line 141, in variable "config_aggregator_enterprise_trusted_profile_name":
│ 141: condition = var.enable_config_aggregator && var.config_aggregator_enterprise_id != null ? var.config_aggregator_enterprise_trusted_profile_name != null : true
│
│ The variable var.enable_config_aggregator was not processed by the most recent operation, this likely means the previous operation either failed or was incomplete due to targeting.
╵
╷
│ Error: Reference to uninitialized variable
│
│ on .terraform/modules/app_config/variables.tf line 141, in variable "config_aggregator_enterprise_trusted_profile_name":
│ 141: condition = var.enable_config_aggregator && var.config_aggregator_enterprise_id != null ? var.config_aggregator_enterprise_trusted_profile_name != null : true
│
│ The variable var.config_aggregator_enterprise_id was not processed by the most recent operation, this likely means the previous operation either failed or was incomplete due to targeting.
╵
╷
│ Error: Reference to uninitialized variable
│
│ on .terraform/modules/app_config/variables.tf line 152, in variable "config_aggregator_enterprise_trusted_profile_template_name":
│ 152: condition = var.enable_config_aggregator && var.config_aggregator_enterprise_id != null ? var.config_aggregator_enterprise_trusted_profile_template_name != null : true
│
│ The variable var.enable_config_aggregator was not processed by the most recent operation, this likely means the previous operation either failed or was incomplete due to targeting.
╵
╷
│ Error: Reference to uninitialized variable
│
│ on .terraform/modules/app_config/variables.tf line 152, in variable "config_aggregator_enterprise_trusted_profile_template_name":
│ 152: condition = var.enable_config_aggregator && var.config_aggregator_enterprise_id != null ? var.config_aggregator_enterprise_trusted_profile_template_name != null : true
│
│ The variable var.config_aggregator_enterprise_id was not processed by the most recent operation, this likely means the previous operation either failed or was incomplete due to targeting.
╵
Debug output
Expected behavior
Terraform should init cleanly.
Actual behavior
terraform init leads to the above errors.
Steps to reproduce (including links and screen captures)
- Install terraform v1.15.0
- Run
terraform init
Anything else
By submitting this issue, you agree to follow our Code of Conduct
Affected modules
terraform-ibm-modules/app-configuration/ibmTerraform CLI and Terraform provider versions
Terraform output
Debug output
Expected behavior
Terraform should init cleanly.
Actual behavior
terraform init leads to the above errors.
Steps to reproduce (including links and screen captures)
terraform initAnything else
By submitting this issue, you agree to follow our Code of Conduct