terraform-provider-algolia icon indicating copy to clipboard operation
terraform-provider-algolia copied to clipboard

Terraform Provider for Algolia

Results 7 terraform-provider-algolia issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.5.0 to 0.7.0. Commits 14be23e semaphore: cancel acquisition with a done context 59c1ca1 errgroup: add reference to sync.WaitGroup See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sync&package-manager=go_modules&previous-version=0.5.0&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)...

dependencies
go

### Terraform Version - Terraform version: v~>1.3.0 - Provider version: v0.5.6 ### Affected Resource(s) - algolia_api_key ### Terraform Configuration Files ```hcl ##in main: module "ds_api_key" { source = "../../modules/algolia_api_key" description...

following the documentation https://www.algolia.com/doc/api-reference/api-methods/add-api-key/#method-param-queryparameters

### 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...

https://developer.hashicorp.com/terraform/plugin/framework/migrating

During yesterday's troubleshooting I mentioned in #134 with @julienpa and @godelized, they told me changing the primary to add replicas one by one was not the best way to proceed...