From 9fb631a076b62f6ba57b7230c3c82d93dbd3a960 Mon Sep 17 00:00:00 2001 From: Kevin London Date: Tue, 29 Dec 2015 15:23:38 -0800 Subject: [PATCH] Update Build documentation to use t2.micro This just helps it stay consistent across the doc. --- website/source/intro/getting-started/build.html.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/source/intro/getting-started/build.html.md b/website/source/intro/getting-started/build.html.md index aa3c7c506d..f2c6c19ba8 100644 --- a/website/source/intro/getting-started/build.html.md +++ b/website/source/intro/getting-started/build.html.md @@ -60,7 +60,7 @@ provider "aws" { resource "aws_instance" "example" { ami = "ami-408c7f28" - instance_type = "t1.micro" + instance_type = "t2.micro" } ``` @@ -113,7 +113,7 @@ $ terraform plan + aws_instance.example ami: "" => "ami-408c7f28" availability_zone: "" => "" - instance_type: "" => "t1.micro" + instance_type: "" => "t2.micro" key_name: "" => "" private_dns: "" => "" private_ip: "" => "" @@ -149,7 +149,7 @@ since Terraform waits for the EC2 instance to become available. $ terraform apply aws_instance.example: Creating... ami: "" => "ami-408c7f28" - instance_type: "" => "t1.micro" + instance_type: "" => "t2.micro" Apply complete! Resources: 1 added, 0 changed, 0 destroyed. @@ -174,7 +174,7 @@ aws_instance.example: id = i-e60900cd ami = ami-408c7f28 availability_zone = us-east-1c - instance_type = t1.micro + instance_type = t2.micro key_name = private_dns = domU-12-31-39-12-38-AB.compute-1.internal private_ip = 10.200.59.89