diff --git a/docs/aws.md b/docs/aws.md index f2095177..fb2ff714 100644 --- a/docs/aws.md +++ b/docs/aws.md @@ -96,7 +96,7 @@ Define a Kubernetes cluster using the module `aws/container-linux/kubernetes`. ```tf module "aws-tempest" { - source = "git::https://github.com/poseidon/typhoon//aws/container-linux/kubernetes" + source = "git::https://github.com/poseidon/typhoon//aws/container-linux/kubernetes?ref=v1.9.2" providers = { aws = "aws.default" diff --git a/docs/bare-metal.md b/docs/bare-metal.md index c9e927ca..9c1c78df 100644 --- a/docs/bare-metal.md +++ b/docs/bare-metal.md @@ -177,7 +177,7 @@ Define a Kubernetes cluster using the module `bare-metal/container-linux/kuberne ```tf module "bare-metal-mercury" { - source = "git::https://github.com/poseidon/typhoon//bare-metal/container-linux/kubernetes" + source = "git::https://github.com/poseidon/typhoon//bare-metal/container-linux/kubernetes?ref=v1.9.2" providers = { local = "local.default" diff --git a/docs/digital-ocean.md b/docs/digital-ocean.md index 120b345f..7900b855 100644 --- a/docs/digital-ocean.md +++ b/docs/digital-ocean.md @@ -90,7 +90,7 @@ Define a Kubernetes cluster using the module `digital-ocean/container-linux/kube ```tf module "digital-ocean-nemo" { - source = "git::https://github.com/poseidon/typhoon//digital-ocean/container-linux/kubernetes" + source = "git::https://github.com/poseidon/typhoon//digital-ocean/container-linux/kubernetes?ref=v1.9.2" providers = { digitalocean = "digitalocean.default" diff --git a/docs/google-cloud.md b/docs/google-cloud.md index 57e0f1fa..45224a49 100644 --- a/docs/google-cloud.md +++ b/docs/google-cloud.md @@ -97,7 +97,7 @@ Define a Kubernetes cluster using the module `google-cloud/container-linux/kuber ```tf module "google-cloud-yavin" { - source = "git::https://github.com/poseidon/typhoon//google-cloud/container-linux/kubernetes" + source = "git::https://github.com/poseidon/typhoon//google-cloud/container-linux/kubernetes?ref=v1.9.2" providers = { google = "google.default"