MCPcopy
hub / github.com/Azure/aztfexport / MetaResourceGroup

Struct MetaResourceGroup

internal/meta/meta_rg.go:13–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type MetaResourceGroup struct {
14 baseMeta
15 resourceGroup string
16 resourceNamePrefix string
17 resourceNameSuffix string
18 includeRoleAssignment bool
19 includeManagedResource bool
20}
21
22func NewMetaResourceGroup(cfg config.Config) (*MetaResourceGroup, error) {
23 cfg.Logger.Info("New resource group meta")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected