splunk / terraform-provider-splunk

Terraform Provider for Splunk
Mozilla Public License 2.0
103 stars 75 forks source link

SAML Groups are deleted. #114

Open npinnaka opened 2 years ago

npinnaka commented 2 years ago

I have used a for_each to create list of SAML groups for the roles... and all existing SAML groups are deleted.

in my usecase I tried creating 54 roles and 54 SAML groups... Role created successfully using resource "splunk_authorization_roles" "role01" {

SAML groups caused error

When Applying changes to splunk_admn_smal_groups..samlgroup, provider "provider[\"registry.terraform.io/splunk/splunk\"].splunk produced an unexpected new value: Root resource was present, but now absent.

this is a bug in the provider which should be reported in the provider's own issue tracker.