Terraform provider: tfe
(Redirected from Tfe)
Jump to navigation
Jump to search
https://registry.terraform.io/providers/hashicorp/tfe/latest/docs/resources/workspace
Official example:
provider "tfe" {
hostname = var.hostname # Optional, defaults to HCP Terraform `app.terraform.io`
token = var.token
version = "~> 0.58.0"
}
# Create an organization
resource "tfe_organization" "org" {
# ...
}
- Resources:
See also[edit]
- tfe
- Terraform Cloud (TFC), Terraform Cloud Agents (Business version),
terraform login,execution modes,terraform_remote_state, Terraform cloud block, Terraform Cloud Workflows, Terraform organization,TF_CLOUD_ORGANIZATION, Dynamic Provider Credentials, Bootstrapping trust between a TFC workspace and AWS, Terramate.io, Atlantis
Advertising: