Setting Up Your Environment
Run the Docker Container
sudo docker run -it viktoruj/runnerClone the Git Repository
git clone https://github.com/smadi0x86/SRE-Platform
cd SRE-PlatformUpdate S3 Bucket
Edit the `terragrunt.hcl` file to update your S3 bucket name
vim terraform/environments/terragrunt.hcllocals {
region = "eu-north-1"
backend_region = "eu-north-1"
backend_bucket = "example-bucket" # update with your own bucket name
backend_dynamodb_table = "${local.backend_bucket}-lock"
}Set the AWS Key
Last updated