Releases: salesforce/terraform-provider-anypoint
Releases · salesforce/terraform-provider-anypoint
v1.5.2
v1.5.0
Adds resources:
- anypoint_amq: Anypoint MQ queues
- anypoint_ame: Anypoint MQ exchanges
- anypoint_ame_binding: Anypoint MQ exchanges bindings to queues
Adds Import Functionality for resources:
- anypoint_amq
- anypoint_ame
- anypoint_ame_binding
Adds data sources:
- data_source_amq: lists queues for a given region
- data_source_ame: lists exchanges for a given region
v1.4.0
- Adds option to use access_token directly
- Supports GovCloud for all existing resources #64
- Fixes bug with team-group-mapping missing provider_id in http request
- Enhances team-group-mapping diffing
- Enhances team-roles diffing to avoid useless updates #67
- New resource connected_app
- Fixes VPC resource by enhancing
firewall
diffing and updatesvpc_routes
property to computed #40 - Fixes issue with environment variables where some property could not be updated. Set
name
as the only updatable property. #73