Skip to content

app_config_account_id output is incorrect #225

@ocofaigh

Description

@ocofaigh

app_config_account_id output seems to be a CRN value instead of an account ID:

 2025/05/23 16:46:55 Terraform apply | Outputs:
 2025/05/23 16:46:55 Terraform apply | 
 2025/05/23 16:46:55 Terraform apply | app_config_account_id = "crn:v1:bluemix:public:apprapp:us-south:a/abac0df06b644a9cabc6e44f55b3880e:6d78d558-c712-4199-aa63-174bd111d71a::"
 2025/05/23 16:46:55 Terraform apply | app_config_collection_ids = []
 2025/05/23 16:46:55 Terraform apply | app_config_crn = "crn:v1:bluemix:public:apprapp:us-south:a/abac0df06b644a9cabc6e44f55b3880e:6d78d558-c712-4199-aa63-174bd111d71a::"
 2025/05/23 16:46:55 Terraform apply | app_config_guid = "6d78d558-c712-4199-aa63-174bd111d71a"
 2025/05/23 16:46:55 Terraform apply | app_config_id = "crn:v1:bluemix:public:apprapp:us-south:a/abac0df06b644a9cabc6e44f55b3880e:6d78d558-c712-4199-aa63-174bd111d71a::"

It looks like its coming from proivder as the output value is ibm_resource_instance.app_config.account_id so maybe a provider issue needed

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions