Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wengchaoxi/terraform-provider-filesystem
Filesystem as Code
https://github.com/wengchaoxi/terraform-provider-filesystem
terraform-provider
Last synced: 22 days ago
JSON representation
Filesystem as Code
- Host: GitHub
- URL: https://github.com/wengchaoxi/terraform-provider-filesystem
- Owner: wengchaoxi
- Created: 2022-07-04T03:23:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-20T07:25:31.000Z (over 2 years ago)
- Last Synced: 2024-06-21T11:00:19.752Z (5 months ago)
- Topics: terraform-provider
- Language: Go
- Homepage: https://registry.terraform.io/providers/wengchaoxi/filesystem/latest
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Terraform Provider Filesystem
Filesystem as Code
# Usage
## Examples
First, build and install the provider.
> $ make install
Then, navigate to the `examples` directory.
> $ cd examples
Run the following command to initialize the workspace and apply the sample configuration.
> $ terraform init && terraform apply
# References
- Which SDK Should I Use? ( https://www.terraform.io/plugin/which-sdk )
- Terraform Plugin SDKv2 ( https://www.terraform.io/plugin/sdkv2 )
- Call APIs with Custom Providers ( https://learn.hashicorp.com/collections/terraform/providers )
- Demo ( https://github.com/hashicorp/terraform-provider-hashicups )