Adding quickstart template example

This commit is contained in:
Mark Gray
2021-04-19 18:44:18 -07:00
parent e932a95d27
commit cefacf9966
6 changed files with 54 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# Use this file to define all outputs that will be returned by the configuration
output "resource" {
value = azurerm_resource_group.my_rg.name
}