Difference between revisions of "Terraform: read files"

From wikieduonline
Jump to navigation Jump to search
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  
 
  # test.tf
 
  # test.tf
  output “text” {
+
  [[Terraform: output|output]] "text" {
   value = file(${path.module}/text.txt”)
+
   value = [[Terraform functions: file|file]]("${[[path.]]module}/text.txt")
 
  }
 
  }
  
 
+
==Related terms==
 
* [[Terraform examples]]
 
* [[Terraform examples]]
 +
* [[Terraform activities]]
  
 
== See also ==
 
== See also ==
 +
* {{terraform functions}}
 
* {{terraform}}
 
* {{terraform}}
  
  
 
[[Category:Terraform]]
 
[[Category:Terraform]]

Latest revision as of 21:50, 27 February 2022

Advertising: