internal/resourceset/tf_resource_set.go (7 lines of code) (raw):

package resourceset import "github.com/magodo/armid" type TFResource struct { AzureId armid.ResourceId TFId string TFType string }