Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.15 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.15 KB

terraform-provider-shebang

The whole shebang for testing the tfe provider. This is based off of my tfc-init repo which was heavily inspired by many other similar repos internally shared at HashiCorp.

Setup

In order to manage teams with the provider, you'll need to upgrade from the free tier.

How to use

Fill out necessary information in terraform.tfvars.example and rename the file to terraform.tfvars.

Be sure to have a credentials block corresponding to your hostname in main.tf. Read the documentation for more information about setting up credentials in your .terraformrc file.

Run terraform init, terraform plan, and terraform apply.

Resource Checklist

  • tfe_notification_configuration
  • tfe_oauth_client
  • tfe_organization
  • tfe_organization_token
  • tfe_policy_set
  • tfe_policy_set_parameter
  • tfe_sentinel_policy
  • tfe_ssh_key
  • tfe_team
  • tfe_team_access
  • tfe_team_member
  • tfe_team_members
  • tfe_team_token
  • tfe_variable
  • tfe_workspace