Initial Oracle Deep Data Security lab kit
Some checks failed
Repo Quality / structure (push) Has been cancelled
Terraform Validate / validate (push) Has been cancelled

This commit is contained in:
Rodrigo Pace
2026-05-08 12:08:05 -03:00
commit 5cd8752a90
88 changed files with 2189 additions and 0 deletions

34
.gitignore vendored Normal file
View File

@@ -0,0 +1,34 @@
# Terraform
**/.terraform/
*.tfstate
*.tfstate.*
crash.log
crash.*.log
override.tf
override.tf.json
*_override.tf
*_override.tf.json
*.tfvars
!*.tfvars.example
# Secrets and local configuration
.env
.env.*
*.pem
*.key
wallet/
wallets/
credentials/
secrets/
# OS / editors
.DS_Store
Thumbs.db
.idea/
.vscode/
# Evidence generated during demos
evidence-output/
logs/
tmp/
.tools/