Terraform provider: tfe

From wikieduonline
Revision as of 07:14, 3 October 2024 by Welcome (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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" {
  # ...
}



See also[edit]

Advertising: