Why do I get a 500 InternalError when applying my simple Stack ?
Summary: Applying stack gives 500 InternalError with the message Content (required):
I get the above mentioned error when applying a stack, but not when planning from the same Terraform files. I am not above limits.
Version (include the version you are using, if applicable):
Terraform 1.0x
Code Snippet (add any code snippets that support your topic, if applicable):
oci_core_instance.oracle-arm: Creating... Error: 500-InternalError Provider version: 4.57.0, released on 2021-12-15. This provider is 3 version(s) old. Service: Core Instance Error Message: Out of host capacity. OPC request ID: 70da328115f9db349c5321699ea68780/3B8451550D8707BA646742AD20322C18/16BE9A74992121F4056E2D716819545F Suggestion: The service for this resource encountered an error. Please contact support for help with service: Core Instance with oci_core_instance.oracle-arm, on main.tf line 24, in resource "oci_core_instance" "oracle-arm" 24: resource "oci_core_instance" "oracle-arm" {
Tagged:
0