Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
Terraform Openstack
Manage
Activity
Members
Labels
Plan
Issues
10
Issue boards
Milestones
Wiki
Code
Merge requests
6
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rc
Terraform Openstack
Commits
0c9a1eb6
Commit
0c9a1eb6
authored
1 year ago
by
Krish Moodbidri
Browse files
Options
Downloads
Patches
Plain Diff
reused variables for volume TF_VAR_xdmod_*
parent
d51ed3e6
No related branches found
No related tags found
1 merge request
!47
Integration Testing: Sequential Merge and Validation of Four Feature Branches (PR #43,#44, #45,#46)
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ohpc-instance/main.tf
+2
-2
2 additions, 2 deletions
ohpc-instance/main.tf
with
2 additions
and
2 deletions
ohpc-instance/main.tf
+
2
−
2
View file @
0c9a1eb6
...
...
@@ -79,12 +79,12 @@ resource "openstack_compute_floatingip_associate_v2" "ohpc" {
# Attach specific volumes
resource
"openstack_compute_volume_attach_v2"
"attach_prod_volume"
{
instance_id
=
openstack_compute_instance_v2
.
ohpc
.
id
volume_id
=
var
.
prod
_volume
volume_id
=
TF_VAR_data
_volume
}
resource
"openstack_compute_volume_attach_v2"
"attach_prod_queue_volume"
{
instance_id
=
openstack_compute_instance_v2
.
ohpc
.
id
volume_id
=
var
.
pr
od_queue_volume
volume_id
=
TF_VAR_xdm
od_queue_
data_
volume
}
output
"xdmod_instance_id"
{
value
=
openstack_compute_instance_v2
.
ohpc
.
id
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment