3 lines
64 B
Terraform
3 lines
64 B
Terraform
|
output guardduty-arn {
|
||
|
value = aws_guardduty_detector.gd.arn
|
||
|
}
|