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
description = "The name used to namespace resources created by this module"
}
variable "ami" {
description = "The ID of the AMI that has Ruby on Rails installed and contains the code from the example-rails-app"
}
variable "key_pair_name" {
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."
}
variable "port" {
description = "The port the Ruby on Rails app should listen on for HTTP requests"