Skip to content

Commit

Permalink
Add service account IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
kwerey committed Jan 26, 2018
1 parent faba5c7 commit ff22562
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions aws/data_source_aws_cloudtrail_service_account.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ var cloudTrailServiceAccountPerRegionMap = map[string]string{
"eu-west-2": "282025262664",
"eu-west-3": "262312530599",
"sa-east-1": "814480443879",
"cn-northwest-1": "681348832753",
}

func dataSourceAwsCloudTrailServiceAccount() *schema.Resource {
Expand Down
1 change: 1 addition & 0 deletions aws/data_source_aws_elb_hosted_zone_id.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ var elbHostedZoneIdPerRegionMap = map[string]string{
"sa-east-1": "Z2P70J7HTTTPLU",
"us-gov-west-1": "048591011584",
"cn-north-1": "638102146993",
"cn-northwest-1": "", // Not supported as of January 2018
}

func dataSourceAwsElbHostedZoneId() *schema.Resource {
Expand Down
1 change: 1 addition & 0 deletions aws/data_source_aws_elb_service_account.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ var elbAccountIdPerRegionMap = map[string]string{
"ap-southeast-2": "783225319266",
"ca-central-1": "985666609251",
"cn-north-1": "638102146993",
"cn-northwest-1": "037604701340",
"eu-central-1": "054676820928",
"eu-west-1": "156460612806",
"eu-west-2": "652711504416",
Expand Down
1 change: 1 addition & 0 deletions aws/data_source_aws_redshift_service_account.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ var redshiftServiceAccountPerRegionMap = map[string]string{
"ap-southeast-2": "762762565011",
"ap-northeast-1": "404641285394",
"ca-central-1": "907379612154",
"cn-northwest-1": "660998842044",
"eu-central-1": "053454850223",
"eu-west-1": "210876761215",
"eu-west-2": "307160386991",
Expand Down
1 change: 1 addition & 0 deletions aws/hosted_zones.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ var hostedZoneIDsMap = map[string]string{
"ca-central-1": "Z1QDHH18159H29",
"sa-east-1": "Z7KQH4QJS55SO",
"us-gov-west-1": "Z31GFT0UA1I2HV",
"cn-northwest-1": "", // Not supported as of January 2018
}

// Returns the hosted zone ID for an S3 website endpoint region. This can be
Expand Down

0 comments on commit ff22562

Please sign in to comment.