Skip to content

Forward setting from primary to replica #195

@ghost

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:)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions