Skip to content

Commit

Permalink
Update CoreDNS from v1.7.0 to v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed Mar 20, 2021
1 parent 9284a16 commit 9f01a67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fedora-coreos/kubernetes/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=5f4378a0e183a2b88cf5492b943206fe73ef3123"
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=8c2e766d180824416075f4d7a695d6291ef277ab"

cluster_name = var.cluster_name
api_servers = [var.k8s_domain_name]
Expand Down
2 changes: 1 addition & 1 deletion flatcar-linux/kubernetes/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=5f4378a0e183a2b88cf5492b943206fe73ef3123"
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=8c2e766d180824416075f4d7a695d6291ef277ab"

cluster_name = var.cluster_name
api_servers = [var.k8s_domain_name]
Expand Down

0 comments on commit 9f01a67

Please sign in to comment.