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
fa1c1fac
Commit
fa1c1fac
authored
1 year ago
by
Krish Moodbidri
Browse files
Options
Downloads
Patches
Plain Diff
fixed typo
parent
d61c1f04
No related branches found
Branches containing commit
No related tags found
3 merge requests
!47
Integration Testing: Sequential Merge and Validation of Four Feature Branches (PR #43,#44, #45,#46)
,
!43
feat: Add new data volume for XDMod queue data
,
!34
feat: Add new data volume for XDMod queue data
Pipeline
#9080
failed with stages
in 12 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main.tf
+1
-1
1 addition, 1 deletion
main.tf
with
1 addition
and
1 deletion
main.tf
+
1
−
1
View file @
fa1c1fac
...
...
@@ -72,7 +72,7 @@ module "create-ohpc-instance" {
floating_ip_ohpc
=
module
.
floating-ip-address
.
ohpc_address
ohpc_user
=
var
.
ohpc_user
ssh_private_key
=
var
.
ssh_private_key
vol_id
s
=
[
vol_id
=
[
data
.
openstack_blockstorage_volume_v3
.
disk
.
id
,
data
.
openstack_blockstorage_volume_v3
.
disk2
.
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