# README
Schema Snapshot Generator
This application generates the schema snapshot for a resource, mainly to be used for resource state migration.
Example Usage
$ go run main.go <resource_type>
E.g.
$ go run main.go azurerm_resource_group
Arguments
resource_type
: The resource type to generate the schema.
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author