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 f578541 commit 5cf2759Copy full SHA for 5cf2759
terraform/outputs.tf
@@ -0,0 +1,4 @@
1
+output "container_app_url" {
2
+ value = azurerm_container_app.ca_app.ingress[0].fqdn
3
+ description = "The ingress URL of the container app"
4
+}
terraform/variables.tf
@@ -1,9 +1,11 @@
variable "subscription_id" {
- type = string
+ type = string
+ sensitive = true
}
5
6
variable "tenant_id" {
7
8
9
10
11
variable "rg_name" {
0 commit comments