diff options
Diffstat (limited to 'yandex/firewall/outputs.tf')
-rw-r--r-- | yandex/firewall/outputs.tf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/yandex/firewall/outputs.tf b/yandex/firewall/outputs.tf new file mode 100644 index 0000000..72058aa --- /dev/null +++ b/yandex/firewall/outputs.tf @@ -0,0 +1,3 @@ +output "id" { + value = yandex_vpc_security_group.this.id +} |