[add-providers-terraform-neo4j-cluster]
match='''
module ":[module_name]" {
  source = "git@github.com:theorchard/terraform-neo4j-cluster:[tail]"
  :[body]
}
'''

rewrite='''
module ":[module_name]" {
  source = "git@github.com:theorchard/terraform-neo4j-cluster:[tail]"

  providers = {
    aws.dns = aws.networking
  }

  :[body]
}
'''