Skip to content

Commit

Permalink
output nic
Browse files Browse the repository at this point in the history
  • Loading branch information
QBY-ChristianHartmann authored Jul 31, 2024
1 parent 9b949d9 commit 1a944ea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this module adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.1.0] - 2024-01-11

### Added
- Output the network interface

## [1.0.0] - 2024-01-11

### Added
Expand Down
4 changes: 4 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ output "virtual_machine" {

output "data_disks" {
value = azurerm_managed_disk.data_disk
}

output "network_interface" {
value = azurerm_network_interface.this
}

0 comments on commit 1a944ea

Please sign in to comment.