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
Merge requests
!1
wip: test-keypair without file
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
wip: test-keypair without file
feat-test-keypair
into
feat-deploy-xdmod-supremm
Overview
0
Commits
90
Pipelines
121
Changes
10
Closed
Krish Moodbidri
requested to merge
feat-test-keypair
into
feat-deploy-xdmod-supremm
2 years ago
Overview
0
Commits
90
Pipelines
121
Changes
1
Expand
👍
0
👎
0
Merge request reports
Viewing commit
73246e6b
Prev
Next
Show latest version
1 file
+
2
−
2
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
73246e6b
Remove file function around private key
· 73246e6b
Bo-Chun Chen
authored
2 years ago
main.tf
+
2
−
2
Options
@@ -139,8 +139,8 @@ resource "null_resource" "ops" {
@@ -139,8 +139,8 @@ resource "null_resource" "ops" {
connection
{
connection
{
host
=
module
.
create-ohpc-instance
.
ssh_host
host
=
module
.
create-ohpc-instance
.
ssh_host
user
=
var
.
ohpc_user
user
=
var
.
ohpc_user
private_key
=
file
(
var
.
ssh_private_key
)
private_key
=
var
.
ssh_private_key
}
}
# moves CRI_XCBC file into directory made above
# moves CRI_XCBC file into directory made above
Loading