Hi,
I am following this workshop: https://oracle.github.io/learning-library/security-library/database/baseline/workshops/freetier/index.html?lab=lab-3-environment-setup#Step3:TerraformApply
I am on Lab 3 - Terraform Apply step. Terraform plan and config looks fine as it was successful, but Terraform apply fails with this error below:
"Error: Service error:InvalidParameter. Invalid agreements have expired. Agreements and signature would expire at 30 minutes after the indicated timeRetrieved. Please retrieve agreements again.. http status code: 400. Opc request id: ac814d88b543ec523e1e783b998bc5ac/DF592ACA460ED4832E4DC68F638E65EB/B939D95748FBF7A36CA237B0889307CC
on image_subscription.tf line 23, in resource "oci_core_app_catalog_subscription" "mp_image_subscription"
23: resource "oci_core_app_catalog_subscription" "mp_image_subscription" {
Error: Service error:NotAuthorizedOrNotFound. Authorization failed or requested resource not found.. http status code: 404. Opc request id: d5e56eed0133eecb15e7972e7d658acb/446FBC7DC5DA8AF09F189C36034EA461/479B4A9DEFC888ECD573431FE1955C55
on instance.tf line 9, in resource "oci_core_instance" "dbsec-workshop"
9: resource "oci_core_instance" "dbsec-workshop" { "
I can't find any solution to this issue. Does anyone have any suggestions pls?