Difference between revisions of "Terraform Named Values: path.cwd"

From wikieduonline
Jump to navigation Jump to search
(Created page with " locals { name = "example-${replace(basename(path.cwd), "_", "-")}" region = "eu-west-1" tags = { Owner = "user" Environment = "dev" } } == See...")
 
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
  locals {
+
https://www.terraform.io/language/expressions/references#filesystem-and-workspace-info
   name  = "example-${replace(basename(path.cwd), "_", "-")}"
+
 
 +
  [[locals]] {
 +
   name  = "example-${[[replace]]([[basename]](path.cwd), "_", "-")}"
 
   region = "eu-west-1"
 
   region = "eu-west-1"
 
   tags = {
 
   tags = {
Line 8: Line 10:
 
  }
 
  }
  
 +
== Related ==
 +
* [[Terraform Named Values]]
 +
[[path.module]]
  
 
== See also ==
 
== See also ==

Latest revision as of 06:12, 2 February 2023

Advertising: