Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakob authored Oct 30, 2017
1 parent b01d999 commit 9d955c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ resource "aws_key_pair" "ssh" {
}
module "kubernetes" {
source = "./kubernetes"
source = "github.com/Jnig/terraform-kubernetes-aws"
name = "devops-dev-cluster"
ssh_key = "${aws_key_pair.ssh.key_name}"
Expand Down

0 comments on commit 9d955c9

Please sign in to comment.