https://github.com/happypathway/terraform-tfe-private-module
https://github.com/happypathway/terraform-tfe-private-module
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/happypathway/terraform-tfe-private-module
- Owner: HappyPathway
- Created: 2018-09-21T00:19:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-22T03:16:27.000Z (over 7 years ago)
- Last Synced: 2025-01-08T06:15:37.103Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# terraform-tfe-private-module
This module will create a private module in Terraform Enterprise. This module uses a null_resource in order to call a Python script
that uses the Terraform Enterprise API to create a private registry module.
## Dependencies
This module requires the following python libraries.
- requests
- os
- json
- sys