FEATURES:
- resource/project: Add support for importing Serverless projects with
terraform import(#961) - resource/project: Add support for managing Serverless project tags (#983)
- resource/serverless_traffic_filter: Add serverless traffic filter resource and API endpoints for managing IP filters (#978)
- resource/traffic_filter: Add support for
remote_clustertraffic filter type withremote_cluster_idandremote_cluster_org_idattributes (#965)
NOTES:
- data-source/traffic_filter: The
sourceanddescriptionfields in traffic filter rules now returnnullinstead of an empty string when not set. Users who check for empty strings (e.g.,source == "") should update their configurations to check fornullinstead (e.g.,source == null). (#965)