File tree Expand file tree Collapse file tree 2 files changed +1
-17
lines changed
aws/cloudtrail/examples/default Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -3,15 +3,3 @@ data "aws_region" "current" {}
33data "aws_caller_identity" "current" {}
44
55data "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- }
You can’t perform that action at this time.
0 commit comments