Skip to content

Commit

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

0 comments on commit e32d205

Please sign in to comment.