Skip to content

Instantly share code, notes, and snippets.

@aurynn
Created September 28, 2023 03:03
Show Gist options
  • Save aurynn/76a3e2fb84c51982ebc711c998315ad0 to your computer and use it in GitHub Desktop.
Save aurynn/76a3e2fb84c51982ebc711c998315ad0 to your computer and use it in GitHub Desktop.
2023-09-28T15:54:36.860+1300 [INFO] provider.terraform-provider-openstack_v1.52.1: 2023/09/28 15:54:36 [DEBUG] OpenStack Response Body: {
"stack": {
"capabilities": [],
"creation_time": "2023-09-28T02:46:56Z",
"deletion_time": null,
"description": "Testing the conditions system in HEAT\n",
"disable_rollback": false,
"id": "820e029f-aea7-4009-80f7-1b83dcfaf938",
"links": [
{
"href": "redacted",
"rel": "self"
}
],
"notification_topics": [],
"outputs": [
{
"description": "second",
"output_key": "value_two",
"output_value": 2
},
{
"description": "passed",
"output_key": "passed",
"output_value": "success"
},
{
"description": "first",
"output_key": "value_one",
"output_value": 1
}
],
"parameters": {
"OS::project_id": "redacted",
"OS::stack_id": "redacted",
"OS::stack_name": "condition_test",
"input_vars": "{\"two\": 2, \"one\": 1}"
},
"parent": null,
"stack_name": "condition_test",
"stack_owner": null,
"stack_status": "UPDATE_COMPLETE",
"stack_status_reason": "Stack UPDATE completed successfully",
"stack_user_project_id": "redacted",
"tags": [
""
],
"template_description": "Testing the conditions system in HEAT\n",
"timeout_mins": 15,
"updated_time": "2023-09-28T02:53:51Z"
}
}: timestamp=2023-09-28T15:54:36.860+1300
2023-09-28T15:54:36.861+1300 [INFO] provider.terraform-provider-openstack_v1.52.1: 2023/09/28 15:54:36 [ERROR] setting state: outputs.0.output_value: '' expected type 'string', got unconvertible type 'float64', value: '2': timestamp=2023-09-28T15:54:36.860+1300
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment