The root folder of this repo shows an example of how to create a resource-group module, and create new Resource-group resource.
After this example you should have a new resource group.
To run this example, apply the Terraform templates:
- Install Terraform, minimum version:
1.0.0
. - Set the environment variables specified at the top of the file, and fill in any other variables that don't have a default.
- Run
terraform init
. - Run
terraform apply
.