Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 668 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 668 Bytes

config Provider

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:

Prerequisites

Follow the steps mentioned in Main README

How to run the example

  1. cd
  2. To init command - terraform init
  3. To plan command - terraform plan
  4. To apply command - terraform apply
  5. To destroy command = terraform destroy