Adding quickstart template example
This commit is contained in:
5
quickstart/template/outputs.tf
Normal file
5
quickstart/template/outputs.tf
Normal 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
|
||||
}
|
Reference in New Issue
Block a user