https://github.com/thrashr888/my-tfe
Builds my TFE environment.
https://github.com/thrashr888/my-tfe
terraform tfe tfe-environment
Last synced: about 1 year ago
JSON representation
Builds my TFE environment.
- Host: GitHub
- URL: https://github.com/thrashr888/my-tfe
- Owner: thrashr888
- Created: 2018-08-10T23:00:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-07T22:46:15.000Z (over 6 years ago)
- Last Synced: 2025-02-05T04:01:45.387Z (over 1 year ago)
- Topics: terraform, tfe, tfe-environment
- Language: HCL
- Size: 20.5 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My TFE
Builds my TFE environment. Depends on the [TFE Provider](https://github.com/terraform-providers/terraform-provider-tfe/tree/f-initial-resources).
## Setup Vars
```
cp terraform.tfvars.example terraform.tfvars
```
### Oauth Token
Go to github and create a [personal access token](https://github.com/settings/tokens/new)
with the `repo` and `admin:repo_hook` scopes. Use this generated value for your
`oauth_token` value in `terraform.tfvars`.