Skip to content

Read Token.nullValue() snippet from documentation example #2298

Open
@ansgarm

Description

@ansgarm

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Similar to other code blocks in our docs, we should retrieve these snippets from an example to also confirm them in CI:

<CodeTabs>
```typescript
import { Token } from "cdktf";
Token.nullValue()
```
```python
from cdktf import Token
Token.null_value()
```
```java
import com.hashicorp.cdktf.Token;
Token.nullValue()
```
```csharp
using HashiCorp.Cdktf;
Token.NullValue()
```
```go
import "github.com/hashicorp/terraform-cdk-go/cdktf"
cdktf.Token_NullValue()
```
</CodeTabs>

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationenhancementNew feature or requestpriority/backlogLow priority (though possibly still important). Unlikely to be worked on within the next 6 months.size/smallestimated < 1 day

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions