Skip to content
This repository has been archived by the owner on Jun 24, 2023. It is now read-only.

Commit

Permalink
forgot to parametrize key_name
Browse files Browse the repository at this point in the history
  • Loading branch information
amoffat committed Apr 28, 2020
1 parent 2fa0321 commit 150c8e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ That's it!
1. Set `subdomain` to be the subdomain you wish your installation to appear under, for example `test`.
1. Set `region` to be the AWS region. I use `us-west-2`. **This must be the same region as your keypair and certificate.** See the [full list](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions).
1. Change the `instance_type` to a machine with the power you want. See the [full list](https://www.ec2instances.info/).
1. Set the `key_name` to be the name of your SSH keypair created in AWS.
1. Set `dns_zone`. It will look like `Z4T3BDVSEN6BC`
1. Set `cert_arn`. It will start with `arn:aws:acm:`
1. If you wish to use non-standard branches, change `jitsi_branch` and `tf_jitsi_branch`.
Expand Down
1 change: 1 addition & 0 deletions scripts/destroy_subdomain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ terraform destroy \
-var region="$region" \
-var tf_jitsi_branch="$tf_jitsi_branch" \
-var jitsi_branch="$jitsi_branch" \
-var key_name="$key_name" \
-var instance_type="$instance_type" \
-var dns_zone="$dns_zone" \
-var cert="$cert_arn"
1 change: 1 addition & 0 deletions scripts/provision_subdomain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ terraform apply \
-var region="$region" \
-var tf_jitsi_branch="$tf_jitsi_branch" \
-var jitsi_branch="$jitsi_branch" \
-var key_name="$key_name" \
-var instance_type="$instance_type" \
-var dns_zone="$dns_zone" \
-var cert="$cert_arn" \
Expand Down

0 comments on commit 150c8e4

Please sign in to comment.