AI Bot Config Drift in Terraform Apply

Just noticed that the AI Bot configuration drifts immediately after a clean Terraform apply. The prompt template matches, yet the state file updates with a hash mismatch on the next refresh.

Using Terraform 1.7.4 and provider 1.22.0. The GC CLI export shows identical JSON structure. No manual changes were made in the UI during the window.

This breaks the CI/CD pipeline as it detects unwanted changes. The error is a generic state mismatch, not an API failure. Region is US East (Ohio).

Is there a known issue with how the provider handles AI Bot metadata hashing? Need a stable deployment strategy for production.