Difference between revisions of "Terraform: read files"

From wikieduonline
Jump to navigation Jump to search
(Created page with " # test.tf output “text” { value = file(“${path.module}/text.txt”) } == See also == * {{terraform}}")
 
 
(11 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 activities]]
  
 
== See also ==
 
== See also ==
 +
* {{terraform functions}}
 
* {{terraform}}
 
* {{terraform}}
 +
 +
 +
[[Category:Terraform]]

Latest revision as of 21:50, 27 February 2022

Advertising: