Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsweetman committed Oct 9, 2023
1 parent eec1251 commit 80f850b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion commonimages/base/windows_2012_r2/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

region = "eu-west-2"
ami_base_name = "windows_server_2012_r2"
configuration_version = "0.0.7"
configuration_version = "0.0.8"
release_or_patch = "release" # or "patch", see nomis AMI image building strategy doc
description = "Windows Server 2012 R2"

Expand Down
10 changes: 5 additions & 5 deletions commonimages/base/windows_2012_r2_SQL_2014/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
# GH_ACTOR_NAME =

region = "eu-west-2"
ami_base_name = "windows_server_2012_r2_SQL_2014_standard"
configuration_version = "0.0.1"
ami_base_name = "windows_server_2012_r2_SQL_2014_enterprise"
configuration_version = "0.0.2"
release_or_patch = "release" # or "patch", see nomis AMI image building strategy doc
description = "Windows Server 2012 R2 with SQL 2014 Standard"
description = "Windows Server 2012 R2 with SQL 2014 Enterprise"

tags = {
os-version = "windows server 2012 r2 with SQL 2014 Standard"
os-version = "windows server 2012 r2 with SQL 2014 Enterprise"
}

parent_image = {
owner = "801119661308"
ami_search_filters = {
name = ["Windows_Server-2012-R2_RTM-English-64Bit-SQL_2014_SP3_Standard-*"] # specify as going EOL in 2023
name = ["Windows_Server-2012-R2_RTM-English-64Bit-SQL_2014_SP3_Enterprise-*"] # specify as going EOL in 2023
}
}

Expand Down

0 comments on commit 80f850b

Please sign in to comment.