Skip to content
Snippets Groups Projects

Remove remote-exec provisioners in Terraform script

Compare and
2 files
+ 5
21
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -43,7 +43,7 @@ resource "openstack_compute_instance_v2" "ohpc" {
owner: centos:centos
path: /etc/hosts
permissions: 0644
EOF
EOF
# defines the networks of the instance
network {
Loading