We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c69e40 commit f76ae19Copy full SHA for f76ae19
modules/frontend/outputs.tf
@@ -14,6 +14,11 @@
14
* limitations under the License.
15
*/
16
17
+output "ip_address_http_internal" {
18
+ description = "The internal/external IP addresses assigned to the HTTP forwarding rules."
19
+ value = [for rule in google_compute_global_forwarding_rule.http_internal : rule.ip_address]
20
+}
21
+
22
output "external_ip" {
23
description = "The external IPv4 assigned to the global fowarding rule."
24
value = local.address
0 commit comments