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 cf0c6c6
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 6 deletions.
6 changes: 2 additions & 4 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 All @@ -9,8 +10,5 @@ jobs:
steps:
- uses: hashicorp/setup-terraform@v3
- uses: actions/checkout@v4
- run: |
terraform init
terraform apply -target=module.boundary -auto-approve
terraform apply -auto-approve
- run: bootstrap
- run: make teardown
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 cf0c6c6

Please sign in to comment.