Skip to content

Commit

Permalink
supply values for this ami so the pipeline can actually run
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsweetman committed Feb 15, 2024
1 parent 41ae86d commit bf86430
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions commonimages/base/windows_2012_r2_SQL_2014/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_SQL_2014_enterprise"
configuration_version = "0.1.0"
configuration_version = "0.1.1"
release_or_patch = "release" # or "patch", see nomis AMI image building strategy doc
description = "Windows Server 2012 R2 with SQL 2014 Enterprise"

Expand All @@ -13,9 +13,9 @@ tags = {
}

parent_image = {
owner = "679593333241"
owner = "374269020027"
ami_search_filters = {
name = ["sc-a-216-5d93057e-941a-4d1b-884f-ec900151c1d1-230-5d93057e-941a-4d1b-884f-ec900151c1d1"] # AWS image not available so taken from marketplace. NOTE: This may fail at the build step if there is some sort of licensing restriction
name = ["base_windows_server_2012_r2_release_2023-09-07T*"] # Using values which can be found before this is deleted
}
}

Expand Down

0 comments on commit bf86430

Please sign in to comment.