Deploys Sonatype Nexus Repository Manager with: - Traefik ingress with TLS (production certresolver) - Persistent storage at /opt/nexus-data - Health checks and memory limits
26 lines
442 B
Plaintext
26 lines
442 B
Plaintext
# Local .terraform directories
|
|
**/.terraform/*
|
|
|
|
# .tfstate files
|
|
*.tfstate
|
|
*.tfstate.*
|
|
|
|
# Crash log files
|
|
crash.log
|
|
|
|
# Exclude all .tfvars files, which are likely to contain sensitive data
|
|
# *.tfvars
|
|
|
|
# Ignore override files as they are usually used to override resources locally
|
|
override.tf
|
|
override.tf.json
|
|
*_override.tf
|
|
*_override.tf.json
|
|
|
|
# Ignore CLI configuration files
|
|
.terraformrc
|
|
terraform.rc
|
|
|
|
# Ignore lock file
|
|
.terraform.lock.hcl
|