Skip to content

Commit

Permalink
Merge pull request #13 from FitnessKeeper/casper-upgrade-12
Browse files Browse the repository at this point in the history
update module from community to private
  • Loading branch information
Falpangaea authored Feb 6, 2020
2 parents 709460c + 97423d7 commit 14c3e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ resource "aws_iam_role_policy" "bastion" {
}

module "bastion" {
source = "github.com/terraform-community-modules/tf_aws_bastion_s3_keys.git?ref=v3.0.0"
source = "git@github.com:asicsdigital/terraform-aws-bastion-s3-keys.git?ref=v3.0.0"
name = "${var.hostname}.${data.aws_route53_zone.zone.name}"
ssh_user = "ec2-user"
instance_type = "t2.micro"
Expand Down

0 comments on commit 14c3e04

Please sign in to comment.