Skip to content

Commit 5bcc214

Browse files
committed
refact(tf): Disable user_data output.
1 parent 395d06a commit 5bcc214

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

terraform/fk/99-outputs.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ output alb {
128128
}
129129
}
130130

131+
/*
132+
Disabled because output was verbose and as far as I know this is unnecessary.
133+
131134
output user_data {
132135
value = [
133136
for key, i in data.template_file.app_server_user_data: {
@@ -136,3 +139,4 @@ output user_data {
136139
}
137140
]
138141
}
142+
*/

0 commit comments

Comments
 (0)