mirror of
https://github.com/coder/terraform-provider-envbuilder.git
synced 2025-07-27 05:47:50 +00:00
add TODO
This commit is contained in:
parent
50ff7626c6
commit
1de4e4974c
1 changed files with 2 additions and 0 deletions
|
@ -264,6 +264,8 @@ func (d *CachedImageDataSource) Read(ctx context.Context, req datasource.ReadReq
|
|||
tflog.Error(ctx, "failed to create kaniko dir: "+err.Error())
|
||||
}
|
||||
|
||||
// TODO: check if this is a "plan" or "apply", and only run envbuilder on "apply".
|
||||
// This may require changing this to be a resource instead of a data source.
|
||||
opts := eboptions.Options{
|
||||
// These options are always required
|
||||
CacheRepo: data.CacheRepo.ValueString(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue