Skip to content

Commit

Permalink
testing output
Browse files Browse the repository at this point in the history
  • Loading branch information
star3am committed Nov 9, 2023
1 parent cf8ac0e commit 2d3e1cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion terraform/awx-ansible-tower-instance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,8 @@ No optional inputs.

## Outputs

No outputs.
The following outputs are exported:

### <a name="output_awx_ansible_tower_ip_address"></a> [awx_ansible_tower_ip_address](#output_awx_ansible_tower_ip_address)

Description: AWX Tower IP address
4 changes: 4 additions & 0 deletions terraform/awx-ansible-tower-instance/outputs.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
output "awx_ansible_tower_ip_address" {
value = try(module.aws_hashiqube[0].hashiqube_ip, null)
description = "AWX Tower IP address"
}

0 comments on commit 2d3e1cf

Please sign in to comment.