terraform workspace

From wikieduonline
Revision as of 09:02, 14 October 2022 by Ant (talk | contribs) (→‎Related terms)
Jump to navigation Jump to search

Terraform workspaces allows to have multiple state files in the same working directory to manage multiple distinct sets of infrastructure resources


Cloud block example

terraform {
  cloud {
    organization = "my-org" 

    workspaces {
      name = "my-workspace"
    }
  }
}

Related terms

Multiple workspaces are currently supported by the following backends:

See also

Advertising: