Archived
Mark sensitive example outputs for domain data
This commit is contained in:
@@ -1,11 +1,13 @@
|
|||||||
output "domains" {
|
output "domains" {
|
||||||
description = "All visible Dynu domains."
|
description = "All visible Dynu domains."
|
||||||
value = data.dynu_domains.all.domains
|
value = data.dynu_domains.all.domains
|
||||||
|
sensitive = true
|
||||||
}
|
}
|
||||||
|
|
||||||
output "resolved_domain" {
|
output "resolved_domain" {
|
||||||
description = "Resolved Dynu root domain details for var.hostname."
|
description = "Resolved Dynu root domain details for var.hostname."
|
||||||
value = data.dynu_domain.selected.domain
|
value = data.dynu_domain.selected.domain
|
||||||
|
sensitive = true
|
||||||
}
|
}
|
||||||
|
|
||||||
output "resolved_dns_records" {
|
output "resolved_dns_records" {
|
||||||
|
|||||||
Reference in New Issue
Block a user