Difference between revisions of "Terraform: resource"

From wikieduonline
Jump to navigation Jump to search
Line 27: Line 27:
 
* <code>[[gitlab_deploy_token]]</code>
 
* <code>[[gitlab_deploy_token]]</code>
 
* <code>[[terraform show (grep resource)]]</code>
 
* <code>[[terraform show (grep resource)]]</code>
 +
* <code>[[~]]</code>
  
 
== See also ==
 
== See also ==

Revision as of 00:15, 28 February 2022

AWS provider

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

  tags = {
    Name = "ExampleAppServerInstance"
  }

Resources

Related terms

See also

Advertising: