Skip to content

Commit d4c7207

Browse files
Removed unwanted code
1 parent 96da930 commit d4c7207

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

aws/cloudtrail/examples/default/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,4 @@
4040

4141
## Outputs
4242

43-
| Name | Description |
44-
|------|-------------|
45-
| <a name="output_aws_account_id"></a> [aws\_account\_id](#output\_aws\_account\_id) | n/a |
46-
| <a name="output_aws_region_data"></a> [aws\_region\_data](#output\_aws\_region\_data) | n/a |
47-
| <a name="output_sumologic_env"></a> [sumologic\_env](#output\_sumologic\_env) | n/a |
43+
No outputs.

aws/cloudtrail/examples/default/data.tf

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,3 @@ data "aws_region" "current" {}
33
data "aws_caller_identity" "current" {}
44

55
data "sumologic_caller_identity" "current" {}
6-
7-
output "aws_account_id" {
8-
value = data.aws_caller_identity.current.account_id
9-
}
10-
11-
output "aws_region_data" {
12-
value = data.aws_region.current
13-
}
14-
15-
output "sumologic_env" {
16-
value = data.sumologic_caller_identity.current
17-
}

0 commit comments

Comments
 (0)