Difference between revisions of "Terraform data source: data"

From wikieduonline
Jump to navigation Jump to search
Line 18: Line 18:
 
     Tested = "true"
 
     Tested = "true"
 
   }
 
   }
 +
}
 +
 +
 +
data "[[aws_vpc]]" "selected" {
 +
  id = var.[[vpc_id]]
 
  }
 
  }
  

Revision as of 17:50, 19 October 2021

Advertising: