This is a Terraform provider for the following:
- Read Excel file as a data source
- Read INI configuration file as a data source
- Get response from API servers as a data source
Examples:
- configuration_workbook - example on reading Excel and csv files
- restapi - example on using GET and POST to get response data
Follow the steps mentioned in Main README
- cd
- To init command -
terraform init
- To plan command -
terraform plan
- To apply command -
terraform apply
- To destroy command =
terraform destroy