As the error message indicates, you need to add the following to infrastructure-modules/internus/main.tf
:
terraform {
backend "s3" {}
}
Without this, Terragrunt can’t fill in the remote state configuration details automatically. See https://github.com/gruntwork-io/terragrunt#keep-your-remote-state-configuration-dry for details.