Skip to content

Commit 0eed123

Browse files
authored
Update README.md
1 parent 3d9f204 commit 0eed123

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ of Packer itself.
2929

3030
You have multiple options for managing your images:
3131

32+
* Use data sources and, if necessary, the manifest post-processor in Packer
3233
* Import state of the created image after successful deployment
3334
* Manually manage images, for example, by deleting them from your cloud provider or system (for example, you can delete images manually from Azure using the Azure Portal)
3435

@@ -47,6 +48,7 @@ provider "packer" {
4748
```
4849

4950
The provider validates the binary by running `packer version`. When unset, the embedded Packer is used.
51+
Due to licensing constraints (BUSL), we are not going to be updating the embedded Packer version past the pre-BUSL commit around the 1.10.0 release.
5052

5153
## License
5254

0 commit comments

Comments
 (0)