terraform { backend "s3" { bucket = "terraform-aws-bucket" key = "tips-of-mine-terraform-bucket/backend/terraform.tfstate" region = "eu-north-1" } }