You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After attempting to deploy the ATP Deployment - the following errors occurs. Please advise a fix or workaround. This is my first attempt at deploying a Terraform project.
Error: Attempt to index null value
│
│ on locals.tf line 20, in locals:
│ 20: oracle_linux = lookup(data.oci_core_images.linux_image.images[1],"id")
│ ├────────────────
│ │ data.oci_core_images.linux_image.images is null
│
│ This value is null, so it does not have any indices.