File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -120,8 +120,8 @@ data "template_file" "deploy_template" {
120
120
template = file (" ${ path . module } /scripts/deploy.template.sh" )
121
121
122
122
vars = {
123
- dotnet_standard_type = var.dotnet_standard_type
123
+ dotnet_standard_type = var.dotnet_standard_type
124
124
dotnet_custom_text_for_standard_webapp = var.dotnet_custom_text_for_standard_webapp
125
- dotnet_git_custom_webapp = var.dotnet_git_custom_webapp
125
+ dotnet_git_custom_webapp = var.dotnet_git_custom_webapp
126
126
}
127
127
}
Original file line number Diff line number Diff line change 2
2
# Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.
3
3
#
4
4
5
- output "app_public_url " {
5
+ output "lb_public_url " {
6
6
value = format (" http://%s" , lookup (oci_load_balancer_load_balancer. dotnet_lb . ip_address_details [0 ], " ip_address" ))
7
7
}
8
8
9
- output "public_ips" {
10
- value = " rm private_key && pbpaste > private_key && chmod 600 private_key && ssh -oStrictHostKeyChecking=accept-new -i private_key ubuntu@${ oci_core_instance . app_instance . 0 . public_ip } "
11
- }
12
-
13
9
# ## Important Security Notice ###
14
10
# The private key generated by this resource will be stored unencrypted in your Terraform state file.
15
11
# Use of this resource for production deployments is not recommended.
You can’t perform that action at this time.
0 commit comments