Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vaerh committed Oct 26, 2023
2 parents a761f5d + 33c56fb commit dcdd14d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.4](https://github.com/vaerh/terraform-provider-cloudinit-drive/compare/v1.1.3...v1.1.4) (2023-10-26)


### Bug Fixes

* Add an external ISO maker ([3b0f2a7](https://github.com/vaerh/terraform-provider-cloudinit-drive/commit/3b0f2a796b8505ec12b4ea1a582b7a740e7ad452))

## [1.1.3](https://github.com/vaerh/terraform-provider-cloudinit-drive/compare/v1.1.2...v1.1.3) (2023-10-25)


Expand Down
1 change: 1 addition & 0 deletions docs/resources/cloudinit-drive.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ resource "cloudinit_drive" "vm-104-cloudinit" {
- `drive_name` (String) Name of the cloud-init drive.
- `drive_path` (String) The path where the cloud-init drive will be saved.
- `drive_type` (String) [ configdrive2 | nocloud | opennebula ] Specifies the cloud-init configuration format (Proxmox VE use the nocloud format for Linux, and configdrive2 for Windows).
- `iso_maker` (String) [ genisoimage | mkisofs | hdiutil | oscdimg | xorriso ] Specifies the utility to generate the ISO file.

### Optional

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terraform-provider-cloudinit-drive",
"version": "1.1.3",
"version": "1.1.4",
"repository": {
"type": "git",
"url": "https://github.com/vaerh/terraform-provider-cloudinit-drive"
Expand Down

0 comments on commit dcdd14d

Please sign in to comment.