Switched to instance_without_data_volume generic module
This commit is contained in:
parent
d6daf6315f
commit
6679988794
|
@ -6,6 +6,7 @@ provider "registry.terraform.io/terraform-provider-openstack/openstack" {
|
||||||
constraints = "~> 1.53.0"
|
constraints = "~> 1.53.0"
|
||||||
hashes = [
|
hashes = [
|
||||||
"h1:YLGvYkSuagyP5orUTyKNK+JhzS17EFTUDpZ5R5/fFv4=",
|
"h1:YLGvYkSuagyP5orUTyKNK+JhzS17EFTUDpZ5R5/fFv4=",
|
||||||
|
"h1:ZSJPqrlaHQ3sj7wyJuPSG+NblFZbAA6Y0d3GjSJf3o8=",
|
||||||
"zh:09da7ca98ffd3de7b9ce36c4c13446212a6e763ba1162be71b50f95d453cb68e",
|
"zh:09da7ca98ffd3de7b9ce36c4c13446212a6e763ba1162be71b50f95d453cb68e",
|
||||||
"zh:14041bcbb87312411d88612056ed185650bfd01284b8ea0761ce8105a331708e",
|
"zh:14041bcbb87312411d88612056ed185650bfd01284b8ea0761ce8105a331708e",
|
||||||
"zh:35bf4c788fdbc17c8e40ebc7b33c7de4b45a2fa2efaa657b10f0e3bd37c9627f",
|
"zh:35bf4c788fdbc17c8e40ebc7b33c7de4b45a2fa2efaa657b10f0e3bd37c9627f",
|
||||||
|
|
|
@ -38,10 +38,10 @@ resource "openstack_compute_servergroup_v2" "geoportal" {
|
||||||
#
|
#
|
||||||
# Uses the "generic_smartgears_service" as module
|
# Uses the "generic_smartgears_service" as module
|
||||||
#
|
#
|
||||||
module "smartgears_service_generic" {
|
module "instance_without_data_volume" {
|
||||||
source = "../../modules/generic_smartgears_service"
|
source = "../../modules/instance_without_data_volume"
|
||||||
|
|
||||||
smartgears_service_instances_map = {
|
instances_without_data_volume_map = {
|
||||||
geoportal_service = {
|
geoportal_service = {
|
||||||
name = "geoportal-cms",
|
name = "geoportal-cms",
|
||||||
description = "The Geoportal instance",
|
description = "The Geoportal instance",
|
||||||
|
|
Loading…
Reference in New Issue