oci-cloudera
oci-cloudera copied to clipboard
Metadata size issue
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?
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