rockset / terraform-provider-rockset

Apache License 2.0
2 stars 3 forks source link

Support scan frequency #90

Open ddn0 opened 10 months ago

ddn0 commented 10 months ago

Both rockset S3 and GCS sources support a _scan_frequency parameter but there is no way to set this via terraform AFAIK.

I am happy to make a PR if you think you would accept an outside contribution.

pmenglund commented 9 months ago

@ddn0 yes we accept PRs ⭐

tedyu commented 8 months ago

Maybe add support for settings in source of rockset_s3_collection:

    settings = { s3_scan_frequency = "PT5M" }

Also, region support is missing as well.

│ Error: Unsupported argument
│
│   on main.tf line 40, in resource "rockset_s3_collection" "conversationtimes_":
│   40:     region = "us-east-1"
│
│ An argument named "region" is not expected here.