hashicorp / hashicorp/terraform-plugin-framework

Support `Default` in Ephemeral Resources

Open
#1,164 1 comment 1 reaction 0 assignees View on GitHub
enhancement
Dominant language
Go
Stars
384
Forks
107
Avg merge
3m
Merged PRs (30d)
1

Description

### Module version

```
1.14.1
```

### Use-cases

vault resources often have default mount names, would like to leverage those and reduce user input

```hcl
ephemeral "vault_terraform_team_token" "test" {
mount = "terraform" # "terraform" should be the default
role_name = "test"
}
```

### Attempted Solutions

### Proposal

### References

- https://github.com/hashicorp/terraform-plugin-framework/blob/main/ephemeral/schema/string_attribute.go#L35

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.