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
This commit is contained in:
2025-04-25 16:37:01 +02:00
parent 41ee9e0618
commit e9c492d149
12 changed files with 85 additions and 17 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
variable "region" {
description = "AWS Default region"
default = "us-east-1"
default = "eu-west-1"
}