Describe the bug
I want to configure the Base path
of a GCS snapshot repository but the Terraform provider ignores the base_path
setting. If I manually add it on the console, the plan doesn't even show the diff.

To Reproduce
Steps to reproduce the behavior:
- TF configuration used
resource "elasticstack_elasticsearch_snapshot_repository" "gcs" {
name = "elasticsearch-backup"
gcs {
bucket = "elasticsearch-backup"
base_path = "elasticsearch-data"
}
}
- TF operations to execute to get the error :
terraform plan
Expected behavior
The base path setting should be updated.
Versions (please complete the following information):
- OS: MacOS
- Terraform Version 1.9.8
- Provider version v0.11.11
- Elasticsearch Version 7.17.0