Skip to content

Commit 336dd68

Browse files
authored
Update github-authorized-keys to the latest version in terraform-aws-ec2-instance (#12)
1 parent 95b1fe0 commit 336dd68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ resource "aws_security_group" "default" {
7676

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

0 commit comments

Comments
 (0)