Skip to content

Commit 33fd6a2

Browse files
committed
update aliyun-jar
1 parent bd47773 commit 33fd6a2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

aliyun-jar/main.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
variable "jar_url" {
22
description = "The URL of the Jar package to be deployed"
3+
type = string
34
}
45

56
variable "instance_type" {
@@ -82,3 +83,7 @@ resource "null_resource" "health_check" {
8283
}
8384
}
8485
}
86+
87+
output "endpoint_webservice" {
88+
value = "http://${alicloud_instance.example.public_ip}:8888"
89+
}

0 commit comments

Comments
 (0)