Difference between revisions of "Terraform: read files"

From wikieduonline
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
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")
 
  }
 
  }
  
 
==Related terms==
 
==Related terms==
 
* [[Terraform examples]]
 
* [[Terraform examples]]
 +
* [[Terraform activities]]
  
 
== See also ==
 
== See also ==

Latest revision as of 21:50, 27 February 2022

Advertising: