Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bo-Chun Chen
Terraform Openstack
Commits
f7764d6e
Commit
f7764d6e
authored
Jun 27, 2019
by
Ryan Randles Jones
Browse files
Update main.tf
parent
974c4575
Changes
1
Hide whitespace changes
Inline
Side-by-side
main.tf
View file @
f7764d6e
resource
"null_resource"
"network creation"
{
provisioner
"file"
{
source
=
"network_create"
destination
=
"/network_create"
}
provisioner
"remote-exec"
{
inline
=
[
"source network_create"
,
]
}
}
# creates public and private keypair
resource
"openstack_compute_keypair_v2"
"test-keypair"
{
name
=
"my-keypair"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment