Skip to content

Commit

Permalink
Updated for new account
Browse files Browse the repository at this point in the history
  • Loading branch information
wr0ngway committed Jul 22, 2021
1 parent 173b588 commit 66f212a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module "grant-cloudtruth-access" {

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| account\_ids | The AWS account IDs (for the cloudtruth account) that will be assuming the role | `list(string)` | <pre>[<br> "811566399652"<br>]</pre> | no |
| account\_ids | The AWS account IDs (for the cloudtruth account) that will be assuming the role | `list(string)` | <pre>[<br> "609878994716"<br>]</pre> | no |
| external\_id | The external id used for limiting access. | `any` | n/a | yes |
| role\_name | The role within your AWS account that cloudtruth will assume to perform its actions | `any` | n/a | yes |
| s3\_policy | A custom policy to use for s3 instead of the one this module would define | `string` | `""` | no |
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ variable "external_id" {
variable "account_ids" {
description = "The AWS account IDs (for the cloudtruth account) that will be assuming the role"
type = list(string)
default = ["811566399652"]
default = ["609878994716"]
}

variable "services_enabled" {
Expand Down

0 comments on commit 66f212a

Please sign in to comment.