Skip to content
Snippets Groups Projects

Include mount commands in user_data_script for Terraform instance initialization

1 file
+ 16
0
Compare changes
  • Side-by-side
  • Inline
  • This commit updates the user_data_script in the Terraform script to include mount commands for better initialization of the instance. The added mount commands ensure proper mounting of specified devices to relevant directories during the first boot of the instance. This adjustment addresses the requirement for mounting operations in the infrastructure setup.
+ 1
0
@@ -14,6 +14,7 @@ provider "openstack" {
@@ -14,6 +14,7 @@ provider "openstack" {
}
}
}
}
 
# runs the internal-network module
# runs the internal-network module
module "cluster-network" {
module "cluster-network" {
internal_net = var.internal_network
internal_net = var.internal_network
Loading