@@ -22,7 +22,7 @@ provider "kubernetes" {
22
22
module "tiller_namespace" {
23
23
# When using these modules in your own templates, you will need to use a Git URL with a ref attribute that pins you
24
24
# 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"
26
26
source = " ./modules/k8s-namespace"
27
27
28
28
name = " ${ var . tiller_namespace } "
@@ -31,7 +31,7 @@ module "tiller_namespace" {
31
31
module "resource_namespace" {
32
32
# When using these modules in your own templates, you will need to use a Git URL with a ref attribute that pins you
33
33
# 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"
35
35
source = " ./modules/k8s-namespace"
36
36
37
37
name = " ${ var . resource_namespace } "
@@ -40,7 +40,7 @@ module "resource_namespace" {
40
40
module "tiller_service_account" {
41
41
# When using these modules in your own templates, you will need to use a Git URL with a ref attribute that pins you
42
42
# 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"
44
44
source = " ./modules/k8s-service-account"
45
45
46
46
name = " ${ var . service_account_name } "
@@ -88,7 +88,7 @@ resource "null_resource" "tiller_tls_certs" {
88
88
module "tiller" {
89
89
# When using these modules in your own templates, you will need to use a Git URL with a ref attribute that pins you
90
90
# 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"
92
92
source = " ./modules/k8s-tiller"
93
93
94
94
tiller_service_account_name = " ${ module . tiller_service_account . name } "
0 commit comments