hashicorp / hashicorp/terraform-plugin-sdk

Request for experimental attribute for Schema struct just like Deprecated

Open
#978 1 comment 1 reaction 1 assignee Claimed by @bflad View on GitHub
enhancement terraform-plugin-framework waiting-response
Dominant language
Go
Stars
485
Forks
244
Avg merge
19h 57m
Merged PRs (30d)
4

Description

### SDK version
v2.17.0

```
v2.17.0
```

### Use-cases

Support for experimental features with a message just like in Depcreated
### Attempted Solutions

```
"new_feature": {
Type: schema.TypeInt,
Optional: true,
Computed: true,
Experimental: "This field is an experimental field and behaviour is subject to change",
},
```

### Proposal

Support for change in field functionality with the experimental feature

### References

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.