Skip to content

Commit e701139

Browse files
authored
feat: Include cost explorer to default console services in iam-read-only-policy module (#186)
1 parent 22d0021 commit e701139

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/iam-read-only-policy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ No modules.
4646
| <a name="input_name"></a> [name](#input\_name) | The name of the policy | `string` | `""` | no |
4747
| <a name="input_path"></a> [path](#input\_path) | The path of the policy in IAM | `string` | `"/"` | no |
4848
| <a name="input_tags"></a> [tags](#input\_tags) | A map of tags to add to all resources. | `map(string)` | `{}` | no |
49-
| <a name="input_web_console_services"></a> [web\_console\_services](#input\_web\_console\_services) | List of web console services to allow | `list(string)` | <pre>[<br> "resource-groups",<br> "tag",<br> "health"<br>]</pre> | no |
49+
| <a name="input_web_console_services"></a> [web\_console\_services](#input\_web\_console\_services) | List of web console services to allow | `list(string)` | <pre>[<br> "resource-groups",<br> "tag",<br> "health",<br> "ce"<br>]</pre> | no |
5050

5151
## Outputs
5252

modules/iam-read-only-policy/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ variable "allow_web_console_services" {
6060
variable "web_console_services" {
6161
description = "List of web console services to allow"
6262
type = list(string)
63-
default = ["resource-groups", "tag", "health"]
63+
default = ["resource-groups", "tag", "health", "ce"]
6464
}

0 commit comments

Comments
 (0)