Skip to content

Commit b6d0ed2

Browse files
authored
Update example.tf
1 parent e17f2c5 commit b6d0ed2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

static/files/c2c/aws-iam-users/example.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ resource "sumologic_cloud_to_cloud_source" "aws-iam-users-source" {
88
"limitToRegions": ["all"],
99
"authentication": {
1010
"type": "S3BucketAuthentication",
11-
"awsId": "AKIA88SVJKHFHI6WVRM4",
12-
"awsKey": "LY7k0C+gIz+t4dBZLOkRarPOGQ/a8AxbPSIseBOo"
11+
"awsId": "AKIA88SVJKHFHI6WVKL4",
12+
"awsKey": "LY7k0C+gIz+t4dSKLOkRarPOGQ/a8AxbPSIseBOo"
1313
},
1414
"pathPrefix": "/division_abc/subdivision_xyz/",
1515
"pollingIntervalHour": 12
@@ -18,4 +18,4 @@ resource "sumologic_cloud_to_cloud_source" "aws-iam-users-source" {
1818
resource "sumologic_collector" "collector" {
1919
name = "my-collector"
2020
description = "Just testing this"
21-
}
21+
}

0 commit comments

Comments
 (0)