Update readme

This commit is contained in:
Hare Sudhan
2022-10-13 23:50:01 -04:00
parent 6841c430cb
commit 8d9e66adf9
+4 -2
View File
@@ -1,18 +1,20 @@
# Requirements
## Environment variables
Checkout terraform provider env variables here to set default region, default subscription id, etc.
Checkout terraform provider env variables here to set default region, default subscription id, etc.
1. [AWS](https://registry.terraform.io/providers/hashicorp/aws/latest/docs)
2. [Azure](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs)
3. [GCP](https://registry.terraform.io/providers/hashicorp/google/latest/docs/guides/provider_reference)
# TODO:
- [ ] Add Github workflows to generate terraform files
- [ ] Add terraform fmt and validate to Github PR checks.
- [ ] Add support for Kubernetes
- [ ] Create tfvars file from input_arguments so that user can modify it later.
- [ ] Create a script to extend terraform and provide some default values for sku, location, etc.
## Terraform Generator Usage