https://github.com/tombuildsstuff/terraform-module-pandamonium
https://github.com/tombuildsstuff/terraform-module-pandamonium
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tombuildsstuff/terraform-module-pandamonium
- Owner: tombuildsstuff
- Created: 2020-03-09T07:46:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-09T07:46:48.000Z (over 6 years ago)
- Last Synced: 2025-02-07T14:45:35.506Z (over 1 year ago)
- Language: HCL
- Size: 0 Bytes
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Example: Embedding a test directory within a Terraform Module
This example shows how to use a `test` directory to confirm that the module in question works, whilst not directly defining a provider block within the module, which allows consumers of the module to pass in a provider block as required.
You can run this by `cd`-ing into the `test` directory and running `terraform apply`