generated from hashicorp/terraform-provider-scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Terraform Version
- Terraform version: v1.5.7
- Provider version: v0.5.2
Affected Resource(s)
- algolia_index
resource "algolia_index" "primary" {
name = "primary-index"
}
resource "algolia_index" "replica" {
name = "replica-index"
primary_index_name = algolia_index.primary.name
}
Expected Behavior
According to Alogilia docs, is it should be possible to specify how setting will be synchronized between primary index and standard replica link
Actual Behavior
Not able to set that flag while creating standard replica index.
It any possibilities to do it currently? Or any plan for that flag in provider implementation?
Thanks:)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels