revert
This commit is contained in:
parent
e412c04881
commit
a495f53751
6 changed files with 61 additions and 72 deletions
|
|
@ -1,18 +0,0 @@
|
|||
output "network_id" {
|
||||
description = "Network ID"
|
||||
value = stackit_network.this.network_id
|
||||
}
|
||||
|
||||
output "network_name" {
|
||||
description = "Network name"
|
||||
value = stackit_network.this.name
|
||||
}
|
||||
|
||||
output "network_interface_id" {
|
||||
description = "NIC ID"
|
||||
value = try(stackit_network_interface.static[0].network_interface_id, null)
|
||||
}
|
||||
|
||||
output "nic_ipv4_list" {
|
||||
value = try(stackit_network_interface.static[*].ipv4, null)
|
||||
}
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
required_providers {
|
||||
|
|
@ -6,4 +7,4 @@ terraform {
|
|||
version = "0.56.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue