Difference between revisions of "Terraform cloud block"

From wikieduonline
Jump to navigation Jump to search
Line 11: Line 11:
 
   }
 
   }
 
  }
 
  }
 +
 +
https://developer.hashicorp.com/terraform/cli/cloud/settings
 +
terraform {
 +
  cloud {
 +
    organization = "my-org"
 +
    hostname = "app.terraform.io" # Optional; defaults to app.terraform.io
 +
 +
    workspaces {
 +
      project = "networking-development"
 +
      tags = ["networking", "source:cli"]
 +
    }
 +
  }
 +
}
 +
  
 
== Related ==
 
== Related ==

Revision as of 09:47, 12 February 2024

Advertising: