-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4b1d5df
commit 21a68a5
Showing
128 changed files
with
5,122 additions
and
2,191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Contributing to This Repository | ||
|
||
Thank you for your interest in contributing to this repository. Please note that this repository contains generated code. As such, we do not accept direct changes or pull requests. Instead, we encourage you to follow the guidelines below to report issues and suggest improvements. | ||
|
||
## How to Report Issues | ||
|
||
If you encounter any bugs or have suggestions for improvements, please open an issue on GitHub. When reporting an issue, please provide as much detail as possible to help us reproduce the problem. This includes: | ||
|
||
- A clear and descriptive title | ||
- Steps to reproduce the issue | ||
- Expected and actual behavior | ||
- Any relevant logs, screenshots, or error messages | ||
- Information about your environment (e.g., operating system, software versions) | ||
- For example can be collected using the `npx envinfo` command from your terminal if you have Node.js installed | ||
|
||
## Issue Triage and Upstream Fixes | ||
|
||
We will review and triage issues as quickly as possible. Our goal is to address bugs and incorporate improvements in the upstream source code. Fixes will be included in the next generation of the generated code. | ||
|
||
## Contact | ||
|
||
If you have any questions or need further assistance, please feel free to reach out by opening an issue. | ||
|
||
Thank you for your understanding and cooperation! | ||
|
||
The Maintainers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "epilot-file_file Data Source - terraform-provider-epilot-file" | ||
subcategory: "" | ||
description: |- | ||
File DataSource | ||
--- | ||
|
||
# epilot-file_file (Data Source) | ||
|
||
File DataSource | ||
|
||
## Example Usage | ||
|
||
```terraform | ||
data "epilot-file_file" "my_file" { | ||
id = "ef7d985c-2385-44f4-9c71-ae06a52264f8" | ||
} | ||
``` | ||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Read-Only | ||
|
||
- `access_control` (String) must be one of ["private", "public-read"] | ||
- `acl` (Attributes) Access control list for file entity (readonly) (see [below for nested schema](#nestedatt--acl)) | ||
- `created_at` (String) | ||
- `custom_download_url` (String) Custom external download url used for the file | ||
- `filename` (String) | ||
- `id` (String) The ID of this resource. | ||
- `mime_type` (String) MIME type of the file | ||
- `org` (String) | ||
- `public_url` (String) Direct URL for file (public only if file access control is public-read) | ||
- `readable_size` (String) Human readable file size | ||
- `s3ref` (Attributes) (see [below for nested schema](#nestedatt--s3ref)) | ||
- `schema` (String) must be one of ["file"] | ||
- `size_bytes` (Number) File size in bytes | ||
- `source_url` (String) Source URL for the file. Included if the entity was created from source_url, or when ?source_url=true | ||
- `tags` (List of String) | ||
- `title` (String) | ||
- `type` (String) must be one of ["document", "document_template", "text", "image", "video", "audio", "spreadsheet", "presentation", "font", "archive", "application", "unknown"] | ||
- `updated_at` (String) | ||
- `versions` (Attributes List) (see [below for nested schema](#nestedatt--versions)) | ||
|
||
<a id="nestedatt--acl"></a> | ||
### Nested Schema for `acl` | ||
|
||
Read-Only: | ||
|
||
- `delete` (List of String) | ||
- `edit` (List of String) | ||
- `view` (List of String) | ||
|
||
|
||
<a id="nestedatt--s3ref"></a> | ||
### Nested Schema for `s3ref` | ||
|
||
Read-Only: | ||
|
||
- `bucket` (String) | ||
- `key` (String) | ||
|
||
|
||
<a id="nestedatt--versions"></a> | ||
### Nested Schema for `versions` | ||
|
||
Read-Only: | ||
|
||
- `filename` (String) | ||
- `mime_type` (String) | ||
- `readable_size` (String) | ||
- `s3ref` (Attributes) (see [below for nested schema](#nestedatt--versions--s3ref)) | ||
- `size_bytes` (Number) | ||
|
||
<a id="nestedatt--versions--s3ref"></a> | ||
### Nested Schema for `versions.s3ref` | ||
|
||
Read-Only: | ||
|
||
- `bucket` (String) | ||
- `key` (String) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.