File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -165,30 +165,30 @@ resource "null_resource" "start_install" {
165
165
}
166
166
}
167
167
168
- output "ICP Console ELB DNS (internal) " {
168
+ output "icp_concole_host " {
169
169
value = " ${ aws_lb . icp-console . dns_name } "
170
170
}
171
171
172
- output "ICP Proxy ELB DNS (internal) " {
172
+ output "icp_proxy_host " {
173
173
value = " ${ aws_lb . icp-proxy . dns_name } "
174
174
}
175
175
176
- output "ICP Console URL " {
176
+ output "icp_console_url " {
177
177
value = " https://${ var . user_provided_cert_dns != " " ? var . user_provided_cert_dns : aws_lb . icp-console . dns_name } :8443"
178
178
}
179
179
180
- output "ICP Registry ELB URL " {
180
+ output "icp_registry_url " {
181
181
value = " https://${ aws_lb . icp-console . dns_name } :8500"
182
182
}
183
183
184
- output "ICP Kubernetes API URL " {
184
+ output "icp_kubernetes_api_url " {
185
185
value = " https://${ aws_lb . icp-console . dns_name } :8001"
186
186
}
187
187
188
- output "ICP Admin Username " {
188
+ output "icp_admin_username " {
189
189
value = " admin"
190
190
}
191
191
192
- output "ICP Admin Password " {
192
+ output "icp_admin_password " {
193
193
value = " ${ local . icppassword } "
194
194
}
You can’t perform that action at this time.
0 commit comments