oracle / oci-cli

Command Line Interface for Oracle Cloud Infrastructure

Home Page:https://cloud.oracle.com/cloud-infrastructure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

400-InvalidParameter

avrahamTaga opened this issue · comments

I'm trying to set up an autonomous database as part of build pipeline process using terraform in OCI DevOps.
I'm get this error which doesn't help much:

**```
2023-12-03T19:55:01.684Z EXEC: {"@Level":"info","@message":"oci_database_autonomous_database.test_autonomous_database: Creating...","@module":"terraform.ui","@timestamp":"2023-12-03T19:55:01.684267Z","hook":{"resource":{"addr":"oci_database_autonomous_database.test_autonomous_database","module":"","resource":"oci_database_autonomous_database.test_autonomous_database","implied_provider":"oci","resource_type":"oci_database_autonomous_database","resource_name":"test_autonomous_database","resource_key":null},"action":"create"},"type":"apply_start"}
2023-12-03T19:55:01.868Z EXEC: {"@Level":"info","@message":"oci_database_autonomous_database.test_autonomous_database: Creation errored after 0s","@module":"terraform.ui","@timestamp":"2023-12-03T19:55:01.867831Z","hook":{"resource":{"addr":"oci_database_autonomous_database.test_autonomous_database","module":"","resource":"oci_database_autonomous_database.test_autonomous_database","implied_provider":"oci","resource_type":"oci_database_autonomous_database","resource_name":"test_autonomous_database","resource_key":null},"action":"create","elapsed_seconds":0},"type":"apply_errored"}
2023-12-03T19:55:01.873Z EXEC: {"@Level":"error","@message":"Error: 400-InvalidParameter, Unable to process JSON input\nSuggestion: Please update the parameter(s) in the Terraform config as per error message Unable to process JSON input\nDocumentation:

Is this a known error or has someone already encountered it and can help??

Thanks.

Are you executing any CLI command?