Skip to content

Commit

Permalink
fix: duplicate keys
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-freeman committed Jan 31, 2024
1 parent 6584ba5 commit 62db595
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions sap_hana_single_node_install/ibmcloud_vs/variable_map_hosts.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,6 @@ variable "map_host_specifications" {
disk_type = "10iops-tier"
filesystem_type = "xfs"
},
{
name = "usr_sap"
mountpoint = "/usr/sap"
disk_size = 96
disk_type = "general-purpose"
filesystem_type = "xfs"
},
{
name = "sapmnt"
mountpoint = "/sapmnt"
disk_size = 96
disk_type = "general-purpose"
filesystem_type = "xfs"
},
{
name = "hana_shared"
mountpoint = "/hana/shared"
Expand Down

0 comments on commit 62db595

Please sign in to comment.