Difference between revisions of "Terraform data sources"

From wikieduonline
Jump to navigation Jump to search
 
(5 intermediate revisions by 3 users not shown)
Line 4: Line 4:
  
  
  [[data]] "aws_ami" "example" {
+
  [[data]] "[[aws_ami]]" "example" {
 
   most_recent = true
 
   most_recent = true
 
+
 
   owners = ["self"]
 
   owners = ["self"]
 
   tags = {
 
   tags = {
Line 24: Line 24:
 
[[Terraform AWS data sources|AWS]]
 
[[Terraform AWS data sources|AWS]]
 
* {{tf aws data sources TOC}}
 
* {{tf aws data sources TOC}}
 +
 +
 +
[[GCP]]
 +
* [[google_client_config]]
  
  
Line 33: Line 37:
 
* <code>[[aws_iam_policy_document]]</code>
 
* <code>[[aws_iam_policy_document]]</code>
 
* <code>[[aws_partition]]</code>
 
* <code>[[aws_partition]]</code>
 +
* <code>[[data.]]</code>
 +
* [[Terraform EKS data sources]]
  
 
== See also ==
 
== See also ==
 
* {{terraform data sources}}
 
* {{terraform data sources}}
 
* {{Terraform resources}}
 
* {{Terraform resources}}
 +
* {{tf modules}}
  
 
[[Category:Terraform]]
 
[[Category:Terraform]]

Latest revision as of 15:14, 10 October 2024

Advertising: