Skip to content

lafentres/terraform-provider-shebang

 
 

Repository files navigation

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 will need to activate the developer tier. Go to site admin, orgs, find your provider org, and upgrade it to the developer 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

About

trying to test a whole lot in the tfe provider

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 100.0%