Skip to content

Commit

Permalink
feat: missing output from network
Browse files Browse the repository at this point in the history
Signed-off-by: Fredrik Klingenberg <[email protected]>
  • Loading branch information
fredrkl committed Oct 31, 2023
1 parent 21f92b5 commit f8be7c3
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ repos:
hooks:
- id: terraform_fmt
files: ^terraform/.*\.tf$
- id: terraform_validate
files: ^terraform/.*\.tf$
- repo: https://github.com/mxab/pre-commit-trivy.git
rev: v0.8.0
hooks:
Expand Down
22 changes: 22 additions & 0 deletions terraform/modules/network/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions terraform/modules/network/outputs.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
output "subnet_id" {
description = "The ID of the subnet"
value = azurerm_subnet.aks-data-plane.id
}

0 comments on commit f8be7c3

Please sign in to comment.