Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
Fix recent deletion of bootstrap module pinned SHA
Browse files Browse the repository at this point in the history
* Fix deletion of bootstrap module pinned SHA, which was
introduced recently through an automation mistake creating
poseidon/typhoon#589
  • Loading branch information
dghubble committed Nov 22, 2019
1 parent f774ae1 commit 13c20c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Kubernetes assets (kubeconfig, manifests)
module "bootstrap" {
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref="
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=0f1f16c612a6877d25a3fedcb476b3087a3de999"

cluster_name = var.cluster_name
api_servers = [format("%s.%s", var.cluster_name, var.dns_zone)]
Expand Down

0 comments on commit 13c20c5

Please sign in to comment.