Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
sschmittsva committed Dec 13, 2024
1 parent 88c81a4 commit d74299e
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bootstrap.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: make bootstrap CI

on:
push:
pull_request:

jobs:
Expand Down
20 changes: 20 additions & 0 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file added WIP
Empty file.
4 changes: 2 additions & 2 deletions terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ vault = {

# Dyanmic DB Credentials
databases = {
enabled = true
enabled = false

# enable mysql db
mysql = true
Expand All @@ -29,7 +29,7 @@ databases = {
# Minikube Configuration
kubernetes = {
# wether to enable minikube deployment
enabled = true
enabled = false

# enable kms plugin for secret encryption at rest
kms = true
Expand Down

0 comments on commit d74299e

Please sign in to comment.