Initial commit for template
This commit is contained in:
6
outputs.tf
Normal file
6
outputs.tf
Normal file
@ -0,0 +1,6 @@
|
||||
#Outputs from providers are generally not documented, we have to use the provider once and then run "tofu show"
|
||||
output "output_name" {
|
||||
description = "Some output that we want to add"
|
||||
value = provider.resource.resourcename.value
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user