@@ -22,7 +22,7 @@ provider "kubernetes" {
2222module "tiller_namespace" {
2323 # When using these modules in your own templates, you will need to use a Git URL with a ref attribute that pins you
2424 # to a specific version of the modules, such as the following example:
25- # source = "git::git@ github.com: gruntwork-io/terraform-kubernetes-helm.git//modules/k8s-namespace?ref=v0.3.0"
25+ # source = "git::https:// github.com/ gruntwork-io/terraform-kubernetes-helm.git//modules/k8s-namespace?ref=v0.3.0"
2626 source = " ./modules/k8s-namespace"
2727
2828 name = " ${ var . tiller_namespace } "
@@ -31,7 +31,7 @@ module "tiller_namespace" {
3131module "resource_namespace" {
3232 # When using these modules in your own templates, you will need to use a Git URL with a ref attribute that pins you
3333 # to a specific version of the modules, such as the following example:
34- # source = "git::git@ github.com: gruntwork-io/terraform-kubernetes-helm.git//modules/k8s-namespace?ref=v0.3.0"
34+ # source = "git::https:// github.com/ gruntwork-io/terraform-kubernetes-helm.git//modules/k8s-namespace?ref=v0.3.0"
3535 source = " ./modules/k8s-namespace"
3636
3737 name = " ${ var . resource_namespace } "
@@ -40,7 +40,7 @@ module "resource_namespace" {
4040module "tiller_service_account" {
4141 # When using these modules in your own templates, you will need to use a Git URL with a ref attribute that pins you
4242 # to a specific version of the modules, such as the following example:
43- # source = "git::git@ github.com: gruntwork-io/terraform-kubernetes-helm.git//modules/k8s-service-account?ref=v0.3.0"
43+ # source = "git::https:// github.com/ gruntwork-io/terraform-kubernetes-helm.git//modules/k8s-service-account?ref=v0.3.0"
4444 source = " ./modules/k8s-service-account"
4545
4646 name = " ${ var . service_account_name } "
@@ -88,7 +88,7 @@ resource "null_resource" "tiller_tls_certs" {
8888module "tiller" {
8989 # When using these modules in your own templates, you will need to use a Git URL with a ref attribute that pins you
9090 # to a specific version of the modules, such as the following example:
91- # source = "git::git@ github.com: gruntwork-io/terraform-kubernetes-helm.git//modules/k8s-tiller?ref=v0.3.0"
91+ # source = "git::https:// github.com/ gruntwork-io/terraform-kubernetes-helm.git//modules/k8s-tiller?ref=v0.3.0"
9292 source = " ./modules/k8s-tiller"
9393
9494 tiller_service_account_name = " ${ module . tiller_service_account . name } "
0 commit comments