salesforce / terraform-provider-anypoint

The official Terraform Provider for Mulesoft Anypoint Platform

Home Page:https://registry.terraform.io/providers/mulesoft-anypoint/anypoint/latest/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

org entitlement diffing customization

soufi opened this issue · comments

Hi.

Orgs are always detects as updated in the terraform plan phase. The reason is simply because since not all entitlement are present in a regular terraform script that creates a business group resource, the plan phase detects a discrepancy between the default remote values and what is declared.

Following #39 we should optimize entitlements diffing for orgs to avoid unnecessary updates when some entitlement are not present in the terraform script

Included to DEV branch. Will be included in the next release.