Skip to content

feat: Skip Provider Locking on request #3879

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
May 28, 2025
Merged

Conversation

mutahhir
Copy link
Member

@mutahhir mutahhir commented May 23, 2025

Related issue

Fixes #3622

Description

An optional CLI flag to prevent CDKTF from updating the Terraform lock file. This shouldn't be needed for most people, but in niche circumstances like air gapped environments.

Checklist

  • I have updated the PR title to match CDKTF's style guide
  • I have run the linter on my code locally
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation if applicable
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works if applicable
  • New and existing unit tests pass locally with my changes

@mutahhir mutahhir force-pushed the feat/skip-provider-locking branch from dbd039d to 277e34b Compare May 26, 2025 10:34
@mutahhir mutahhir marked this pull request as ready for review May 26, 2025 10:38
@mutahhir mutahhir requested review from a team as code owners May 26, 2025 10:38
@mutahhir mutahhir requested review from ansgarm and DanielMSchmidt and removed request for a team May 26, 2025 10:38
@mutahhir mutahhir merged commit 37e8465 into main May 28, 2025
465 of 591 checks passed
@mutahhir mutahhir deleted the feat/skip-provider-locking branch May 28, 2025 11:26
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.

CDKTF diff/plan not acting as expected in air gapped environment
2 participants