https://github.com/pcdev-cloud/terraform-tfe-tfe_project
https://github.com/pcdev-cloud/terraform-tfe-tfe_project
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pcdev-cloud/terraform-tfe-tfe_project
- Owner: PCDEV-Cloud
- Created: 2023-08-01T17:44:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T16:15:58.000Z (over 1 year ago)
- Last Synced: 2024-12-26T21:08:52.498Z (5 months ago)
- Language: HCL
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Terraform Cloud/Enterprise Project module
## Features
1. Create a Terraform Cloud/Enterprise project.
2. Create variable sets applied to the project along with variables.
3. Apply additional variable sets to the project.## Usage
```hcl
module "tfe_project" {
source = "github.com/PCDEV-Cloud/terraform-tfe-tfe_project"organization = "my-organization"
name = "example-project"
}
```## Examples
- [complete](https://github.com/PCDEV-Cloud/terraform-tfe-tfe_project/tree/main/examples/complete) - Creates a project with variable sets