We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50961b7 commit 8a80577Copy full SHA for 8a80577
1 file changed
terraform/aws-users.tf
@@ -164,6 +164,7 @@ module "iam_user_here" {
164
}
165
user_groups = ["read-only-group"]
166
167
+
168
module "iam_user_benettonkkb" {
169
source = "./modules/aws-users"
170
@@ -174,3 +175,15 @@ module "iam_user_benettonkkb" {
174
175
176
177
178
179
+module "iam_user_Ganeshswaminathan1912" {
180
+ source = "./modules/aws-users"
181
182
+ user_name = "Ganeshswaminathan1912"
183
+ user_tags = {
184
+ "Project" = "vrms"
185
+ "Access Level" = "1"
186
+ }
187
+ user_groups = ["read-only-group"]
188
+}
189
0 commit comments