Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jnig authored Feb 15, 2018
1 parent 23c830c commit 5a28db7
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 = "github.com/Jnig/terraform-kubernetes-aws?ref=v0.1"
source = "github.com/Jnig/terraform-kubernetes-aws?ref=v0.6"
name = "devops-dev-cluster"
ssh_key = "${aws_key_pair.ssh.key_name}"
Expand Down

0 comments on commit 5a28db7

Please sign in to comment.