The documentation for oci_file_storage_export doesn't contain info what are the alowed values for export_options.access.
It only mentions the default is READ_WRITE but doesn't mention how to for example disable write access. This is inconvenient as people need to use the trial an error approach to figure out what the other allowed options are.
The documentation for oci_file_storage_export doesn't contain info what are the alowed values for export_options.access. It only mentions the default is READ_WRITE but doesn't mention how to for example disable write access. This is inconvenient as people need to use the trial an error approach to figure out what the other allowed options are.
see: https://registry.terraform.io/providers/oracle/oci/latest/docs/resources/file_storage_export
Community Note
Terraform Version and Provider Version
OpenTofu v1.6.2 provider registry.opentofu.org/oracle/oci v5.44.0
Affected Resource(s)
oci_file_storage_export
Expected Behavior
the documentation contains all the information you need when writing the terraform plan
Actual Behavior
I needed to use guesswork to figure out that "READ_ONLY" is the other allowed option.