Skip to content

Commit

Permalink
Merge pull request #127 from terraform-providers/cam-stitt/tfe-v2.2
Browse files Browse the repository at this point in the history
Lock provider to tfe v2.2
  • Loading branch information
lafentres authored Feb 12, 2020
2 parents a9e9d15 + 2ccba29 commit a87638e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tfe/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (

const defaultHostname = "app.terraform.io"

var tfeServiceIDs = []string{"tfe.v2.1", "tfe.v2"}
var tfeServiceIDs = []string{"tfe.v2.2"}

// Config is the structure of the configuration for the Terraform CLI.
type Config struct {
Expand Down

0 comments on commit a87638e

Please sign in to comment.