Skip to content

Commit

Permalink
update outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerthatdev committed Jul 24, 2023
1 parent 9d43afd commit ed3ca0e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion infra/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

output "project_id" {
description = "Project ID where solution is deployed."
value = var.project_id
}
output "frontend_url" {
description = "IP address to site. Load balancer expected to take ~5 minutes for it to warm up."
value = "http://${google_compute_global_address.default.address}/"
Expand Down

0 comments on commit ed3ca0e

Please sign in to comment.