Skip to content

Commit

Permalink
Merge pull request #286 from kbst/unbundle-nginx
Browse files Browse the repository at this point in the history
Unbundle Nginx ingress from starters
  • Loading branch information
pst authored Jul 23, 2022
2 parents a5d2110 + e606b6e commit cf51f20
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 167 deletions.
2 changes: 1 addition & 1 deletion aws/_modules/eks/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ terraform {
tls = {
# https://registry.terraform.io/providers/hashicorp/tls/latest
source = "hashicorp/tls"
version = ">= 3.1.0"
version = "3.4.0"
}
}

Expand Down
27 changes: 0 additions & 27 deletions quickstart/src/configurations/aks/aks_zero_ingress.tf

This file was deleted.

29 changes: 0 additions & 29 deletions quickstart/src/configurations/eks/eks_zero_ingress.tf

This file was deleted.

27 changes: 0 additions & 27 deletions quickstart/src/configurations/gke/gke_zero_ingress.tf

This file was deleted.

27 changes: 0 additions & 27 deletions quickstart/src/configurations/multi-cloud/aks_zero_ingress.tf

This file was deleted.

29 changes: 0 additions & 29 deletions quickstart/src/configurations/multi-cloud/eks_zero_ingress.tf

This file was deleted.

27 changes: 0 additions & 27 deletions quickstart/src/configurations/multi-cloud/gke_zero_ingress.tf

This file was deleted.

0 comments on commit cf51f20

Please sign in to comment.