We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
github-authorized-keys
terraform-aws-ec2-instance
1 parent 95b1fe0 commit 336dd68Copy full SHA for 336dd68
main.tf
@@ -76,7 +76,7 @@ resource "aws_security_group" "default" {
76
77
# Apply the tf_github_authorized_keys module for this resource
78
module "github_authorized_keys" {
79
- 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"
80
github_api_token = "${var.github_api_token}"
81
github_organization = "${var.github_organization}"
82
github_team = "${var.github_team}"
0 commit comments