Difference between revisions of "Terraform: resource"

From wikieduonline
Jump to navigation Jump to search
Line 28: Line 28:
  
 
== See also ==
 
== See also ==
 +
* {{Terraform aws data sources}}
 
* {{terraform aws resources}}
 
* {{terraform aws resources}}
* {{Terraform aws data sources}}
 
 
* {{terraform resources}}
 
* {{terraform resources}}
 
* {{Terraform}}
 
* {{Terraform}}
  
 
[[Category:Terraform]]
 
[[Category:Terraform]]

Revision as of 19:19, 21 October 2021

AWS provider

resource "aws_instance" "my_app_server" {
  ami           = "ami-08d70e59c07c61a3a"
  instance_type = "t2.micro"

  tags = {
    Name = "ExampleAppServerInstance"
  }

Resources

Related terms

See also

Advertising: