File tree Expand file tree Collapse file tree 5 files changed +14
-4
lines changed Expand file tree Collapse file tree 5 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 4
4
" :preserveSemverRanges"
5
5
],
6
6
"labels" : [" auto-update" ],
7
+ "dependencyDashboardAutoclose" : true ,
7
8
"enabledManagers" : [" terraform" ],
8
9
"terraform" : {
9
10
"ignorePaths" : [" **/context.tf" , " examples/**" ]
10
11
}
11
12
}
12
-
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ Available targets:
146
146
| Name | Source | Version |
147
147
| ------| --------| ---------|
148
148
| <a name =" module_log_group_label " ></a > [ log\_ group\_ label] ( #module\_ log\_ group\_ label ) | cloudposse/label/null | 0.25.0 |
149
- | <a name =" module_role " ></a > [ role] ( #module\_ role ) | cloudposse/iam-role/aws | 0.16.1 |
149
+ | <a name =" module_role " ></a > [ role] ( #module\_ role ) | cloudposse/iam-role/aws | 0.16.2 |
150
150
| <a name =" module_this " ></a > [ this] ( #module\_ this ) | cloudposse/label/null | 0.25.0 |
151
151
152
152
## Resources
Original file line number Diff line number Diff line change 17
17
| Name | Source | Version |
18
18
| ------| --------| ---------|
19
19
| <a name =" module_log_group_label " ></a > [ log\_ group\_ label] ( #module\_ log\_ group\_ label ) | cloudposse/label/null | 0.25.0 |
20
- | <a name =" module_role " ></a > [ role] ( #module\_ role ) | cloudposse/iam-role/aws | 0.16.1 |
20
+ | <a name =" module_role " ></a > [ role] ( #module\_ role ) | cloudposse/iam-role/aws | 0.16.2 |
21
21
| <a name =" module_this " ></a > [ this] ( #module\_ this ) | cloudposse/label/null | 0.25.0 |
22
22
23
23
## Resources
Original file line number Diff line number Diff line change
1
+ terraform {
2
+ required_version = " >= 0.13.0"
3
+
4
+ required_providers {
5
+ aws = {
6
+ source = " hashicorp/aws"
7
+ version = " >= 3.0"
8
+ }
9
+ }
10
+ }
Original file line number Diff line number Diff line change 4
4
5
5
module "role" {
6
6
source = " cloudposse/iam-role/aws"
7
- version = " 0.16.1 "
7
+ version = " 0.16.2 "
8
8
9
9
enabled = local. iam_role_enabled
10
10
You can’t perform that action at this time.
0 commit comments