Skip to content
Snippets Groups Projects

Integration Testing: Sequential Merge and Validation of Four Feature Branches (PR #43,#44, #45,#46)

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -72,7 +72,7 @@ resource "openstack_compute_volume_attach_v2" "volume_attach" {
@@ -72,7 +72,7 @@ resource "openstack_compute_volume_attach_v2" "volume_attach" {
}
}
output "xdmod_instance_id" {
output "xdmod_instance_id" {
value = openstack_compute_instance_v2.ohpc[0].id
value = openstack_compute_instance_v2.ohpc.id
}
}
output "ssh_host" {
output "ssh_host" {
Loading