An open API service indexing awesome lists of open source software.

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.

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`.