Skip to content

Commit 91d120f

Browse files
committed
[#327] Fix typo and add modules/iam_role/variables.tf into test
1 parent d9f8892 commit 91d120f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/generators/addons/aws/modules/core/iamRole.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ describe('IAM Role add-on', () => {
3434
'shared/variables.tf',
3535

3636
'modules/iam_role/data.tf',
37+
'modules/iam_role/variables.tf',
3738
'modules/iam_role/main.tf',
3839
'modules/iam_role/outputs.tf',
3940
];

templates/addons/aws/modules/bastion/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ variable "env_namespace" {
44
}
55

66
variable "subnet_ids" {
7-
description = "The public setnet IsD for the instance"
7+
description = "The public subnet IDs for the instance"
88
type = list(string)
99
}
1010

0 commit comments

Comments
 (0)