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...")
 
Line 1: Line 1:
 +
{{lc}}
 +
 
  locals {
 
  locals {
   name  = "example-${replace(basename(path.cwd), "_", "-")}"
+
   name  = "example-${[[replace]]([[basename]](path.cwd), "_", "-")}"
 
   region = "eu-west-1"
 
   region = "eu-west-1"
 
   tags = {
 
   tags = {

Revision as of 12:45, 7 June 2022

Advertising: