1
0

feat: new nacl module improved with Qoder

This commit is contained in:
xpk
2026-04-10 23:43:10 +08:00
parent 998636f079
commit ebdbd19d28
6 changed files with 142 additions and 54 deletions
+7
View File
@@ -0,0 +1,7 @@
output "nacl_id" {
value = aws_network_acl.this.id
}
output "nacl_arn" {
value = aws_network_acl.this.arn
}