-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40 from avalonmediasystem/msul_updates
Updates from MSU
- Loading branch information
Showing
11 changed files
with
289 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,30 @@ | ||
environment = "dev" | ||
#zone_prefix = "" | ||
hosted_zone_name = "mydomain.org" | ||
ec2_keyname = "my-ec2-key" | ||
ec2_private_keyfile = "/local/path/my-ec2-key.pem" | ||
# At least one of ec2_keyname or ec2_public_key must be set | ||
#ec2_keyname = "my-ec2-key" | ||
#ec2_public_key = "" | ||
stack_name = "mystack" | ||
stack_bucket = "mystack-state" | ||
sms_notification = "+18125550123" | ||
ssh_cidr_blocks = [] | ||
# If the user below is empty, Terraform will attempt to | ||
# create it and the required access/secret automatically. | ||
#fcrepo_binary_bucket_username = "iam_user" | ||
#fcrepo_binary_bucket_access_key = "***********" | ||
#fcrepo_binary_bucket_secret_key = "***********" | ||
fcrepo_binary_bucket_username = "iam_user" | ||
fcrepo_binary_bucket_access_key = "***********" | ||
fcrepo_binary_bucket_secret_key = "***********" | ||
tags { | ||
# You can use an alternate hostname for the main web interface rather | ||
# than the default of {zone_prefix}{environment}.{hosted_zone_name} | ||
# To do so, you must delegate the domain where the hostname will reside | ||
# to AWS Route53 and specify the zone_id and hostname like below. | ||
#alt_hostname = { | ||
# "my-label" = { | ||
# zone_id = "Z0123456789ABCDEFGHI" | ||
# hostname = "my-alt.domain.org" | ||
# } | ||
# } | ||
tags = { | ||
Creator = "Username" | ||
For = "Avalon Turnkey" | ||
} |
Oops, something went wrong.