Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ansgarm opened this issue Nov 16, 2022 · 0 comments
Open

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

ansgarm opened this issue Nov 16, 2022 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request priority/backlog Low priority (though possibly still important). Unlikely to be worked on within the next 6 months. size/small estimated < 1 day

Comments

@ansgarm
Copy link
Member

ansgarm commented Nov 16, 2022

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

@ansgarm ansgarm added documentation Improvements or additions to documentation enhancement New feature or request priority/important-longterm Medium priority, to be worked on within the following 1-2 business quarters. size/small estimated < 1 day labels Nov 16, 2022
@ansgarm ansgarm changed the title Put Token.nullValue() into documentation example Read Token.nullValue() snippet from documentation example Nov 16, 2022
@xiehan xiehan added priority/backlog Low priority (though possibly still important). Unlikely to be worked on within the next 6 months. and removed priority/important-longterm Medium priority, to be worked on within the following 1-2 business quarters. labels Jun 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request priority/backlog Low priority (though possibly still important). Unlikely to be worked on within the next 6 months. size/small estimated < 1 day
Projects
None yet
Development

No branches or pull requests

2 participants