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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow overriding computed_optional_required #187

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

stuart-mclaren-hpe
Copy link

This can be useful, for example, when the person writing the Terraform provider does not control the contents of the OpenAPI spec.

For example to set an attribute to "required":

        attributes:
          overrides:
            name:
             description: The new description for name
             computed_optional_required: required

@stuart-mclaren-hpe stuart-mclaren-hpe requested a review from a team as a code owner August 15, 2024 15:39
Copy link

hashicorp-cla-app bot commented Aug 15, 2024

CLA assistant check
All committers have signed the CLA.

@stuart-mclaren-hpe stuart-mclaren-hpe force-pushed the add-override-for-computed-optional-required branch from 3e0cfa4 to 5a3df21 Compare September 4, 2024 11:05
@stuart-mclaren-hpe stuart-mclaren-hpe force-pushed the add-override-for-computed-optional-required branch 4 times, most recently from a15e13b to 240c1c4 Compare November 27, 2024 17:35
This can be useful, for example, when the person writing
the Terraform provider does not control the contents of
the OpenAPI spec.

For example to set an attribute to "required":

```
        attributes:
          overrides:
            name:
             description: The new description for name
             computed_optional_required: required
```
@stuart-mclaren-hpe stuart-mclaren-hpe force-pushed the add-override-for-computed-optional-required branch from 240c1c4 to f231b56 Compare December 6, 2024 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant