oci-cloudera icon indicating copy to clipboard operation
oci-cloudera copied to clipboard

Metadata size issue

Open sylwekdec opened this issue 5 years ago • 1 comments

Hi I got an error during running terraform script:

Error: Service error:InvalidParameter. Metadata size is 32288 bytes and cannot be larger than 32000 bytes. http status code: 400. Opc request id: 6eb45156ba6db4493e79ea2bb39b633b/9107C6694A98637CEFC9E0BA6FAF20B7/A95D8C82C1BB2BDE2D4BB7B68DE15519

on modules/utility/main.tf line 1, in resource "oci_core_instance" "Utility"

1: resource "oci_core_instance" "Utility" {

Any idea what could be wrong?

sylwekdec avatar Nov 30 '20 14:11 sylwekdec

It was an issue with private key. I choose not to provide a private key and use auto-generated and the stack was applied successfully. cheers

sylwekdec avatar Nov 30 '20 15:11 sylwekdec