Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.72 KB

CHANGELOG.md

File metadata and controls

50 lines (34 loc) · 1.72 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

<~-- Any notes about merges to master that haven't been added to a Git tag should go here. When it's time to cut a new release, create a header for the new version below and move the content of this section down to the new version.

Added

If you add any new code or functionality, document your changes here.

Changed

If you change any existing code or functionality, document your changes here.

Removed

If you remove any existing code or functionality, document your changes here.

-->

Initial release that dumps provider schemas.

Added

  • providers.tf with configurations/constraints for aws, fastly, github, google, pagerduty, sentry, and venafi. There is also a placeholder for the artifactory provider that needs to be built manually.
  • Makefile with targets init, dump, and all
  • Current schema dump for all the above-listed providers at schemas/all.json
  • make targets to dump subsets of schemas: get_providers, get_data_sources, get_resources