Skip to content

Commit

Permalink
Move product_version to base level.
Browse files Browse the repository at this point in the history
  • Loading branch information
maximenoel8 committed Oct 2, 2024
1 parent 35828bb commit cbff9ef
Show file tree
Hide file tree
Showing 7 changed files with 339 additions and 682 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ module "base" {
use_avahi = false
use_eip_bastion = false
is_server_paygo_instance = false
product_version = "4.3-released"
provider_settings = {
availability_zone = var.AVAILABILITY_ZONE
region = var.REGION
Expand Down Expand Up @@ -172,7 +173,6 @@ module "server" {
mirror = null
})
name = "server"
product_version = "4.3-released"
main_disk_size = 200
repository_disk_size = 1500
database_disk_size = 0
Expand Down
Loading

0 comments on commit cbff9ef

Please sign in to comment.