mirror of
https://github.com/coder/terraform-provider-envbuilder.git
synced 2025-10-12 18:10:18 +00:00
chore: pre-publish tidy (#18)
* 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:
parent
ad8b1fda9e
commit
72ddd72815
15 changed files with 235 additions and 183 deletions
docs/resources
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue