Question on remote state in hybrid/multi-cloud environment

I am using terraform “~> 0.13.1” in a team environment in AWS.
Using an S3 backend with dynamodb table and state file works fine.
I am running an automation which checks the environment for drift.

Now I want to add Azure and GCP to the environment with AWS. The team remains the same.

Question is what is the best way to manage the state file now? Does it continue to be the same S3 backend and dynamodb table. Any best practices?

Thanks,