Difference between revisions of "Terraform: read files"

From wikieduonline
Jump to navigation Jump to search
Line 2: Line 2:
 
  # test.tf
 
  # test.tf
 
  [[Terraform: output|output]] "text" {
 
  [[Terraform: output|output]] "text" {
   value = [[file]]("${[[path.]]module}/text.txt")
+
   value = [[Terraform functions: file|file]]("${[[path.]]module}/text.txt")
 
  }
 
  }
  

Revision as of 00:11, 16 February 2022

Advertising: