# Include root configuration include "root" { path = find_in_parent_folders("root.hcl") } # Terragrunt configuration terraform { source = "." } # Generate the storage Terraform configuration generate "main" { path = "main.tf" if_exists = "overwrite" contents = <