Append to path in remote state

Is it possible to append to the path as shown below
inputs = {
devfolder = “username”
}

remote_state {
backend = “s3”
config = {
bucket = “someolebucket”
key = devfolder.${/path_relative_to_include()}/terraform.tfstate"
region = “us-west-1”
encrypt = true
}
}

Hi caesharley,

I believe this works. Are you seeing an error when you attempt this in terragrunt?

Best regards,
Yori

This is fixed now by using workspace - all good thanks