We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2a749d commit 02f12d6Copy full SHA for 02f12d6
getting-started/ec2/basic/main.tf
@@ -0,0 +1,5 @@
1
+resource "aws_instance" "basic" {
2
+ ami = "ami-005e54dee72cc1d00" # us-west-2
3
+ instance_type = "t2.micro"
4
+ key_name = "my-key-pair"
5
+}
0 commit comments