terraform-modules/grafana/datasource/output.tf

3 lines
73 B
HCL

output "datasource_uid" {
value = grafana_data_source.this.uid
}