Registry / devops / cdktf-cdktf-provider-null

cdktf-cdktf-provider-null

JSON →
library11.0.1pypypi✓ verified 82d ago

Prebuilt Terraform CDK (CDKTF) provider for the null resource. Allows provisioning of resources that do nothing, useful for implementing triggers or placeholders. Version 11.0.1 supports CDKTF 0.20+ and Terraform Provider null 3.x. Released monthly alongside CDKTF provider releases.

pip install cdktf-cdktf-provider-null
INSTALL
IMPORT
SIG · CDKTF-CDKTF-PROVID
C
cdktf-cdktf-provider-null
devopspythonv11.0.1
Install
3.2s avg
Import
Disk
26MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v11.0.1 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 27.4MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 3.2s · import 0.000s · 28MB
26MB installed
● package 26MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

NullProvider
from cdktf_cdktf_provider_null import provider
from cdktf_cdktf_provider_null import NullProvider
DataNullDataSource
from cdktf_cdktf_provider_null import data_null_data_source
from cdktf_cdktf_provider_null import DataNullDataSource
Resource
from cdktf_cdktf_provider_null import resource
from cdktf_cdktf_provider_null import Resource

Synthesizes a minimal CDKTF stack with a null resource.

from cdktf import App, TerraformStack from cdktf_cdktf_provider_null import NullProvider, NullResource class MyStack(TerraformStack): def __init__(self, scope, id): super().__init__(scope, id) NullProvider(self, 'null', alias='myprovider') NullResource(self, 'example', triggers={'key': 'value'}) app = App() MyStack(app, 'quickstart') app.synth()
Debug
Known issues
breakingMajor version jumps: upgrade from 10.x to 11.x requires CDKTF 0.20+ and Terraform Provider null 3.x. Check provider version compatibility.
fix
Update cdktf to >=0.20 and refer to Terraform null provider docs for v3 changes.
affects: 10.x -> 11.x
gotchaThe 'triggers' attribute of NullResource is used for replacement logic. Modifying triggers forces resource recreation; this is expected but can cause data loss if used carelessly.
fix
Ensure triggers map keys/values are stable or expect replacements.
affects: all
deprecatedSome older classes (like 'null.DataSource' in legacy versions) have been removed. Use the current submodule paths.
fix
Refer to import paths in this registry entry for correct symbols.
affects: <=9.x
Upgrade
Version history
11.0.1latest on PyPI · released Dec 10, 2025
Audit
Dependencies
cdktfrequiredRuntime dependency for CDKTF constructs
constructsrequiredBase constructs library
jsiirequiredCross-language type system used by CDKTF
Agent activity
10 hits · last 30 days
node
10
Resources
cdktf-cdktf-provider-null — pip install cdktf-cdktf-provider-null · libregistry