civo/terraform-provider-civo

Object Store Docs Missing

DMajrekar opened this issue · 2 comments

The docs for object store are out of date

❯ terraform show
# civo_object_store.template:
resource "civo_object_store" "template" {
    access_key_id = 
    bucket_url    = 
    id            = 
    max_size_gb   = 
    name          = 
    region        =
    status        =
}

These fields don't match what is listed on https://registry.terraform.io/providers/civo/civo/latest/docs/resources/object_store

When reading the docs, I would have expected the status output to be documented so I know what I can use in other parts of my tf file.

We can't add that section to the doc, because we use terraform-plugin-docs to generate the doc for the provider, so we can't touch the doc file because it will be overwritten by the release process.