hashicorp / hashicorp/terraform-plugin-sdk
Request for experimental attribute for Schema struct just like Deprecated
Open
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
Assessment
This issue has not been assessed yet.