-
Notifications
You must be signed in to change notification settings - Fork 5
Description
PingDirectory Terraform provider Version
1.4.0
PingDirectory Version
10.2.0.1
Terraform Version
Run terraform -v
to show the version.
Affected Resource(s)
Please list the resources as a list, for example:
- pingdirectory_local_db_composite_index
- probably others
Terraform Configuration Files
resource "pingdirectory_local_db_composite_index" "cn" {
name = "cn"
backend_name = "userRoot"
index_entry_limit = 1000000
index_filter_pattern = "(cn=*)"
prime_index = true
}
Debug Output
│ Error: An error occurred while creating the Local Db Composite Index
│
│ with pingdirectory_local_db_composite_index.cn,
│ on local_db_composite_index.cn.tf line 1, in resource "pingdirectory_local_db_composite_index" "cn":
│ 1: resource "pingdirectory_local_db_composite_index" "cn" {
│
│ 400 Bad Request - Detail: Since the server's configurationServerGroup has been set to keep the server's configuration synchronized with all servers in the 'allServers' group, the applyChangeTo argument must be specified.
Panic Output
If Terraform produced a panic, please provide your debug output from the GO panic
Expected Behavior
Create the index on all servers in the group
Actual Behavior
400 Bad Request - Detail: Since the server's configurationServerGroup has been set to keep the server's configuration synchronized with all servers in the 'allServers' group, the applyChangeTo argument must be specified.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply