I'm encountering issues while running terraform apply in my Google Cloud Platform (GCP) environment. The apply process fails, although the terraform init, plan, and validate stages were successful.
Problem Description:
The errors I'm facing are related to the Gemini Model and VBB Activation Configuration not being found. Here are the details:
Gemini Model not found:
Error Message: Error creating Routine: googleapi: Error 404: Not found: Model flimty-project:gemini_insights.gemini_1_5_pro, notFound
Error Location: modules/feature-store/bigquery-procedures.tf (lines 1004 and 1255)
VBB Activation Configuration not found:
Error Message: googleapi: Error 404: Not found: Table flimty-project:activation.vbb_activation_configuration was not found in location asia-southeast1, notFound
Error Location: modules/monitor/main.tf (line 281)
Environment:
Cloud Build Region: asia-southeast1
Dataset GA4: asia-southeast1
Dataset GADS: asia-southeast1
Steps to Reproduce:
Run terraform init
Run terraform plan
Run terraform validate
Run terraform apply
Expected Behavior:
terraform apply should succeed and the related resources should be created.
Actual Behavior:
terraform apply fails with the errors mentioned above.
Additional Information:
I've checked for the existence of the Gemini Model and the vbb_activation_configuration table in my GCP project, but both were not found. I've also ensured that the service account used by Terraform has the necessary permissions.
Attachments:

any help on this one? i m stuck in this stage for almost 3 days , i have follow the tutorial video and still having this problem
I'm encountering issues while running terraform apply in my Google Cloud Platform (GCP) environment. The apply process fails, although the terraform init, plan, and validate stages were successful.
Problem Description:
The errors I'm facing are related to the Gemini Model and VBB Activation Configuration not being found. Here are the details:
Gemini Model not found:
Error Message: Error creating Routine: googleapi: Error 404: Not found: Model flimty-project:gemini_insights.gemini_1_5_pro, notFound
Error Location: modules/feature-store/bigquery-procedures.tf (lines 1004 and 1255)
VBB Activation Configuration not found:
Error Message: googleapi: Error 404: Not found: Table flimty-project:activation.vbb_activation_configuration was not found in location asia-southeast1, notFound
Error Location: modules/monitor/main.tf (line 281)
Environment:
Cloud Build Region: asia-southeast1
Dataset GA4: asia-southeast1
Dataset GADS: asia-southeast1
Steps to Reproduce:
Run terraform init
Run terraform plan
Run terraform validate
Run terraform apply
Expected Behavior:
terraform apply should succeed and the related resources should be created.
Actual Behavior:
terraform apply fails with the errors mentioned above.
Additional Information:
I've checked for the existence of the Gemini Model and the vbb_activation_configuration table in my GCP project, but both were not found. I've also ensured that the service account used by Terraform has the necessary permissions.
Attachments:
any help on this one? i m stuck in this stage for almost 3 days , i have follow the tutorial video and still having this problem