Skip to main content
outputs.tf74 B
View on GitHub
output "caller_id" {
value = data.aws_caller_identity.this.account_id
}

Related Documentation