Skip to content

Commit

Permalink
Update github-authorized-keys to the latest version in `terraform-a…
Browse files Browse the repository at this point in the history
…ws-ec2-instance` (#12)
  • Loading branch information
s2504s authored Oct 13, 2017
1 parent 95b1fe0 commit 336dd68
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 @@ -76,7 +76,7 @@ resource "aws_security_group" "default" {

# Apply the tf_github_authorized_keys module for this resource
module "github_authorized_keys" {
source = "git::https://github.com/cloudposse/tf_github_authorized_keys.git?ref=tags/0.1.0"
source = "git::https://github.com/cloudposse/terraform-template-user-data-github-authorized-keys.git?ref=tags/0.1.1"
github_api_token = "${var.github_api_token}"
github_organization = "${var.github_organization}"
github_team = "${var.github_team}"
Expand Down

0 comments on commit 336dd68

Please sign in to comment.