Add support for Dataflow Flex Templates resource google_dataflow_flex_template_job
Attention points:
- Most of the common parameters like the service account email have slightly different names:
- Java =>
serviceAccount,
- Python =>
service_account_email
- Java parameters are
camelCase and Python parameters are snake_case