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

Examples - Documentation updates and cleanup #29

Merged
merged 7 commits into from
Jul 10, 2023

Conversation

brent-anyscale
Copy link
Collaborator

Description

This includes general cleanup of the Examples provided. It includes updates to READMEs, cleanup and more details in the variables.tf files, and additional enhancements.

This also includes a .terraform-docs.yml config file which will now sort parameters in the documentation by required/not required.

Pull request checklist

Please check if your PR fulfills the following requirements:

  • pre-commit has been run
  • Tests for the changes have been added (for bug fixes / features)
  • All tests passing
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)

Pull Request Type

  • Bugfix
  • New feature
  • Refactoring (no functional changes)
  • Documentation change
  • Other (please describe):

Does this introduce a breaking change?

  • Yes
  • No

* Cleanup README.md
* Small changes to the variables.tf

Also added a configuration file for terraform-docs which is now set up
to sort the parameters in the variables.tf file based on if they are
required or not.

On branch brent/examples-docs-upd
Changes to be committed:
	modified:   ../.pre-commit-config.yaml
	new file:   ../.terraform-docs.yml
	modified:   anyscale-v2/README.md
	modified:   anyscale-v2/main.tf
	modified:   anyscale-v2/outputs.tf
	modified:   anyscale-v2/variables.tf
Updating example README documentation as well as the variable inputs.

Changes to be committed:
	modified:   anyscale-v2-commonname/README.md
	modified:   anyscale-v2-commonname/outputs.tf
	modified:   anyscale-v2-commonname/variables.tf
	modified:   anyscale-v2/README.md
	modified:   anyscale-v2/outputs.tf
Update the README, variables, and outputs.

Changes to be committed:
	modified:   anyscale-v2-commonname/README.md
	modified:   anyscale-v2-commonname/main.tf
	modified:   anyscale-v2-commonname/variables.tf
	modified:   anyscale-v2-createendpoints/main.tf
	modified:   anyscale-v2-createendpoints/outputs.tf
	modified:   anyscale-v2-createendpoints/variables.tf
README and main.tf updated

Changes to be committed:
	new file:   anyscale-v2-createendpoints/README.md
	modified:   anyscale-v2-createendpoints/main.tf
The variables were missing existing_vpc related variables - they were
hard coded in the main.tf. This commit adds the variables and updates
main.tf to use them.

Changes to be committed:
	modified:   anyscale-v2-createendpoints/README.md
	modified:   anyscale-v2-createendpoints/main.tf
	modified:   anyscale-v2-createendpoints/variables.tf
	modified:   anyscale-v2-existing-vpc/README.md
Additional updates to the readme, outputs, and variables.

Changes to be committed:
	modified:   anyscale-v2-createendpoints/outputs.tf
	modified:   anyscale-v2-createendpoints/variables.tf
	modified:   anyscale-v2-existing-vpc/README.md
	modified:   anyscale-v2-existing-vpc/main.tf
	modified:   anyscale-v2-existing-vpc/outputs.tf
	modified:   anyscale-v2-existing-vpc/variables.tf
Update variables, docs, etc.

Changes to be committed:
	modified:   anyscale-v2-privatesubnets/README.md
	modified:   anyscale-v2-privatesubnets/main.tf
	modified:   anyscale-v2-privatesubnets/variables.tf
@brent-anyscale brent-anyscale added the documentation Improvements or additions to documentation label Jul 10, 2023
@brent-anyscale brent-anyscale requested a review from a team as a code owner July 10, 2023 20:41
@domcatalano domcatalano merged commit b0401b8 into main Jul 10, 2023
3 checks passed
@brent-anyscale brent-anyscale deleted the brent/examples-docs-upd branch July 28, 2023 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation examples
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants