chore: pre-publish tidy ()

* chore: pre-publish tidy

* fixup! chore: pre-publish tidy

* update tf test matrix

* update envbuilder and kaniko fork to latest versions
This commit is contained in:
Cian Johnston 2024-08-07 16:38:15 +01:00 committed by GitHub
commit 72ddd72815
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 235 additions and 183 deletions
docs/resources

View file

@ -1,6 +1,6 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "envbuilder_cached_image Resource - envbuilder"
page_title: "envbuilder_cached_image Resource - terraform-provider-envbuilder"
subcategory: ""
description: |-
The cached image resource can be used to retrieve a cached image produced by envbuilder. Creating this resource will clone the specified Git repository, read a Devcontainer specification or Dockerfile, and check for its presence in the provided cache repo. If any of the layers of the cached image are missing in the provided cache repo, the image will be considered as missing. A cached image in this state will be recreated until found.