Skip to content

Commit

Permalink
Regenerate documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
simaotwx committed Oct 24, 2023
1 parent 3d8385f commit 0ab5f15
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 11 deletions.
2 changes: 0 additions & 2 deletions docs/data-sources/files.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,3 @@ Specify files to detect changes. By default, the current directory will be used.
### Read-Only

- `files_hash` (String) Hash of the files provided. Used for updates.


2 changes: 0 additions & 2 deletions docs/data-sources/version.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,3 @@ description: |-
### Read-Only

- `version` (String) Version of embedded Packer


4 changes: 0 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,3 @@ description: |-

<!-- schema generated by tfplugindocs -->
## Schema

### Optional

- `dummy` (String) Used as a placeholder. Do not use.
4 changes: 1 addition & 3 deletions docs/resources/image.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ description: |-

### Optional

- `additional_params` (Set of String) Additional parameters to pass to Packer
- `additional_params` (Set of String) Additional parameters to pass to Packer. Consult Packer documentation for details. Example: `additional_params = ["-parallel-builds=1"]`
- `directory` (String) Working directory to run Packer inside. Default is cwd.
- `environment` (Map of String) Environment variables
- `file` (String) Packer file to use for building
Expand All @@ -31,5 +31,3 @@ description: |-

- `build_uuid` (String) UUID that is updated whenever the build has finished. This allows detecting changes.
- `id` (String) The ID of this resource.


0 comments on commit 0ab5f15

Please sign in to comment.