Skip to content

feat(iaas): remote image download - #1724

Draft
j1n-o9r wants to merge 6 commits into
mainfrom
feat/STACKITTPR-771-remote-image-download
Draft

feat(iaas): remote image download#1724
j1n-o9r wants to merge 6 commits into
mainfrom
feat/STACKITTPR-771-remote-image-download

Conversation

@j1n-o9r

@j1n-o9r j1n-o9r commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

relates to STACKITTPR-771

Checklist

  • Issue was linked above
  • Code format was applied: make fmt
  • Examples were added / adjusted (see examples/ directory)
  • Docs are up-to-date: make generate-docs (will be checked by CI)
  • Unit tests got implemented or updated
  • Acceptance tests got implemented or updated (see e.g. here)
  • Unit tests are passing: make test (will be checked by CI)
  • No linter issues: make lint (will be checked by CI)

@j1n-o9r
j1n-o9r force-pushed the feat/STACKITTPR-771-remote-image-download branch from 7dba5a7 to 60c955b Compare August 25, 2026 12:32
},
},
"disable_plan_validation": schema.BoolAttribute{
Description: "Wheter to disable plan-time validation.",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Description: "Wheter to disable plan-time validation.",
Description: "Whether to disable plan-time validation.",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And add the default value to the description

Required: true,
},
"cache_path": schema.StringAttribute{
Description: "Local path to cache the downloaded image.",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add default value to description

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants