github.com/khulnasoft-lab/defsec@v1.0.5-0.20230827010352-5e9f46893d95/internal/adapters/terraform/nifcloud/dns/adapt.go (about) 1 package dns 2 3 import ( 4 "github.com/khulnasoft-lab/defsec/pkg/providers/nifcloud/dns" 5 "github.com/khulnasoft-lab/defsec/pkg/terraform" 6 ) 7 8 func Adapt(modules terraform.Modules) dns.DNS { 9 return dns.DNS{ 10 Records: adaptRecords(modules), 11 } 12 }