Difference between revisions of "Terraform data source: archive file"

From wikieduonline
Jump to navigation Jump to search
 
Line 5: Line 5:
 
   
 
   
 
  data "archive_file" "init" {
 
  data "archive_file" "init" {
   type        = "zip"
+
   type        = "[[zip]]"
 
   source_file = "${path.module}/init.tpl"
 
   source_file = "${path.module}/init.tpl"
 
   output_path = "${path.module}/files/init.zip"
 
   output_path = "${path.module}/files/init.zip"

Latest revision as of 12:54, 9 October 2024

Advertising: