Skip to content

Commit

Permalink
update github-action
Browse files Browse the repository at this point in the history
  • Loading branch information
theprashantyadav committed Dec 12, 2022
1 parent 1391d17 commit f3df278
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _example/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
output "id" {
value = module.firewall.*.id
description = "Name of the resource. Provided by the client when the resource is created."
}

output "self_link" {
value = module.firewall.*.self_link
description = "The URI of the created resource."
}

0 comments on commit f3df278

Please sign in to comment.