add dbaas and shlink db config
This commit is contained in:
parent
35ff8f249e
commit
06789118cc
9 changed files with 57 additions and 21 deletions
9
modules/kubernetes/url-shortener/versions.tf
Normal file
9
modules/kubernetes/url-shortener/versions.tf
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
terraform {
|
||||
required_providers {
|
||||
kubectl = {
|
||||
source = "gavinbunney/kubectl"
|
||||
version = ">= 1.10.0"
|
||||
}
|
||||
}
|
||||
required_version = ">= 0.13"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue