Files
alexandre.pires e9c492d149 Add OpenTofu setup and configuration for AWS infrastructure
- Create action for setting up OpenTofu environment
- Update Terraform workflow to use OpenTofu for infrastructure management
- Modify backend configuration for S3 with new bucket and region
- Add S3 bucket resources with lifecycle configuration
- Update local variables and remove deprecated files
- Include required Python packages for OpenTofu
2025-04-25 16:37:01 +02:00

45 lines
340 B
Plaintext

repository.vault.*
id_rsa
id_ecdsa
id_ed25519
.idea
.vscode
.terraform*
*.iml
tmp/*
.venv
*.deb
*.html
*.log
*.retry
*.rpm
*suid.list
.cache
.scannerwork
.sonar
.tox
.vagrant
drafts/*
# Swap files
*.swo
*.swp
# Python bytecode
*.pyc
# Pytest
.cache
# Tox
.tox
# Vagrant
.vagrant
*.log
# Molecule
.molecule
*.auto.tfvars
dev/*
.ansible