You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: terraform-example/vars.tf
+4
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@ variable "ami" {
2
2
description="The ID of the AMI that has Ruby on Rails installed and contains the code from the example-rails-app"
3
3
}
4
4
5
+
variable"key_pair_name" {
6
+
description="The name of a Key Pair that you've created in AWS and have saved on your computer. You will be able to use this Key Pair to SSH to the EC2 instance."
7
+
}
8
+
5
9
variable"port" {
6
10
description="The port the Ruby on Rails app should listen on for HTTP requests"
0 commit comments