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

Specify all variables in the basic_usage example as non-nullable #224

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

Conversation

mcdonnnj
Copy link
Member

🗣 Description

This pull request makes the variables in the basic_usage example root module non-nullable.

💭 Motivation and context

This mirrors the change made in #221. If the variables in the basic_usage example were only those required by the example module this might not make sense, but since some variables are used separately I believe it makes sense to also make the example's variables non-nullable.

🧪 Testing

Automated tests pass.

✅ Pre-approval checklist

  • This PR has an informative and human-readable title.
  • Changes are limited to a single goal - eschew scope creep!
  • All relevant type-of-change labels have been added.
  • I have read the CONTRIBUTING document.
  • These code changes follow cisagov code standards.
  • All new and existing tests pass.

In #221 we made all of the variables in the example module non-nullable
but did not do the same to the `basic_usage` example. Since it uses
variables beyond the requirements of the example module it makes sense
to also specify the example's variables as non-nullable.
@mcdonnnj mcdonnnj added bug This issue or pull request addresses broken functionality terraform Pull requests that update Terraform code labels Nov 13, 2024
@mcdonnnj mcdonnnj self-assigned this Nov 13, 2024
@mcdonnnj mcdonnnj added the kraken 🐙 This pull request is ready to merge during the next Lineage Kraken release label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue or pull request addresses broken functionality kraken 🐙 This pull request is ready to merge during the next Lineage Kraken release terraform Pull requests that update Terraform code
Projects
Status: Reviewer approved
Development

Successfully merging this pull request may close these issues.

3 participants