Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/polatengin/montana
Custom terraform provider with custom validators
https://github.com/polatengin/montana
api custom-validators go golang joke provider terraform validator
Last synced: 19 days ago
JSON representation
Custom terraform provider with custom validators
- Host: GitHub
- URL: https://github.com/polatengin/montana
- Owner: polatengin
- License: mit
- Created: 2024-02-28T19:10:12.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-29T04:22:25.000Z (7 months ago)
- Last Synced: 2024-06-21T04:49:13.782Z (7 months ago)
- Topics: api, custom-validators, go, golang, joke, provider, terraform, validator
- Language: Go
- Homepage:
- Size: 199 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Montana
Makefile: This file is used to automate common tasks in the project. It includes targets for cleaning the project, building the provider, running unit tests, and applying the Terraform configuration.
main.go: This is the entry point of the application. It sets up and starts the Terraform provider server. The provider server is configured to run in debug mode if the -debug flag is passed when starting the application.
go.mod: This file is used by Go's dependency management system. It lists the modules that the project depends on.
tools/tools.go: This file is used to track tool dependencies of the project. These are dependencies that are not directly used by your code, but are needed for tasks like generating documentation.
internal/provider: This directory contains the implementation of the Terraform provider. It includes the provider configuration and the implementation of the data source and resource.
examples: This directory contains example Terraform configurations that use the provider.
data: This directory contains data files used by the provider.