Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React of sensitive data items in workflow logs. #815

Merged
merged 1 commit into from
Jun 28, 2024
Merged

Conversation

mikereiddigital
Copy link
Contributor

Amends redact script and adds mask to ACCOUNT_NUMBER vars in GITHUB_ENV to prevent sensitive values being included in workflow logs.

…NV to prevent sensitive values being included in workflow logs.
@mikereiddigital mikereiddigital requested a review from a team as a code owner June 28, 2024 13:47
@mikereiddigital mikereiddigital temporarily deployed to core-shared-services June 28, 2024 13:47 — with GitHub Actions Inactive
Copy link
Contributor

teams/delius-core/mis_windows_server terragrunt plan on pull_request event #244

module.imagebuilder.data.terraform_remote_state.core_shared_services_production: Reading...
module.imagebuilder.data.terraform_remote_state.imagebuilder_mp: Reading...
module.imagebuilder.data.aws_secretsmanager_secret.environment_management: Reading...
module.imagebuilder.data.terraform_remote_state.imagebuilder_mp: Read complete after 1s
module.imagebuilder.data.aws_secretsmanager_secret.environment_management: Read complete after 0s [id=<REDACTED>]
module.imagebuilder.data.aws_secretsmanager_secret_version.environment_management: Reading...
module.imagebuilder.data.aws_secretsmanager_secret_version.environment_management: Read complete after 1s [id=<REDACTED>]
module.imagebuilder.data.terraform_remote_state.core_shared_services_production: Read complete after 2s
module.imagebuilder.data.aws_caller_identity.current: Reading...
module.imagebuilder.data.aws_imagebuilder_component.this["ec2launch-v2-windows"]: Reading...
module.imagebuilder.data.aws_imagebuilder_component.this["amazon-cloudwatch-agent-windows"]: Reading...
module.imagebuilder.data.aws_caller_identity.current: Read complete after 0s [id=<REDACTED>]
module.imagebuilder.data.aws_kms_key.hmpps_ebs_encryption_cmk: Reading...
module.imagebuilder.data.aws_kms_key.hmpps_ebs_encryption_cmk: Read complete after 1s [id=<REDACTED>]
module.imagebuilder.data.aws_imagebuilder_component.this["amazon-cloudwatch-agent-windows"]: Read complete after 1s [id=<REDACTED>]
module.imagebuilder.data.aws_imagebuilder_component.this["ec2launch-v2-windows"]: Read complete after 1s [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_infrastructure_configuration.this: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_component.this["delius_mis_set_system_locale.yml"]: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_component.this["delius_mis_configure_cloudwatch_agent.yml"]: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_component.this["add_net_framework_features.yml"]: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_distribution_configuration.this: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_image_recipe.this: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_image_pipeline.this: Refreshing state... [id=<REDACTED>]

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  ~ update in-place

Terraform will perform the following actions:

  # module.imagebuilder.aws_imagebuilder_component.this["add_net_framework_features.yml"] will be updated in-place
  ~ resource "aws_imagebuilder_component" "this" {
        id                    = "arn:aws:imagebuilder:eu-west-2:REDACTED:component/mis-add-net-framework-features/0.2.0/1"
        name                  = "mis_add_net_framework_features"
      ~ tags                  = {
            "amazon-cloudwatch-agent-windows-version"       = "1.0.0"
            "application"                                   = "DELIUS-CORE"
            "branch"                                        = "main"
            "business-unit"                                 = "HMPPS"
            "delius_mis_configure_cloudwatch_agent-version" = "0.1.1"
            "delius_mis_set_system_locale-version"          = "0.1.1"
          ~ "ec2launch-v2-windows-version"                  = "1.0.0" -> "2.0.0"
            "image-pipeline"                                = "delius_mis_windows_server"
            "image-recipe"                                  = "delius_mis_windows_server/0.0.1"
            "infrastructure-configuration"                  = "delius_mis_windows_server/0.0.1"
            "is-production"                                 = "true"
            "mis_add_net_framework_features-version"        = "0.2.0"
            "os-version"                                    = "windows server 2022"
            "owner"                                         = "Probation Webops: [email protected]"
            "release-or-patch"                              = "patch"
            "source-code"                                   = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/delius-core"
        }
      ~ tags_all              = {
          ~ "ec2launch-v2-windows-version"                  = "1.0.0" -> "2.0.0"
            # (15 unchanged elements hidden)
        }
        # (12 unchanged attributes hidden)
    }

  # module.imagebuilder.aws_imagebuilder_component.this["delius_mis_configure_cloudwatch_agent.yml"] will be updated in-place
  ~ resource "aws_imagebuilder_component" "this" {
        id                    = "arn:aws:imagebuilder:eu-west-2:REDACTED:component/delius-mis-configure-cloudwatch-agent/0.1.1/1"
        name                  = "delius_mis_configure_cloudwatch_agent"
      ~ tags                  = {
            "amazon-cloudwatch-agent-windows-version"       = "1.0.0"
            "application"                                   = "DELIUS-CORE"
            "branch"                                        = "main"
            "business-unit"                                 = "HMPPS"
            "delius_mis_configure_cloudwatch_agent-version" = "0.1.1"
            "delius_mis_set_system_locale-version"          = "0.1.1"
          ~ "ec2launch-v2-windows-version"                  = "1.0.0" -> "2.0.0"
            "image-pipeline"                                = "delius_mis_windows_server"
            "image-recipe"                                  = "delius_mis_windows_server/0.0.1"
            "infrastructure-configuration"                  = "delius_mis_windows_server/0.0.1"
            "is-production"                                 = "true"
            "mis_add_net_framework_features-version"        = "0.2.0"
            "os-version"                                    = "windows server 2022"
            "owner"                                         = "Probation Webops: [email protected]"
            "release-or-patch"                              = "patch"
            "source-code"                                   = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/delius-core"
        }
      ~ tags_all              = {
          ~ "ec2launch-v2-windows-version"                  = "1.0.0" -> "2.0.0"
            # (15 unchanged elements hidden)
        }
        # (12 unchanged attributes hidden)
    }

  # module.imagebuilder.aws_imagebuilder_component.this["delius_mis_set_system_locale.yml"] will be updated in-place
  ~ resource "aws_imagebuilder_component" "this" {
        id                    = "arn:aws:imagebuilder:eu-west-2:REDACTED:component/delius-mis-set-system-locale/0.1.1/1"
        name                  = "delius_mis_set_system_locale"
      ~ tags                  = {
            "amazon-cloudwatch-agent-windows-version"       = "1.0.0"
            "application"                                   = "DELIUS-CORE"
            "branch"                                        = "main"
            "business-unit"                                 = "HMPPS"
            "delius_mis_configure_cloudwatch_agent-version" = "0.1.1"
            "delius_mis_set_system_locale-version"          = "0.1.1"
          ~ "ec2launch-v2-windows-version"                  = "1.0.0" -> "2.0.0"
            "image-pipeline"                                = "delius_mis_windows_server"
            "image-recipe"                                  = "delius_mis_windows_server/0.0.1"
            "infrastructure-configuration"                  = "delius_mis_windows_server/0.0.1"
            "is-production"                                 = "true"
            "mis_add_net_framework_features-version"        = "0.2.0"
            "os-version"                                    = "windows server 2022"
            "owner"                                         = "Probation Webops: [email protected]"
            "release-or-patch"                              = "patch"
            "source-code"                                   = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/delius-core"
        }
      ~ tags_all              = {
          ~ "ec2launch-v2-windows-version"                  = "1.0.0" -> "2.0.0"
            # (15 unchanged elements hidden)
        }
        # (12 unchanged attributes hidden)
    }

  # module.imagebuilder.aws_imagebuilder_distribution_configuration.this will be updated in-place
  ~ resource "aws_imagebuilder_distribution_configuration" "this" {
        id           = "arn:aws:imagebuilder:eu-west-2:REDACTED:distribution-configuration/delius-mis-windows-server"
        name         = "delius_mis_windows_server"
      ~ tags         = {
            "amazon-cloudwatch-agent-windows-version"       = "1.0.0"
            "application"                                   = "DELIUS-CORE"
            "branch"                                        = "main"
            "business-unit"                                 = "HMPPS"
            "delius_mis_configure_cloudwatch_agent-version" = "0.1.1"
            "delius_mis_set_system_locale-version"          = "0.1.1"
          ~ "ec2launch-v2-windows-version"                  = "1.0.0" -> "2.0.0"
            "image-pipeline"                                = "delius_mis_windows_server"
            "image-recipe"                                  = "delius_mis_windows_server/0.0.1"
            "infrastructure-configuration"                  = "delius_mis_windows_server/0.0.1"
            "is-production"                                 = "true"
            "mis_add_net_framework_features-version"        = "0.2.0"
            "os-version"                                    = "windows server 2022"
            "owner"                                         = "Probation Webops: [email protected]"
            "release-or-patch"                              = "patch"
            "source-code"                                   = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/delius-core"
        }
      ~ tags_all     = {
          ~ "ec2launch-v2-windows-version"                  = "1.0.0" -> "2.0.0"
            # (15 unchanged elements hidden)
        }
        # (4 unchanged attributes hidden)

      - distribution {
          # At least one attribute in this block is (or was) sensitive,
          # so its contents will not be displayed.
        }
      + distribution {
          # At least one attribute in this block is (or was) sensitive,
          # so its contents will not be displayed.
        }
    }

  # module.imagebuilder.aws_imagebuilder_image_pipeline.this will be updated in-place
  ~ resource "aws_imagebuilder_image_pipeline" "this" {
        id                               = "arn:aws:imagebuilder:eu-west-2:REDACTED:image-pipeline/delius-mis-windows-server"
        name                             = "delius_mis_windows_server"
      ~ tags                             = {
            "amazon-cloudwatch-agent-windows-version"       = "1.0.0"
            "application"                                   = "DELIUS-CORE"
            "branch"                                        = "main"
            "business-unit"                                 = "HMPPS"
            "delius_mis_configure_cloudwatch_agent-version" = "0.1.1"
            "delius_mis_set_system_locale-version"          = "0.1.1"
          ~ "ec2launch-v2-windows-version"                  = "1.0.0" -> "2.0.0"
            "image-pipeline"                                = "delius_mis_windows_server"
            "image-recipe"                                  = "delius_mis_windows_server/0.0.1"
            "infrastructure-configuration"                  = "delius_mis_windows_server/0.0.1"
            "is-production"                                 = "true"
            "mis_add_net_framework_features-version"        = "0.2.0"
            "os-version"                                    = "windows server 2022"
            "owner"                                         = "Probation Webops: [email protected]"
            "release-or-patch"                              = "patch"
            "source-code"                                   = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/delius-core"
        }
      ~ tags_all                         = {
          ~ "ec2launch-v2-windows-version"                  = "1.0.0" -> "2.0.0"
            # (15 unchanged elements hidden)
        }
        # (12 unchanged attributes hidden)

        # (2 unchanged blocks hidden)
    }

  # module.imagebuilder.aws_imagebuilder_image_recipe.this will be updated in-place
  ~ resource "aws_imagebuilder_image_recipe" "this" {
        id           = "arn:aws:imagebuilder:eu-west-2:REDACTED:image-recipe/delius-mis-windows-server/0.0.1"
        name         = "delius_mis_windows_server"
      ~ tags         = {
            "amazon-cloudwatch-agent-windows-version"       = "1.0.0"
            "application"                                   = "DELIUS-CORE"
            "branch"                                        = "main"
            "business-unit"                                 = "HMPPS"
            "delius_mis_configure_cloudwatch_agent-version" = "0.1.1"
            "delius_mis_set_system_locale-version"          = "0.1.1"
          ~ "ec2launch-v2-windows-version"                  = "1.0.0" -> "2.0.0"
            "image-pipeline"                                = "delius_mis_windows_server"
            "image-recipe"                                  = "delius_mis_windows_server/0.0.1"
            "infrastructure-configuration"                  = "delius_mis_windows_server/0.0.1"
            "is-production"                                 = "true"
            "mis_add_net_framework_features-version"        = "0.2.0"
            "os-version"                                    = "windows server 2022"
            "owner"                                         = "Probation Webops: [email protected]"
            "release-or-patch"                              = "patch"
            "source-code"                                   = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/delius-core"
        }
      ~ tags_all     = {
          ~ "ec2launch-v2-windows-version"                  = "1.0.0" -> "2.0.0"
            # (15 unchanged elements hidden)
        }
        # (7 unchanged attributes hidden)

        # (7 unchanged blocks hidden)
    }

  # module.imagebuilder.aws_imagebuilder_infrastructure_configuration.this will be updated in-place
  ~ resource "aws_imagebuilder_infrastructure_configuration" "this" {
        id                            = "arn:aws:imagebuilder:eu-west-2:REDACTED:infrastructure-configuration/delius-mis-windows-server-0-0-1"
        name                          = "delius_mis_windows_server_0_0_1"
      ~ resource_tags                 = {
          ~ "ec2launch-v2-windows-version"                  = "1.0.0" -> "2.0.0"
            # (15 unchanged elements hidden)
        }
      ~ tags                          = {
            "amazon-cloudwatch-agent-windows-version"       = "1.0.0"
            "application"                                   = "DELIUS-CORE"
            "branch"                                        = "main"
            "business-unit"                                 = "HMPPS"
            "delius_mis_configure_cloudwatch_agent-version" = "0.1.1"
            "delius_mis_set_system_locale-version"          = "0.1.1"
          ~ "ec2launch-v2-windows-version"                  = "1.0.0" -> "2.0.0"
            "image-pipeline"                                = "delius_mis_windows_server"
            "image-recipe"                                  = "delius_mis_windows_server/0.0.1"
            "infrastructure-configuration"                  = "delius_mis_windows_server/0.0.1"
            "is-production"                                 = "true"
            "mis_add_net_framework_features-version"        = "0.2.0"
            "os-version"                                    = "windows server 2022"
            "owner"                                         = "Probation Webops: [email protected]"
            "release-or-patch"                              = "patch"
            "source-code"                                   = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/delius-core"
        }
      ~ tags_all                      = {
          ~ "ec2launch-v2-windows-version"                  = "1.0.0" -> "2.0.0"
            # (15 unchanged elements hidden)
        }
        # (9 unchanged attributes hidden)

        # (1 unchanged block hidden)
    }

Plan: 0 to add, 7 to change, 0 to destroy.

Copy link
Contributor

teams/hmpps/windows_server_2022 terragrunt plan on pull_request event #228

module.imagebuilder.data.terraform_remote_state.core_shared_services_production: Reading...
module.imagebuilder.data.terraform_remote_state.imagebuilder_mp: Reading...
module.imagebuilder.data.aws_secretsmanager_secret.environment_management: Reading...
module.imagebuilder.data.terraform_remote_state.imagebuilder_mp: Read complete after 2s
module.imagebuilder.data.aws_secretsmanager_secret.environment_management: Read complete after 1s [id=<REDACTED>]
module.imagebuilder.data.aws_secretsmanager_secret_version.environment_management: Reading...
module.imagebuilder.data.terraform_remote_state.core_shared_services_production: Read complete after 2s
module.imagebuilder.data.aws_secretsmanager_secret_version.environment_management: Read complete after 0s [id=<REDACTED>]
module.imagebuilder.data.aws_caller_identity.current: Reading...
module.imagebuilder.data.aws_imagebuilder_component.this["ec2launch-v2-windows"]: Reading...
module.imagebuilder.data.aws_imagebuilder_component.this["amazon-cloudwatch-agent-windows"]: Reading...
module.imagebuilder.data.aws_caller_identity.current: Read complete after 0s [id=<REDACTED>]
module.imagebuilder.data.aws_kms_key.hmpps_ebs_encryption_cmk: Reading...
module.imagebuilder.data.aws_kms_key.hmpps_ebs_encryption_cmk: Read complete after 0s [id=<REDACTED>]
module.imagebuilder.data.aws_imagebuilder_component.this["ec2launch-v2-windows"]: Read complete after 0s [id=<REDACTED>]
module.imagebuilder.data.aws_imagebuilder_component.this["amazon-cloudwatch-agent-windows"]: Read complete after 1s [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_infrastructure_configuration.this: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_image_recipe.this: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_distribution_configuration.this: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_image_pipeline.this: Refreshing state... [id=<REDACTED>]

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  ~ update in-place

Terraform will perform the following actions:

  # module.imagebuilder.aws_imagebuilder_distribution_configuration.this will be updated in-place
  ~ resource "aws_imagebuilder_distribution_configuration" "this" {
        id           = "arn:aws:imagebuilder:eu-west-2:REDACTED:distribution-configuration/hmpps-windows-server-2022"
        name         = "hmpps_windows_server_2022"
      ~ tags         = {
            "amazon-cloudwatch-agent-windows-version" = "1.0.0"
            "application"                             = "NOMIS"
            "branch"                                  = "main"
            "business-unit"                           = "HMPPS"
          ~ "ec2launch-v2-windows-version"            = "1.0.0" -> "2.0.0"
            "image-pipeline"                          = "hmpps_windows_server_2022"
            "image-recipe"                            = "hmpps_windows_server_2022/0.2.1"
            "infrastructure-configuration"            = "hmpps_windows_server_2022/0.2.1"
            "is-production"                           = "true"
            "os-version"                              = "windows server 2022"
            "owner"                                   = "DSO: [email protected]"
            "release-or-patch"                        = "release"
            "source-code"                             = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/nomis"
        }
      ~ tags_all     = {
          ~ "ec2launch-v2-windows-version"            = "1.0.0" -> "2.0.0"
            # (12 unchanged elements hidden)
        }
        # (4 unchanged attributes hidden)

      - distribution {
          # At least one attribute in this block is (or was) sensitive,
          # so its contents will not be displayed.
        }
      + distribution {
          # At least one attribute in this block is (or was) sensitive,
          # so its contents will not be displayed.
        }
    }

  # module.imagebuilder.aws_imagebuilder_image_pipeline.this will be updated in-place
  ~ resource "aws_imagebuilder_image_pipeline" "this" {
        id                               = "arn:aws:imagebuilder:eu-west-2:REDACTED:image-pipeline/hmpps-windows-server-2022"
        name                             = "hmpps_windows_server_2022"
      ~ tags                             = {
            "amazon-cloudwatch-agent-windows-version" = "1.0.0"
            "application"                             = "NOMIS"
            "branch"                                  = "main"
            "business-unit"                           = "HMPPS"
          ~ "ec2launch-v2-windows-version"            = "1.0.0" -> "2.0.0"
            "image-pipeline"                          = "hmpps_windows_server_2022"
            "image-recipe"                            = "hmpps_windows_server_2022/0.2.1"
            "infrastructure-configuration"            = "hmpps_windows_server_2022/0.2.1"
            "is-production"                           = "true"
            "os-version"                              = "windows server 2022"
            "owner"                                   = "DSO: [email protected]"
            "release-or-patch"                        = "release"
            "source-code"                             = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/nomis"
        }
      ~ tags_all                         = {
          ~ "ec2launch-v2-windows-version"            = "1.0.0" -> "2.0.0"
            # (12 unchanged elements hidden)
        }
        # (12 unchanged attributes hidden)

        # (2 unchanged blocks hidden)
    }

  # module.imagebuilder.aws_imagebuilder_image_recipe.this will be updated in-place
  ~ resource "aws_imagebuilder_image_recipe" "this" {
        id           = "arn:aws:imagebuilder:eu-west-2:REDACTED:image-recipe/hmpps-windows-server-2022/0.2.1"
        name         = "hmpps_windows_server_2022"
      ~ tags         = {
            "amazon-cloudwatch-agent-windows-version" = "1.0.0"
            "application"                             = "NOMIS"
            "branch"                                  = "main"
            "business-unit"                           = "HMPPS"
          ~ "ec2launch-v2-windows-version"            = "1.0.0" -> "2.0.0"
            "image-pipeline"                          = "hmpps_windows_server_2022"
            "image-recipe"                            = "hmpps_windows_server_2022/0.2.1"
            "infrastructure-configuration"            = "hmpps_windows_server_2022/0.2.1"
            "is-production"                           = "true"
            "os-version"                              = "windows server 2022"
            "owner"                                   = "DSO: [email protected]"
            "release-or-patch"                        = "release"
            "source-code"                             = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/nomis"
        }
      ~ tags_all     = {
          ~ "ec2launch-v2-windows-version"            = "1.0.0" -> "2.0.0"
            # (12 unchanged elements hidden)
        }
        # (7 unchanged attributes hidden)

        # (7 unchanged blocks hidden)
    }

  # module.imagebuilder.aws_imagebuilder_infrastructure_configuration.this will be updated in-place
  ~ resource "aws_imagebuilder_infrastructure_configuration" "this" {
        id                            = "arn:aws:imagebuilder:eu-west-2:REDACTED:infrastructure-configuration/hmpps-windows-server-2022-0-2-1"
        name                          = "hmpps_windows_server_2022_0_2_1"
      ~ resource_tags                 = {
          ~ "ec2launch-v2-windows-version"            = "1.0.0" -> "2.0.0"
            # (12 unchanged elements hidden)
        }
      ~ tags                          = {
            "amazon-cloudwatch-agent-windows-version" = "1.0.0"
            "application"                             = "NOMIS"
            "branch"                                  = "main"
            "business-unit"                           = "HMPPS"
          ~ "ec2launch-v2-windows-version"            = "1.0.0" -> "2.0.0"
            "image-pipeline"                          = "hmpps_windows_server_2022"
            "image-recipe"                            = "hmpps_windows_server_2022/0.2.1"
            "infrastructure-configuration"            = "hmpps_windows_server_2022/0.2.1"
            "is-production"                           = "true"
            "os-version"                              = "windows server 2022"
            "owner"                                   = "DSO: [email protected]"
            "release-or-patch"                        = "release"
            "source-code"                             = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/nomis"
        }
      ~ tags_all                      = {
          ~ "ec2launch-v2-windows-version"            = "1.0.0" -> "2.0.0"
            # (12 unchanged elements hidden)
        }
        # (8 unchanged attributes hidden)

        # (1 unchanged block hidden)
    }

Plan: 0 to add, 4 to change, 0 to destroy.

Copy link
Contributor

teams/delius-iaps/iaps_server terragrunt plan on pull_request event #390

module.imagebuilder.data.terraform_remote_state.core_shared_services_production: Reading...
module.imagebuilder.data.terraform_remote_state.imagebuilder_mp: Reading...
module.imagebuilder.data.aws_secretsmanager_secret.environment_management: Reading...
module.imagebuilder.data.terraform_remote_state.imagebuilder_mp: Read complete after 1s
module.imagebuilder.data.aws_secretsmanager_secret.environment_management: Read complete after 0s [id=<REDACTED>]
module.imagebuilder.data.aws_secretsmanager_secret_version.environment_management: Reading...
module.imagebuilder.data.terraform_remote_state.core_shared_services_production: Read complete after 1s
module.imagebuilder.data.aws_secretsmanager_secret_version.environment_management: Read complete after 0s [id=<REDACTED>]
module.imagebuilder.data.aws_caller_identity.current: Reading...
module.imagebuilder.data.aws_imagebuilder_component.this["ec2launch-v2-windows"]: Reading...
module.imagebuilder.data.aws_imagebuilder_component.this["amazon-cloudwatch-agent-windows"]: Reading...
module.imagebuilder.data.aws_caller_identity.current: Read complete after 0s [id=<REDACTED>]
module.imagebuilder.data.aws_kms_key.hmpps_ebs_encryption_cmk: Reading...
module.imagebuilder.data.aws_kms_key.hmpps_ebs_encryption_cmk: Read complete after 0s [id=<REDACTED>]
module.imagebuilder.data.aws_imagebuilder_component.this["ec2launch-v2-windows"]: Read complete after 0s [id=<REDACTED>]
module.imagebuilder.data.aws_imagebuilder_component.this["amazon-cloudwatch-agent-windows"]: Read complete after 0s [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_infrastructure_configuration.this: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_install_ndelius_interface.yml"]: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_install_oracle_sql_developer.yml"]: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_configure_odbcdns.yml"]: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_install_oracle_db_client_tools.yml"]: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_configure_cloudwatch_agent.yml"]: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_component.this["add_net_framework_features.yml"]: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_set_system_locale.yml"]: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_install_im_interface.yml"]: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_distribution_configuration.this: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_install_base_packages.yml"]: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_image_recipe.this: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_image_pipeline.this: Refreshing state... [id=<REDACTED>]

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  ~ update in-place

Terraform will perform the following actions:

  # module.imagebuilder.aws_imagebuilder_component.this["add_net_framework_features.yml"] will be updated in-place
  ~ resource "aws_imagebuilder_component" "this" {
        id                    = "arn:aws:imagebuilder:eu-west-2:REDACTED:component/add-net-framework-features/0.2.0/1"
        name                  = "add_net_framework_features"
      ~ tags                  = {
            "add_net_framework_features-version"                 = "0.2.0"
            "amazon-cloudwatch-agent-windows-version"            = "1.0.0"
            "application"                                        = "DELIUS-IAPS"
            "branch"                                             = "main"
            "business-unit"                                      = "HMPPS"
            "delius_iaps_configure_cloudwatch_agent-version"     = "0.1.1"
            "delius_iaps_configure_odbc_dsn-version"             = "0.1.0"
            "delius_iaps_install_base_packages-version"          = "0.1.10"
            "delius_iaps_install_im_interface-version"           = "0.1.1"
            "delius_iaps_install_ndelius_interface-version"      = "0.1.4"
            "delius_iaps_install_oracle_db_client_tools-version" = "0.1.1"
            "delius_iaps_install_oracle_sql_developer-version"   = "0.1.5"
            "delius_iaps_set_system_locale-version"              = "0.1.1"
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            "image-pipeline"                                     = "delius_iaps_server"
            "image-recipe"                                       = "delius_iaps_server/0.0.33"
            "infrastructure-configuration"                       = "delius_iaps_server/0.0.33"
            "is-production"                                      = "true"
            "os-version"                                         = "windows server 2022"
            "owner"                                              = "Probation Webops: [email protected]"
            "release-or-patch"                                   = "patch"
            "source-code"                                        = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/delius-iaps"
        }
      ~ tags_all              = {
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            # (21 unchanged elements hidden)
        }
        # (12 unchanged attributes hidden)
    }

  # module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_configure_cloudwatch_agent.yml"] will be updated in-place
  ~ resource "aws_imagebuilder_component" "this" {
        id                    = "arn:aws:imagebuilder:eu-west-2:REDACTED:component/delius-iaps-configure-cloudwatch-agent/0.1.1/1"
        name                  = "delius_iaps_configure_cloudwatch_agent"
      ~ tags                  = {
            "add_net_framework_features-version"                 = "0.2.0"
            "amazon-cloudwatch-agent-windows-version"            = "1.0.0"
            "application"                                        = "DELIUS-IAPS"
            "branch"                                             = "main"
            "business-unit"                                      = "HMPPS"
            "delius_iaps_configure_cloudwatch_agent-version"     = "0.1.1"
            "delius_iaps_configure_odbc_dsn-version"             = "0.1.0"
            "delius_iaps_install_base_packages-version"          = "0.1.10"
            "delius_iaps_install_im_interface-version"           = "0.1.1"
            "delius_iaps_install_ndelius_interface-version"      = "0.1.4"
            "delius_iaps_install_oracle_db_client_tools-version" = "0.1.1"
            "delius_iaps_install_oracle_sql_developer-version"   = "0.1.5"
            "delius_iaps_set_system_locale-version"              = "0.1.1"
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            "image-pipeline"                                     = "delius_iaps_server"
            "image-recipe"                                       = "delius_iaps_server/0.0.33"
            "infrastructure-configuration"                       = "delius_iaps_server/0.0.33"
            "is-production"                                      = "true"
            "os-version"                                         = "windows server 2022"
            "owner"                                              = "Probation Webops: [email protected]"
            "release-or-patch"                                   = "patch"
            "source-code"                                        = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/delius-iaps"
        }
      ~ tags_all              = {
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            # (21 unchanged elements hidden)
        }
        # (12 unchanged attributes hidden)
    }

  # module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_configure_odbcdns.yml"] will be updated in-place
  ~ resource "aws_imagebuilder_component" "this" {
        id                    = "arn:aws:imagebuilder:eu-west-2:REDACTED:component/delius-iaps-configure-odbc-dsn/0.1.0/1"
        name                  = "delius_iaps_configure_odbc_dsn"
      ~ tags                  = {
            "add_net_framework_features-version"                 = "0.2.0"
            "amazon-cloudwatch-agent-windows-version"            = "1.0.0"
            "application"                                        = "DELIUS-IAPS"
            "branch"                                             = "main"
            "business-unit"                                      = "HMPPS"
            "delius_iaps_configure_cloudwatch_agent-version"     = "0.1.1"
            "delius_iaps_configure_odbc_dsn-version"             = "0.1.0"
            "delius_iaps_install_base_packages-version"          = "0.1.10"
            "delius_iaps_install_im_interface-version"           = "0.1.1"
            "delius_iaps_install_ndelius_interface-version"      = "0.1.4"
            "delius_iaps_install_oracle_db_client_tools-version" = "0.1.1"
            "delius_iaps_install_oracle_sql_developer-version"   = "0.1.5"
            "delius_iaps_set_system_locale-version"              = "0.1.1"
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            "image-pipeline"                                     = "delius_iaps_server"
            "image-recipe"                                       = "delius_iaps_server/0.0.33"
            "infrastructure-configuration"                       = "delius_iaps_server/0.0.33"
            "is-production"                                      = "true"
            "os-version"                                         = "windows server 2022"
            "owner"                                              = "Probation Webops: [email protected]"
            "release-or-patch"                                   = "patch"
            "source-code"                                        = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/delius-iaps"
        }
      ~ tags_all              = {
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            # (21 unchanged elements hidden)
        }
        # (12 unchanged attributes hidden)
    }

  # module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_install_base_packages.yml"] will be updated in-place
  ~ resource "aws_imagebuilder_component" "this" {
        id                    = "arn:aws:imagebuilder:eu-west-2:REDACTED:component/delius-iaps-install-base-packages/0.1.10/1"
        name                  = "delius_iaps_install_base_packages"
      ~ tags                  = {
            "add_net_framework_features-version"                 = "0.2.0"
            "amazon-cloudwatch-agent-windows-version"            = "1.0.0"
            "application"                                        = "DELIUS-IAPS"
            "branch"                                             = "main"
            "business-unit"                                      = "HMPPS"
            "delius_iaps_configure_cloudwatch_agent-version"     = "0.1.1"
            "delius_iaps_configure_odbc_dsn-version"             = "0.1.0"
            "delius_iaps_install_base_packages-version"          = "0.1.10"
            "delius_iaps_install_im_interface-version"           = "0.1.1"
            "delius_iaps_install_ndelius_interface-version"      = "0.1.4"
            "delius_iaps_install_oracle_db_client_tools-version" = "0.1.1"
            "delius_iaps_install_oracle_sql_developer-version"   = "0.1.5"
            "delius_iaps_set_system_locale-version"              = "0.1.1"
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            "image-pipeline"                                     = "delius_iaps_server"
            "image-recipe"                                       = "delius_iaps_server/0.0.33"
            "infrastructure-configuration"                       = "delius_iaps_server/0.0.33"
            "is-production"                                      = "true"
            "os-version"                                         = "windows server 2022"
            "owner"                                              = "Probation Webops: [email protected]"
            "release-or-patch"                                   = "patch"
            "source-code"                                        = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/delius-iaps"
        }
      ~ tags_all              = {
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            # (21 unchanged elements hidden)
        }
        # (12 unchanged attributes hidden)
    }

  # module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_install_im_interface.yml"] will be updated in-place
  ~ resource "aws_imagebuilder_component" "this" {
        id                    = "arn:aws:imagebuilder:eu-west-2:REDACTED:component/delius-iaps-install-im-interface/0.1.1/1"
        name                  = "delius_iaps_install_im_interface"
      ~ tags                  = {
            "add_net_framework_features-version"                 = "0.2.0"
            "amazon-cloudwatch-agent-windows-version"            = "1.0.0"
            "application"                                        = "DELIUS-IAPS"
            "branch"                                             = "main"
            "business-unit"                                      = "HMPPS"
            "delius_iaps_configure_cloudwatch_agent-version"     = "0.1.1"
            "delius_iaps_configure_odbc_dsn-version"             = "0.1.0"
            "delius_iaps_install_base_packages-version"          = "0.1.10"
            "delius_iaps_install_im_interface-version"           = "0.1.1"
            "delius_iaps_install_ndelius_interface-version"      = "0.1.4"
            "delius_iaps_install_oracle_db_client_tools-version" = "0.1.1"
            "delius_iaps_install_oracle_sql_developer-version"   = "0.1.5"
            "delius_iaps_set_system_locale-version"              = "0.1.1"
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            "image-pipeline"                                     = "delius_iaps_server"
            "image-recipe"                                       = "delius_iaps_server/0.0.33"
            "infrastructure-configuration"                       = "delius_iaps_server/0.0.33"
            "is-production"                                      = "true"
            "os-version"                                         = "windows server 2022"
            "owner"                                              = "Probation Webops: [email protected]"
            "release-or-patch"                                   = "patch"
            "source-code"                                        = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/delius-iaps"
        }
      ~ tags_all              = {
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            # (21 unchanged elements hidden)
        }
        # (12 unchanged attributes hidden)
    }

  # module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_install_ndelius_interface.yml"] will be updated in-place
  ~ resource "aws_imagebuilder_component" "this" {
        id                    = "arn:aws:imagebuilder:eu-west-2:REDACTED:component/delius-iaps-install-ndelius-interface/0.1.4/1"
        name                  = "delius_iaps_install_ndelius_interface"
      ~ tags                  = {
            "add_net_framework_features-version"                 = "0.2.0"
            "amazon-cloudwatch-agent-windows-version"            = "1.0.0"
            "application"                                        = "DELIUS-IAPS"
            "branch"                                             = "main"
            "business-unit"                                      = "HMPPS"
            "delius_iaps_configure_cloudwatch_agent-version"     = "0.1.1"
            "delius_iaps_configure_odbc_dsn-version"             = "0.1.0"
            "delius_iaps_install_base_packages-version"          = "0.1.10"
            "delius_iaps_install_im_interface-version"           = "0.1.1"
            "delius_iaps_install_ndelius_interface-version"      = "0.1.4"
            "delius_iaps_install_oracle_db_client_tools-version" = "0.1.1"
            "delius_iaps_install_oracle_sql_developer-version"   = "0.1.5"
            "delius_iaps_set_system_locale-version"              = "0.1.1"
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            "image-pipeline"                                     = "delius_iaps_server"
            "image-recipe"                                       = "delius_iaps_server/0.0.33"
            "infrastructure-configuration"                       = "delius_iaps_server/0.0.33"
            "is-production"                                      = "true"
            "os-version"                                         = "windows server 2022"
            "owner"                                              = "Probation Webops: [email protected]"
            "release-or-patch"                                   = "patch"
            "source-code"                                        = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/delius-iaps"
        }
      ~ tags_all              = {
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            # (21 unchanged elements hidden)
        }
        # (12 unchanged attributes hidden)
    }

  # module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_install_oracle_db_client_tools.yml"] will be updated in-place
  ~ resource "aws_imagebuilder_component" "this" {
        id                    = "arn:aws:imagebuilder:eu-west-2:REDACTED:component/delius-iaps-install-oracle-db-client-tools/0.1.1/1"
        name                  = "delius_iaps_install_oracle_db_client_tools"
      ~ tags                  = {
            "add_net_framework_features-version"                 = "0.2.0"
            "amazon-cloudwatch-agent-windows-version"            = "1.0.0"
            "application"                                        = "DELIUS-IAPS"
            "branch"                                             = "main"
            "business-unit"                                      = "HMPPS"
            "delius_iaps_configure_cloudwatch_agent-version"     = "0.1.1"
            "delius_iaps_configure_odbc_dsn-version"             = "0.1.0"
            "delius_iaps_install_base_packages-version"          = "0.1.10"
            "delius_iaps_install_im_interface-version"           = "0.1.1"
            "delius_iaps_install_ndelius_interface-version"      = "0.1.4"
            "delius_iaps_install_oracle_db_client_tools-version" = "0.1.1"
            "delius_iaps_install_oracle_sql_developer-version"   = "0.1.5"
            "delius_iaps_set_system_locale-version"              = "0.1.1"
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            "image-pipeline"                                     = "delius_iaps_server"
            "image-recipe"                                       = "delius_iaps_server/0.0.33"
            "infrastructure-configuration"                       = "delius_iaps_server/0.0.33"
            "is-production"                                      = "true"
            "os-version"                                         = "windows server 2022"
            "owner"                                              = "Probation Webops: [email protected]"
            "release-or-patch"                                   = "patch"
            "source-code"                                        = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/delius-iaps"
        }
      ~ tags_all              = {
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            # (21 unchanged elements hidden)
        }
        # (12 unchanged attributes hidden)
    }

  # module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_install_oracle_sql_developer.yml"] will be updated in-place
  ~ resource "aws_imagebuilder_component" "this" {
        id                    = "arn:aws:imagebuilder:eu-west-2:REDACTED:component/delius-iaps-install-oracle-sql-developer/0.1.5/1"
        name                  = "delius_iaps_install_oracle_sql_developer"
      ~ tags                  = {
            "add_net_framework_features-version"                 = "0.2.0"
            "amazon-cloudwatch-agent-windows-version"            = "1.0.0"
            "application"                                        = "DELIUS-IAPS"
            "branch"                                             = "main"
            "business-unit"                                      = "HMPPS"
            "delius_iaps_configure_cloudwatch_agent-version"     = "0.1.1"
            "delius_iaps_configure_odbc_dsn-version"             = "0.1.0"
            "delius_iaps_install_base_packages-version"          = "0.1.10"
            "delius_iaps_install_im_interface-version"           = "0.1.1"
            "delius_iaps_install_ndelius_interface-version"      = "0.1.4"
            "delius_iaps_install_oracle_db_client_tools-version" = "0.1.1"
            "delius_iaps_install_oracle_sql_developer-version"   = "0.1.5"
            "delius_iaps_set_system_locale-version"              = "0.1.1"
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            "image-pipeline"                                     = "delius_iaps_server"
            "image-recipe"                                       = "delius_iaps_server/0.0.33"
            "infrastructure-configuration"                       = "delius_iaps_server/0.0.33"
            "is-production"                                      = "true"
            "os-version"                                         = "windows server 2022"
            "owner"                                              = "Probation Webops: [email protected]"
            "release-or-patch"                                   = "patch"
            "source-code"                                        = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/delius-iaps"
        }
      ~ tags_all              = {
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            # (21 unchanged elements hidden)
        }
        # (12 unchanged attributes hidden)
    }

  # module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_set_system_locale.yml"] will be updated in-place
  ~ resource "aws_imagebuilder_component" "this" {
        id                    = "arn:aws:imagebuilder:eu-west-2:REDACTED:component/delius-iaps-set-system-locale/0.1.1/1"
        name                  = "delius_iaps_set_system_locale"
      ~ tags                  = {
            "add_net_framework_features-version"                 = "0.2.0"
            "amazon-cloudwatch-agent-windows-version"            = "1.0.0"
            "application"                                        = "DELIUS-IAPS"
            "branch"                                             = "main"
            "business-unit"                                      = "HMPPS"
            "delius_iaps_configure_cloudwatch_agent-version"     = "0.1.1"
            "delius_iaps_configure_odbc_dsn-version"             = "0.1.0"
            "delius_iaps_install_base_packages-version"          = "0.1.10"
            "delius_iaps_install_im_interface-version"           = "0.1.1"
            "delius_iaps_install_ndelius_interface-version"      = "0.1.4"
            "delius_iaps_install_oracle_db_client_tools-version" = "0.1.1"
            "delius_iaps_install_oracle_sql_developer-version"   = "0.1.5"
            "delius_iaps_set_system_locale-version"              = "0.1.1"
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            "image-pipeline"                                     = "delius_iaps_server"
            "image-recipe"                                       = "delius_iaps_server/0.0.33"
            "infrastructure-configuration"                       = "delius_iaps_server/0.0.33"
            "is-production"                                      = "true"
            "os-version"                                         = "windows server 2022"
            "owner"                                              = "Probation Webops: [email protected]"
            "release-or-patch"                                   = "patch"
            "source-code"                                        = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/delius-iaps"
        }
      ~ tags_all              = {
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            # (21 unchanged elements hidden)
        }
        # (12 unchanged attributes hidden)
    }

  # module.imagebuilder.aws_imagebuilder_distribution_configuration.this will be updated in-place
  ~ resource "aws_imagebuilder_distribution_configuration" "this" {
        id           = "arn:aws:imagebuilder:eu-west-2:REDACTED:distribution-configuration/delius-iaps-server"
        name         = "delius_iaps_server"
      ~ tags         = {
            "add_net_framework_features-version"                 = "0.2.0"
            "amazon-cloudwatch-agent-windows-version"            = "1.0.0"
            "application"                                        = "DELIUS-IAPS"
            "branch"                                             = "main"
            "business-unit"                                      = "HMPPS"
            "delius_iaps_configure_cloudwatch_agent-version"     = "0.1.1"
            "delius_iaps_configure_odbc_dsn-version"             = "0.1.0"
            "delius_iaps_install_base_packages-version"          = "0.1.10"
            "delius_iaps_install_im_interface-version"           = "0.1.1"
            "delius_iaps_install_ndelius_interface-version"      = "0.1.4"
            "delius_iaps_install_oracle_db_client_tools-version" = "0.1.1"
            "delius_iaps_install_oracle_sql_developer-version"   = "0.1.5"
            "delius_iaps_set_system_locale-version"              = "0.1.1"
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            "image-pipeline"                                     = "delius_iaps_server"
            "image-recipe"                                       = "delius_iaps_server/0.0.33"
            "infrastructure-configuration"                       = "delius_iaps_server/0.0.33"
            "is-production"                                      = "true"
            "os-version"                                         = "windows server 2022"
            "owner"                                              = "Probation Webops: [email protected]"
            "release-or-patch"                                   = "patch"
            "source-code"                                        = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/delius-iaps"
        }
      ~ tags_all     = {
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            # (21 unchanged elements hidden)
        }
        # (4 unchanged attributes hidden)

      - distribution {
          # At least one attribute in this block is (or was) sensitive,
          # so its contents will not be displayed.
        }
      + distribution {
          # At least one attribute in this block is (or was) sensitive,
          # so its contents will not be displayed.
        }
    }

  # module.imagebuilder.aws_imagebuilder_image_pipeline.this will be updated in-place
  ~ resource "aws_imagebuilder_image_pipeline" "this" {
        id                               = "arn:aws:imagebuilder:eu-west-2:REDACTED:image-pipeline/delius-iaps-server"
        name                             = "delius_iaps_server"
      ~ tags                             = {
            "add_net_framework_features-version"                 = "0.2.0"
            "amazon-cloudwatch-agent-windows-version"            = "1.0.0"
            "application"                                        = "DELIUS-IAPS"
            "branch"                                             = "main"
            "business-unit"                                      = "HMPPS"
            "delius_iaps_configure_cloudwatch_agent-version"     = "0.1.1"
            "delius_iaps_configure_odbc_dsn-version"             = "0.1.0"
            "delius_iaps_install_base_packages-version"          = "0.1.10"
            "delius_iaps_install_im_interface-version"           = "0.1.1"
            "delius_iaps_install_ndelius_interface-version"      = "0.1.4"
            "delius_iaps_install_oracle_db_client_tools-version" = "0.1.1"
            "delius_iaps_install_oracle_sql_developer-version"   = "0.1.5"
            "delius_iaps_set_system_locale-version"              = "0.1.1"
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            "image-pipeline"                                     = "delius_iaps_server"
            "image-recipe"                                       = "delius_iaps_server/0.0.33"
            "infrastructure-configuration"                       = "delius_iaps_server/0.0.33"
            "is-production"                                      = "true"
            "os-version"                                         = "windows server 2022"
            "owner"                                              = "Probation Webops: [email protected]"
            "release-or-patch"                                   = "patch"
            "source-code"                                        = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/delius-iaps"
        }
      ~ tags_all                         = {
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            # (21 unchanged elements hidden)
        }
        # (12 unchanged attributes hidden)

        # (2 unchanged blocks hidden)
    }

  # module.imagebuilder.aws_imagebuilder_image_recipe.this will be updated in-place
  ~ resource "aws_imagebuilder_image_recipe" "this" {
        id           = "arn:aws:imagebuilder:eu-west-2:REDACTED:image-recipe/delius-iaps-server/0.0.33"
        name         = "delius_iaps_server"
      ~ tags         = {
            "add_net_framework_features-version"                 = "0.2.0"
            "amazon-cloudwatch-agent-windows-version"            = "1.0.0"
            "application"                                        = "DELIUS-IAPS"
            "branch"                                             = "main"
            "business-unit"                                      = "HMPPS"
            "delius_iaps_configure_cloudwatch_agent-version"     = "0.1.1"
            "delius_iaps_configure_odbc_dsn-version"             = "0.1.0"
            "delius_iaps_install_base_packages-version"          = "0.1.10"
            "delius_iaps_install_im_interface-version"           = "0.1.1"
            "delius_iaps_install_ndelius_interface-version"      = "0.1.4"
            "delius_iaps_install_oracle_db_client_tools-version" = "0.1.1"
            "delius_iaps_install_oracle_sql_developer-version"   = "0.1.5"
            "delius_iaps_set_system_locale-version"              = "0.1.1"
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            "image-pipeline"                                     = "delius_iaps_server"
            "image-recipe"                                       = "delius_iaps_server/0.0.33"
            "infrastructure-configuration"                       = "delius_iaps_server/0.0.33"
            "is-production"                                      = "true"
            "os-version"                                         = "windows server 2022"
            "owner"                                              = "Probation Webops: [email protected]"
            "release-or-patch"                                   = "patch"
            "source-code"                                        = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/delius-iaps"
        }
      ~ tags_all     = {
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            # (21 unchanged elements hidden)
        }
        # (7 unchanged attributes hidden)

        # (13 unchanged blocks hidden)
    }

  # module.imagebuilder.aws_imagebuilder_infrastructure_configuration.this will be updated in-place
  ~ resource "aws_imagebuilder_infrastructure_configuration" "this" {
        id                            = "arn:aws:imagebuilder:eu-west-2:REDACTED:infrastructure-configuration/delius-iaps-server-0-0-33"
        name                          = "delius_iaps_server_0_0_33"
      ~ resource_tags                 = {
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            # (21 unchanged elements hidden)
        }
      ~ tags                          = {
            "add_net_framework_features-version"                 = "0.2.0"
            "amazon-cloudwatch-agent-windows-version"            = "1.0.0"
            "application"                                        = "DELIUS-IAPS"
            "branch"                                             = "main"
            "business-unit"                                      = "HMPPS"
            "delius_iaps_configure_cloudwatch_agent-version"     = "0.1.1"
            "delius_iaps_configure_odbc_dsn-version"             = "0.1.0"
            "delius_iaps_install_base_packages-version"          = "0.1.10"
            "delius_iaps_install_im_interface-version"           = "0.1.1"
            "delius_iaps_install_ndelius_interface-version"      = "0.1.4"
            "delius_iaps_install_oracle_db_client_tools-version" = "0.1.1"
            "delius_iaps_install_oracle_sql_developer-version"   = "0.1.5"
            "delius_iaps_set_system_locale-version"              = "0.1.1"
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            "image-pipeline"                                     = "delius_iaps_server"
            "image-recipe"                                       = "delius_iaps_server/0.0.33"
            "infrastructure-configuration"                       = "delius_iaps_server/0.0.33"
            "is-production"                                      = "true"
            "os-version"                                         = "windows server 2022"
            "owner"                                              = "Probation Webops: [email protected]"
            "release-or-patch"                                   = "patch"
            "source-code"                                        = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/delius-iaps"
        }
      ~ tags_all                      = {
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            # (21 unchanged elements hidden)
        }
        # (8 unchanged attributes hidden)

        # (1 unchanged block hidden)
    }

Plan: 0 to add, 13 to change, 0 to destroy.

Copy link
Contributor

teams/hmpps/windows_server_2019 terragrunt plan on pull_request event #228

module.imagebuilder.data.terraform_remote_state.imagebuilder_mp: Reading...
module.imagebuilder.data.terraform_remote_state.core_shared_services_production: Reading...
module.imagebuilder.data.aws_secretsmanager_secret.environment_management: Reading...
module.imagebuilder.data.terraform_remote_state.imagebuilder_mp: Read complete after 2s
module.imagebuilder.data.aws_secretsmanager_secret.environment_management: Read complete after 1s [id=<REDACTED>]
module.imagebuilder.data.aws_secretsmanager_secret_version.environment_management: Reading...
module.imagebuilder.data.aws_secretsmanager_secret_version.environment_management: Read complete after 0s [id=<REDACTED>]
module.imagebuilder.data.terraform_remote_state.core_shared_services_production: Read complete after 3s
module.imagebuilder.data.aws_imagebuilder_component.this["ec2launch-v2-windows"]: Reading...
module.imagebuilder.data.aws_imagebuilder_component.this["amazon-cloudwatch-agent-windows"]: Reading...
module.imagebuilder.data.aws_caller_identity.current: Reading...
module.imagebuilder.data.aws_caller_identity.current: Read complete after 1s [id=<REDACTED>]
module.imagebuilder.data.aws_kms_key.hmpps_ebs_encryption_cmk: Reading...
module.imagebuilder.data.aws_kms_key.hmpps_ebs_encryption_cmk: Read complete after 0s [id=<REDACTED>]
module.imagebuilder.data.aws_imagebuilder_component.this["ec2launch-v2-windows"]: Read complete after 1s [id=<REDACTED>]
module.imagebuilder.data.aws_imagebuilder_component.this["amazon-cloudwatch-agent-windows"]: Read complete after 1s [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_infrastructure_configuration.this: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_image_recipe.this: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_distribution_configuration.this: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_image_pipeline.this: Refreshing state... [id=<REDACTED>]

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  ~ update in-place

Terraform will perform the following actions:

  # module.imagebuilder.aws_imagebuilder_distribution_configuration.this will be updated in-place
  ~ resource "aws_imagebuilder_distribution_configuration" "this" {
        id           = "arn:aws:imagebuilder:eu-west-2:REDACTED:distribution-configuration/hmpps-windows-server-2019"
        name         = "hmpps_windows_server_2019"
      ~ tags         = {
            "amazon-cloudwatch-agent-windows-version" = "1.0.0"
            "application"                             = "NOMIS"
            "branch"                                  = "main"
            "business-unit"                           = "HMPPS"
          ~ "ec2launch-v2-windows-version"            = "1.0.0" -> "2.0.0"
            "image-pipeline"                          = "hmpps_windows_server_2019"
            "image-recipe"                            = "hmpps_windows_server_2019/0.0.2"
            "infrastructure-configuration"            = "hmpps_windows_server_2019/0.0.2"
            "is-production"                           = "true"
            "os-version"                              = "windows server 2019"
            "owner"                                   = "DSO: [email protected]"
            "release-or-patch"                        = "release"
            "source-code"                             = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/nomis"
        }
      ~ tags_all     = {
          ~ "ec2launch-v2-windows-version"            = "1.0.0" -> "2.0.0"
            # (12 unchanged elements hidden)
        }
        # (4 unchanged attributes hidden)

      - distribution {
          # At least one attribute in this block is (or was) sensitive,
          # so its contents will not be displayed.
        }
      + distribution {
          # At least one attribute in this block is (or was) sensitive,
          # so its contents will not be displayed.
        }
    }

  # module.imagebuilder.aws_imagebuilder_image_pipeline.this will be updated in-place
  ~ resource "aws_imagebuilder_image_pipeline" "this" {
        id                               = "arn:aws:imagebuilder:eu-west-2:REDACTED:image-pipeline/hmpps-windows-server-2019"
        name                             = "hmpps_windows_server_2019"
      ~ tags                             = {
            "amazon-cloudwatch-agent-windows-version" = "1.0.0"
            "application"                             = "NOMIS"
            "branch"                                  = "main"
            "business-unit"                           = "HMPPS"
          ~ "ec2launch-v2-windows-version"            = "1.0.0" -> "2.0.0"
            "image-pipeline"                          = "hmpps_windows_server_2019"
            "image-recipe"                            = "hmpps_windows_server_2019/0.0.2"
            "infrastructure-configuration"            = "hmpps_windows_server_2019/0.0.2"
            "is-production"                           = "true"
            "os-version"                              = "windows server 2019"
            "owner"                                   = "DSO: [email protected]"
            "release-or-patch"                        = "release"
            "source-code"                             = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/nomis"
        }
      ~ tags_all                         = {
          ~ "ec2launch-v2-windows-version"            = "1.0.0" -> "2.0.0"
            # (12 unchanged elements hidden)
        }
        # (12 unchanged attributes hidden)

        # (2 unchanged blocks hidden)
    }

  # module.imagebuilder.aws_imagebuilder_image_recipe.this will be updated in-place
  ~ resource "aws_imagebuilder_image_recipe" "this" {
        id           = "arn:aws:imagebuilder:eu-west-2:REDACTED:image-recipe/hmpps-windows-server-2019/0.0.2"
        name         = "hmpps_windows_server_2019"
      ~ tags         = {
            "amazon-cloudwatch-agent-windows-version" = "1.0.0"
            "application"                             = "NOMIS"
            "branch"                                  = "main"
            "business-unit"                           = "HMPPS"
          ~ "ec2launch-v2-windows-version"            = "1.0.0" -> "2.0.0"
            "image-pipeline"                          = "hmpps_windows_server_2019"
            "image-recipe"                            = "hmpps_windows_server_2019/0.0.2"
            "infrastructure-configuration"            = "hmpps_windows_server_2019/0.0.2"
            "is-production"                           = "true"
            "os-version"                              = "windows server 2019"
            "owner"                                   = "DSO: [email protected]"
            "release-or-patch"                        = "release"
            "source-code"                             = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/nomis"
        }
      ~ tags_all     = {
          ~ "ec2launch-v2-windows-version"            = "1.0.0" -> "2.0.0"
            # (12 unchanged elements hidden)
        }
        # (7 unchanged attributes hidden)

        # (7 unchanged blocks hidden)
    }

  # module.imagebuilder.aws_imagebuilder_infrastructure_configuration.this will be updated in-place
  ~ resource "aws_imagebuilder_infrastructure_configuration" "this" {
        id                            = "arn:aws:imagebuilder:eu-west-2:REDACTED:infrastructure-configuration/hmpps-windows-server-2019-0-0-2"
        name                          = "hmpps_windows_server_2019_0_0_2"
      ~ resource_tags                 = {
          ~ "ec2launch-v2-windows-version"            = "1.0.0" -> "2.0.0"
            # (12 unchanged elements hidden)
        }
      ~ tags                          = {
            "amazon-cloudwatch-agent-windows-version" = "1.0.0"
            "application"                             = "NOMIS"
            "branch"                                  = "main"
            "business-unit"                           = "HMPPS"
          ~ "ec2launch-v2-windows-version"            = "1.0.0" -> "2.0.0"
            "image-pipeline"                          = "hmpps_windows_server_2019"
            "image-recipe"                            = "hmpps_windows_server_2019/0.0.2"
            "infrastructure-configuration"            = "hmpps_windows_server_2019/0.0.2"
            "is-production"                           = "true"
            "os-version"                              = "windows server 2019"
            "owner"                                   = "DSO: [email protected]"
            "release-or-patch"                        = "release"
            "source-code"                             = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/nomis"
        }
      ~ tags_all                      = {
          ~ "ec2launch-v2-windows-version"            = "1.0.0" -> "2.0.0"
            # (12 unchanged elements hidden)
        }
        # (8 unchanged attributes hidden)

        # (1 unchanged block hidden)
    }

Plan: 0 to add, 4 to change, 0 to destroy.

@mikereiddigital mikereiddigital merged commit 6d9ba1f into main Jun 28, 2024
41 checks passed
@mikereiddigital mikereiddigital deleted the issue13 branch June 28, 2024 14:32
Copy link
Contributor

teams/delius-core/mis_windows_server terragrunt plan on push event #245

module.imagebuilder.data.terraform_remote_state.imagebuilder_mp: Reading...
module.imagebuilder.data.terraform_remote_state.core_shared_services_production: Reading...
module.imagebuilder.data.terraform_remote_state.imagebuilder_mp: Read complete after 1s
module.imagebuilder.data.aws_secretsmanager_secret.environment_management: Reading...
module.imagebuilder.data.aws_secretsmanager_secret.environment_management: Read complete after 1s [id=<REDACTED>]
module.imagebuilder.data.aws_secretsmanager_secret_version.environment_management: Reading...
module.imagebuilder.data.terraform_remote_state.core_shared_services_production: Read complete after 2s
module.imagebuilder.data.aws_secretsmanager_secret_version.environment_management: Read complete after 0s [id=<REDACTED>]
module.imagebuilder.data.aws_caller_identity.current: Reading...
module.imagebuilder.data.aws_imagebuilder_component.this["ec2launch-v2-windows"]: Reading...
module.imagebuilder.data.aws_imagebuilder_component.this["amazon-cloudwatch-agent-windows"]: Reading...
module.imagebuilder.data.aws_caller_identity.current: Read complete after 0s [id=<REDACTED>]
module.imagebuilder.data.aws_kms_key.hmpps_ebs_encryption_cmk: Reading...
module.imagebuilder.data.aws_kms_key.hmpps_ebs_encryption_cmk: Read complete after 1s [id=<REDACTED>]
module.imagebuilder.data.aws_imagebuilder_component.this["amazon-cloudwatch-agent-windows"]: Read complete after 2s [id=<REDACTED>]
module.imagebuilder.data.aws_imagebuilder_component.this["ec2launch-v2-windows"]: Read complete after 2s [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_infrastructure_configuration.this: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_component.this["add_net_framework_features.yml"]: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_component.this["delius_mis_set_system_locale.yml"]: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_component.this["delius_mis_configure_cloudwatch_agent.yml"]: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_distribution_configuration.this: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_image_recipe.this: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_image_pipeline.this: Refreshing state... [id=<REDACTED>]

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  ~ update in-place

Terraform will perform the following actions:

  # module.imagebuilder.aws_imagebuilder_component.this["add_net_framework_features.yml"] will be updated in-place
  ~ resource "aws_imagebuilder_component" "this" {
        id                    = "arn:aws:imagebuilder:eu-west-2:REDACTED:component/mis-add-net-framework-features/0.2.0/1"
        name                  = "mis_add_net_framework_features"
      ~ tags                  = {
            "amazon-cloudwatch-agent-windows-version"       = "1.0.0"
            "application"                                   = "DELIUS-CORE"
            "branch"                                        = "main"
            "business-unit"                                 = "HMPPS"
            "delius_mis_configure_cloudwatch_agent-version" = "0.1.1"
            "delius_mis_set_system_locale-version"          = "0.1.1"
          ~ "ec2launch-v2-windows-version"                  = "1.0.0" -> "2.0.0"
            "image-pipeline"                                = "delius_mis_windows_server"
            "image-recipe"                                  = "delius_mis_windows_server/0.0.1"
            "infrastructure-configuration"                  = "delius_mis_windows_server/0.0.1"
            "is-production"                                 = "true"
            "mis_add_net_framework_features-version"        = "0.2.0"
            "os-version"                                    = "windows server 2022"
            "owner"                                         = "Probation Webops: [email protected]"
            "release-or-patch"                              = "patch"
            "source-code"                                   = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/delius-core"
        }
      ~ tags_all              = {
          ~ "ec2launch-v2-windows-version"                  = "1.0.0" -> "2.0.0"
            # (15 unchanged elements hidden)
        }
        # (12 unchanged attributes hidden)
    }

  # module.imagebuilder.aws_imagebuilder_component.this["delius_mis_configure_cloudwatch_agent.yml"] will be updated in-place
  ~ resource "aws_imagebuilder_component" "this" {
        id                    = "arn:aws:imagebuilder:eu-west-2:REDACTED:component/delius-mis-configure-cloudwatch-agent/0.1.1/1"
        name                  = "delius_mis_configure_cloudwatch_agent"
      ~ tags                  = {
            "amazon-cloudwatch-agent-windows-version"       = "1.0.0"
            "application"                                   = "DELIUS-CORE"
            "branch"                                        = "main"
            "business-unit"                                 = "HMPPS"
            "delius_mis_configure_cloudwatch_agent-version" = "0.1.1"
            "delius_mis_set_system_locale-version"          = "0.1.1"
          ~ "ec2launch-v2-windows-version"                  = "1.0.0" -> "2.0.0"
            "image-pipeline"                                = "delius_mis_windows_server"
            "image-recipe"                                  = "delius_mis_windows_server/0.0.1"
            "infrastructure-configuration"                  = "delius_mis_windows_server/0.0.1"
            "is-production"                                 = "true"
            "mis_add_net_framework_features-version"        = "0.2.0"
            "os-version"                                    = "windows server 2022"
            "owner"                                         = "Probation Webops: [email protected]"
            "release-or-patch"                              = "patch"
            "source-code"                                   = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/delius-core"
        }
      ~ tags_all              = {
          ~ "ec2launch-v2-windows-version"                  = "1.0.0" -> "2.0.0"
            # (15 unchanged elements hidden)
        }
        # (12 unchanged attributes hidden)
    }

  # module.imagebuilder.aws_imagebuilder_component.this["delius_mis_set_system_locale.yml"] will be updated in-place
  ~ resource "aws_imagebuilder_component" "this" {
        id                    = "arn:aws:imagebuilder:eu-west-2:REDACTED:component/delius-mis-set-system-locale/0.1.1/1"
        name                  = "delius_mis_set_system_locale"
      ~ tags                  = {
            "amazon-cloudwatch-agent-windows-version"       = "1.0.0"
            "application"                                   = "DELIUS-CORE"
            "branch"                                        = "main"
            "business-unit"                                 = "HMPPS"
            "delius_mis_configure_cloudwatch_agent-version" = "0.1.1"
            "delius_mis_set_system_locale-version"          = "0.1.1"
          ~ "ec2launch-v2-windows-version"                  = "1.0.0" -> "2.0.0"
            "image-pipeline"                                = "delius_mis_windows_server"
            "image-recipe"                                  = "delius_mis_windows_server/0.0.1"
            "infrastructure-configuration"                  = "delius_mis_windows_server/0.0.1"
            "is-production"                                 = "true"
            "mis_add_net_framework_features-version"        = "0.2.0"
            "os-version"                                    = "windows server 2022"
            "owner"                                         = "Probation Webops: [email protected]"
            "release-or-patch"                              = "patch"
            "source-code"                                   = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/delius-core"
        }
      ~ tags_all              = {
          ~ "ec2launch-v2-windows-version"                  = "1.0.0" -> "2.0.0"
            # (15 unchanged elements hidden)
        }
        # (12 unchanged attributes hidden)
    }

  # module.imagebuilder.aws_imagebuilder_distribution_configuration.this will be updated in-place
  ~ resource "aws_imagebuilder_distribution_configuration" "this" {
        id           = "arn:aws:imagebuilder:eu-west-2:REDACTED:distribution-configuration/delius-mis-windows-server"
        name         = "delius_mis_windows_server"
      ~ tags         = {
            "amazon-cloudwatch-agent-windows-version"       = "1.0.0"
            "application"                                   = "DELIUS-CORE"
            "branch"                                        = "main"
            "business-unit"                                 = "HMPPS"
            "delius_mis_configure_cloudwatch_agent-version" = "0.1.1"
            "delius_mis_set_system_locale-version"          = "0.1.1"
          ~ "ec2launch-v2-windows-version"                  = "1.0.0" -> "2.0.0"
            "image-pipeline"                                = "delius_mis_windows_server"
            "image-recipe"                                  = "delius_mis_windows_server/0.0.1"
            "infrastructure-configuration"                  = "delius_mis_windows_server/0.0.1"
            "is-production"                                 = "true"
            "mis_add_net_framework_features-version"        = "0.2.0"
            "os-version"                                    = "windows server 2022"
            "owner"                                         = "Probation Webops: [email protected]"
            "release-or-patch"                              = "patch"
            "source-code"                                   = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/delius-core"
        }
      ~ tags_all     = {
          ~ "ec2launch-v2-windows-version"                  = "1.0.0" -> "2.0.0"
            # (15 unchanged elements hidden)
        }
        # (4 unchanged attributes hidden)

      - distribution {
          # At least one attribute in this block is (or was) sensitive,
          # so its contents will not be displayed.
        }
      + distribution {
          # At least one attribute in this block is (or was) sensitive,
          # so its contents will not be displayed.
        }
    }

  # module.imagebuilder.aws_imagebuilder_image_pipeline.this will be updated in-place
  ~ resource "aws_imagebuilder_image_pipeline" "this" {
        id                               = "arn:aws:imagebuilder:eu-west-2:REDACTED:image-pipeline/delius-mis-windows-server"
        name                             = "delius_mis_windows_server"
      ~ tags                             = {
            "amazon-cloudwatch-agent-windows-version"       = "1.0.0"
            "application"                                   = "DELIUS-CORE"
            "branch"                                        = "main"
            "business-unit"                                 = "HMPPS"
            "delius_mis_configure_cloudwatch_agent-version" = "0.1.1"
            "delius_mis_set_system_locale-version"          = "0.1.1"
          ~ "ec2launch-v2-windows-version"                  = "1.0.0" -> "2.0.0"
            "image-pipeline"                                = "delius_mis_windows_server"
            "image-recipe"                                  = "delius_mis_windows_server/0.0.1"
            "infrastructure-configuration"                  = "delius_mis_windows_server/0.0.1"
            "is-production"                                 = "true"
            "mis_add_net_framework_features-version"        = "0.2.0"
            "os-version"                                    = "windows server 2022"
            "owner"                                         = "Probation Webops: [email protected]"
            "release-or-patch"                              = "patch"
            "source-code"                                   = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/delius-core"
        }
      ~ tags_all                         = {
          ~ "ec2launch-v2-windows-version"                  = "1.0.0" -> "2.0.0"
            # (15 unchanged elements hidden)
        }
        # (12 unchanged attributes hidden)

        # (2 unchanged blocks hidden)
    }

  # module.imagebuilder.aws_imagebuilder_image_recipe.this will be updated in-place
  ~ resource "aws_imagebuilder_image_recipe" "this" {
        id           = "arn:aws:imagebuilder:eu-west-2:REDACTED:image-recipe/delius-mis-windows-server/0.0.1"
        name         = "delius_mis_windows_server"
      ~ tags         = {
            "amazon-cloudwatch-agent-windows-version"       = "1.0.0"
            "application"                                   = "DELIUS-CORE"
            "branch"                                        = "main"
            "business-unit"                                 = "HMPPS"
            "delius_mis_configure_cloudwatch_agent-version" = "0.1.1"
            "delius_mis_set_system_locale-version"          = "0.1.1"
          ~ "ec2launch-v2-windows-version"                  = "1.0.0" -> "2.0.0"
            "image-pipeline"                                = "delius_mis_windows_server"
            "image-recipe"                                  = "delius_mis_windows_server/0.0.1"
            "infrastructure-configuration"                  = "delius_mis_windows_server/0.0.1"
            "is-production"                                 = "true"
            "mis_add_net_framework_features-version"        = "0.2.0"
            "os-version"                                    = "windows server 2022"
            "owner"                                         = "Probation Webops: [email protected]"
            "release-or-patch"                              = "patch"
            "source-code"                                   = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/delius-core"
        }
      ~ tags_all     = {
          ~ "ec2launch-v2-windows-version"                  = "1.0.0" -> "2.0.0"
            # (15 unchanged elements hidden)
        }
        # (7 unchanged attributes hidden)

        # (7 unchanged blocks hidden)
    }

  # module.imagebuilder.aws_imagebuilder_infrastructure_configuration.this will be updated in-place
  ~ resource "aws_imagebuilder_infrastructure_configuration" "this" {
        id                            = "arn:aws:imagebuilder:eu-west-2:REDACTED:infrastructure-configuration/delius-mis-windows-server-0-0-1"
        name                          = "delius_mis_windows_server_0_0_1"
      ~ resource_tags                 = {
          ~ "ec2launch-v2-windows-version"                  = "1.0.0" -> "2.0.0"
            # (15 unchanged elements hidden)
        }
      ~ tags                          = {
            "amazon-cloudwatch-agent-windows-version"       = "1.0.0"
            "application"                                   = "DELIUS-CORE"
            "branch"                                        = "main"
            "business-unit"                                 = "HMPPS"
            "delius_mis_configure_cloudwatch_agent-version" = "0.1.1"
            "delius_mis_set_system_locale-version"          = "0.1.1"
          ~ "ec2launch-v2-windows-version"                  = "1.0.0" -> "2.0.0"
            "image-pipeline"                                = "delius_mis_windows_server"
            "image-recipe"                                  = "delius_mis_windows_server/0.0.1"
            "infrastructure-configuration"                  = "delius_mis_windows_server/0.0.1"
            "is-production"                                 = "true"
            "mis_add_net_framework_features-version"        = "0.2.0"
            "os-version"                                    = "windows server 2022"
            "owner"                                         = "Probation Webops: [email protected]"
            "release-or-patch"                              = "patch"
            "source-code"                                   = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/delius-core"
        }
      ~ tags_all                      = {
          ~ "ec2launch-v2-windows-version"                  = "1.0.0" -> "2.0.0"
            # (15 unchanged elements hidden)
        }
        # (9 unchanged attributes hidden)

        # (1 unchanged block hidden)
    }

Plan: 0 to add, 7 to change, 0 to destroy.

Copy link
Contributor

teams/hmpps/windows_server_2019 terragrunt plan on push event #229

module.imagebuilder.data.terraform_remote_state.imagebuilder_mp: Reading...
module.imagebuilder.data.terraform_remote_state.core_shared_services_production: Reading...
module.imagebuilder.data.terraform_remote_state.imagebuilder_mp: Read complete after 1s
module.imagebuilder.data.aws_secretsmanager_secret.environment_management: Reading...
module.imagebuilder.data.aws_secretsmanager_secret.environment_management: Read complete after 0s [id=<REDACTED>]
module.imagebuilder.data.aws_secretsmanager_secret_version.environment_management: Reading...
module.imagebuilder.data.terraform_remote_state.core_shared_services_production: Read complete after 1s
module.imagebuilder.data.aws_secretsmanager_secret_version.environment_management: Read complete after 1s [id=<REDACTED>]
module.imagebuilder.data.aws_caller_identity.current: Reading...
module.imagebuilder.data.aws_imagebuilder_component.this["ec2launch-v2-windows"]: Reading...
module.imagebuilder.data.aws_imagebuilder_component.this["amazon-cloudwatch-agent-windows"]: Reading...
module.imagebuilder.data.aws_caller_identity.current: Read complete after 0s [id=<REDACTED>]
module.imagebuilder.data.aws_kms_key.hmpps_ebs_encryption_cmk: Reading...
module.imagebuilder.data.aws_kms_key.hmpps_ebs_encryption_cmk: Read complete after 0s [id=<REDACTED>]
module.imagebuilder.data.aws_imagebuilder_component.this["amazon-cloudwatch-agent-windows"]: Read complete after 1s [id=<REDACTED>]
module.imagebuilder.data.aws_imagebuilder_component.this["ec2launch-v2-windows"]: Read complete after 1s [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_infrastructure_configuration.this: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_image_recipe.this: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_distribution_configuration.this: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_image_pipeline.this: Refreshing state... [id=<REDACTED>]

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  ~ update in-place

Terraform will perform the following actions:

  # module.imagebuilder.aws_imagebuilder_distribution_configuration.this will be updated in-place
  ~ resource "aws_imagebuilder_distribution_configuration" "this" {
        id           = "arn:aws:imagebuilder:eu-west-2:REDACTED:distribution-configuration/hmpps-windows-server-2019"
        name         = "hmpps_windows_server_2019"
      ~ tags         = {
            "amazon-cloudwatch-agent-windows-version" = "1.0.0"
            "application"                             = "NOMIS"
            "branch"                                  = "main"
            "business-unit"                           = "HMPPS"
          ~ "ec2launch-v2-windows-version"            = "1.0.0" -> "2.0.0"
            "image-pipeline"                          = "hmpps_windows_server_2019"
            "image-recipe"                            = "hmpps_windows_server_2019/0.0.2"
            "infrastructure-configuration"            = "hmpps_windows_server_2019/0.0.2"
            "is-production"                           = "true"
            "os-version"                              = "windows server 2019"
            "owner"                                   = "DSO: [email protected]"
            "release-or-patch"                        = "release"
            "source-code"                             = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/nomis"
        }
      ~ tags_all     = {
          ~ "ec2launch-v2-windows-version"            = "1.0.0" -> "2.0.0"
            # (12 unchanged elements hidden)
        }
        # (4 unchanged attributes hidden)

      - distribution {
          # At least one attribute in this block is (or was) sensitive,
          # so its contents will not be displayed.
        }
      + distribution {
          # At least one attribute in this block is (or was) sensitive,
          # so its contents will not be displayed.
        }
    }

  # module.imagebuilder.aws_imagebuilder_image_pipeline.this will be updated in-place
  ~ resource "aws_imagebuilder_image_pipeline" "this" {
        id                               = "arn:aws:imagebuilder:eu-west-2:REDACTED:image-pipeline/hmpps-windows-server-2019"
        name                             = "hmpps_windows_server_2019"
      ~ tags                             = {
            "amazon-cloudwatch-agent-windows-version" = "1.0.0"
            "application"                             = "NOMIS"
            "branch"                                  = "main"
            "business-unit"                           = "HMPPS"
          ~ "ec2launch-v2-windows-version"            = "1.0.0" -> "2.0.0"
            "image-pipeline"                          = "hmpps_windows_server_2019"
            "image-recipe"                            = "hmpps_windows_server_2019/0.0.2"
            "infrastructure-configuration"            = "hmpps_windows_server_2019/0.0.2"
            "is-production"                           = "true"
            "os-version"                              = "windows server 2019"
            "owner"                                   = "DSO: [email protected]"
            "release-or-patch"                        = "release"
            "source-code"                             = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/nomis"
        }
      ~ tags_all                         = {
          ~ "ec2launch-v2-windows-version"            = "1.0.0" -> "2.0.0"
            # (12 unchanged elements hidden)
        }
        # (12 unchanged attributes hidden)

        # (2 unchanged blocks hidden)
    }

  # module.imagebuilder.aws_imagebuilder_image_recipe.this will be updated in-place
  ~ resource "aws_imagebuilder_image_recipe" "this" {
        id           = "arn:aws:imagebuilder:eu-west-2:REDACTED:image-recipe/hmpps-windows-server-2019/0.0.2"
        name         = "hmpps_windows_server_2019"
      ~ tags         = {
            "amazon-cloudwatch-agent-windows-version" = "1.0.0"
            "application"                             = "NOMIS"
            "branch"                                  = "main"
            "business-unit"                           = "HMPPS"
          ~ "ec2launch-v2-windows-version"            = "1.0.0" -> "2.0.0"
            "image-pipeline"                          = "hmpps_windows_server_2019"
            "image-recipe"                            = "hmpps_windows_server_2019/0.0.2"
            "infrastructure-configuration"            = "hmpps_windows_server_2019/0.0.2"
            "is-production"                           = "true"
            "os-version"                              = "windows server 2019"
            "owner"                                   = "DSO: [email protected]"
            "release-or-patch"                        = "release"
            "source-code"                             = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/nomis"
        }
      ~ tags_all     = {
          ~ "ec2launch-v2-windows-version"            = "1.0.0" -> "2.0.0"
            # (12 unchanged elements hidden)
        }
        # (7 unchanged attributes hidden)

        # (7 unchanged blocks hidden)
    }

  # module.imagebuilder.aws_imagebuilder_infrastructure_configuration.this will be updated in-place
  ~ resource "aws_imagebuilder_infrastructure_configuration" "this" {
        id                            = "arn:aws:imagebuilder:eu-west-2:REDACTED:infrastructure-configuration/hmpps-windows-server-2019-0-0-2"
        name                          = "hmpps_windows_server_2019_0_0_2"
      ~ resource_tags                 = {
          ~ "ec2launch-v2-windows-version"            = "1.0.0" -> "2.0.0"
            # (12 unchanged elements hidden)
        }
      ~ tags                          = {
            "amazon-cloudwatch-agent-windows-version" = "1.0.0"
            "application"                             = "NOMIS"
            "branch"                                  = "main"
            "business-unit"                           = "HMPPS"
          ~ "ec2launch-v2-windows-version"            = "1.0.0" -> "2.0.0"
            "image-pipeline"                          = "hmpps_windows_server_2019"
            "image-recipe"                            = "hmpps_windows_server_2019/0.0.2"
            "infrastructure-configuration"            = "hmpps_windows_server_2019/0.0.2"
            "is-production"                           = "true"
            "os-version"                              = "windows server 2019"
            "owner"                                   = "DSO: [email protected]"
            "release-or-patch"                        = "release"
            "source-code"                             = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/nomis"
        }
      ~ tags_all                      = {
          ~ "ec2launch-v2-windows-version"            = "1.0.0" -> "2.0.0"
            # (12 unchanged elements hidden)
        }
        # (8 unchanged attributes hidden)

        # (1 unchanged block hidden)
    }

Plan: 0 to add, 4 to change, 0 to destroy.

Copy link
Contributor

teams/delius-iaps/iaps_server terragrunt plan on push event #391

module.imagebuilder.data.terraform_remote_state.core_shared_services_production: Reading...
module.imagebuilder.data.terraform_remote_state.imagebuilder_mp: Reading...
module.imagebuilder.data.aws_secretsmanager_secret.environment_management: Reading...
module.imagebuilder.data.terraform_remote_state.imagebuilder_mp: Read complete after 2s
module.imagebuilder.data.aws_secretsmanager_secret.environment_management: Read complete after 1s [id=<REDACTED>]
module.imagebuilder.data.aws_secretsmanager_secret_version.environment_management: Reading...
module.imagebuilder.data.aws_secretsmanager_secret_version.environment_management: Read complete after 0s [id=<REDACTED>]
module.imagebuilder.data.terraform_remote_state.core_shared_services_production: Read complete after 3s
module.imagebuilder.data.aws_caller_identity.current: Reading...
module.imagebuilder.data.aws_imagebuilder_component.this["ec2launch-v2-windows"]: Reading...
module.imagebuilder.data.aws_imagebuilder_component.this["amazon-cloudwatch-agent-windows"]: Reading...
module.imagebuilder.data.aws_caller_identity.current: Read complete after 0s [id=<REDACTED>]
module.imagebuilder.data.aws_kms_key.hmpps_ebs_encryption_cmk: Reading...
module.imagebuilder.data.aws_kms_key.hmpps_ebs_encryption_cmk: Read complete after 1s [id=<REDACTED>]
module.imagebuilder.data.aws_imagebuilder_component.this["ec2launch-v2-windows"]: Read complete after 1s [id=<REDACTED>]
module.imagebuilder.data.aws_imagebuilder_component.this["amazon-cloudwatch-agent-windows"]: Read complete after 1s [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_infrastructure_configuration.this: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_distribution_configuration.this: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_configure_odbcdns.yml"]: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_set_system_locale.yml"]: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_install_base_packages.yml"]: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_install_im_interface.yml"]: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_install_oracle_db_client_tools.yml"]: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_component.this["add_net_framework_features.yml"]: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_install_ndelius_interface.yml"]: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_install_oracle_sql_developer.yml"]: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_configure_cloudwatch_agent.yml"]: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_image_recipe.this: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_image_pipeline.this: Refreshing state... [id=<REDACTED>]

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  ~ update in-place

Terraform will perform the following actions:

  # module.imagebuilder.aws_imagebuilder_component.this["add_net_framework_features.yml"] will be updated in-place
  ~ resource "aws_imagebuilder_component" "this" {
        id                    = "arn:aws:imagebuilder:eu-west-2:REDACTED:component/add-net-framework-features/0.2.0/1"
        name                  = "add_net_framework_features"
      ~ tags                  = {
            "add_net_framework_features-version"                 = "0.2.0"
            "amazon-cloudwatch-agent-windows-version"            = "1.0.0"
            "application"                                        = "DELIUS-IAPS"
            "branch"                                             = "main"
            "business-unit"                                      = "HMPPS"
            "delius_iaps_configure_cloudwatch_agent-version"     = "0.1.1"
            "delius_iaps_configure_odbc_dsn-version"             = "0.1.0"
            "delius_iaps_install_base_packages-version"          = "0.1.10"
            "delius_iaps_install_im_interface-version"           = "0.1.1"
            "delius_iaps_install_ndelius_interface-version"      = "0.1.4"
            "delius_iaps_install_oracle_db_client_tools-version" = "0.1.1"
            "delius_iaps_install_oracle_sql_developer-version"   = "0.1.5"
            "delius_iaps_set_system_locale-version"              = "0.1.1"
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            "image-pipeline"                                     = "delius_iaps_server"
            "image-recipe"                                       = "delius_iaps_server/0.0.33"
            "infrastructure-configuration"                       = "delius_iaps_server/0.0.33"
            "is-production"                                      = "true"
            "os-version"                                         = "windows server 2022"
            "owner"                                              = "Probation Webops: [email protected]"
            "release-or-patch"                                   = "patch"
            "source-code"                                        = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/delius-iaps"
        }
      ~ tags_all              = {
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            # (21 unchanged elements hidden)
        }
        # (12 unchanged attributes hidden)
    }

  # module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_configure_cloudwatch_agent.yml"] will be updated in-place
  ~ resource "aws_imagebuilder_component" "this" {
        id                    = "arn:aws:imagebuilder:eu-west-2:REDACTED:component/delius-iaps-configure-cloudwatch-agent/0.1.1/1"
        name                  = "delius_iaps_configure_cloudwatch_agent"
      ~ tags                  = {
            "add_net_framework_features-version"                 = "0.2.0"
            "amazon-cloudwatch-agent-windows-version"            = "1.0.0"
            "application"                                        = "DELIUS-IAPS"
            "branch"                                             = "main"
            "business-unit"                                      = "HMPPS"
            "delius_iaps_configure_cloudwatch_agent-version"     = "0.1.1"
            "delius_iaps_configure_odbc_dsn-version"             = "0.1.0"
            "delius_iaps_install_base_packages-version"          = "0.1.10"
            "delius_iaps_install_im_interface-version"           = "0.1.1"
            "delius_iaps_install_ndelius_interface-version"      = "0.1.4"
            "delius_iaps_install_oracle_db_client_tools-version" = "0.1.1"
            "delius_iaps_install_oracle_sql_developer-version"   = "0.1.5"
            "delius_iaps_set_system_locale-version"              = "0.1.1"
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            "image-pipeline"                                     = "delius_iaps_server"
            "image-recipe"                                       = "delius_iaps_server/0.0.33"
            "infrastructure-configuration"                       = "delius_iaps_server/0.0.33"
            "is-production"                                      = "true"
            "os-version"                                         = "windows server 2022"
            "owner"                                              = "Probation Webops: [email protected]"
            "release-or-patch"                                   = "patch"
            "source-code"                                        = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/delius-iaps"
        }
      ~ tags_all              = {
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            # (21 unchanged elements hidden)
        }
        # (12 unchanged attributes hidden)
    }

  # module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_configure_odbcdns.yml"] will be updated in-place
  ~ resource "aws_imagebuilder_component" "this" {
        id                    = "arn:aws:imagebuilder:eu-west-2:REDACTED:component/delius-iaps-configure-odbc-dsn/0.1.0/1"
        name                  = "delius_iaps_configure_odbc_dsn"
      ~ tags                  = {
            "add_net_framework_features-version"                 = "0.2.0"
            "amazon-cloudwatch-agent-windows-version"            = "1.0.0"
            "application"                                        = "DELIUS-IAPS"
            "branch"                                             = "main"
            "business-unit"                                      = "HMPPS"
            "delius_iaps_configure_cloudwatch_agent-version"     = "0.1.1"
            "delius_iaps_configure_odbc_dsn-version"             = "0.1.0"
            "delius_iaps_install_base_packages-version"          = "0.1.10"
            "delius_iaps_install_im_interface-version"           = "0.1.1"
            "delius_iaps_install_ndelius_interface-version"      = "0.1.4"
            "delius_iaps_install_oracle_db_client_tools-version" = "0.1.1"
            "delius_iaps_install_oracle_sql_developer-version"   = "0.1.5"
            "delius_iaps_set_system_locale-version"              = "0.1.1"
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            "image-pipeline"                                     = "delius_iaps_server"
            "image-recipe"                                       = "delius_iaps_server/0.0.33"
            "infrastructure-configuration"                       = "delius_iaps_server/0.0.33"
            "is-production"                                      = "true"
            "os-version"                                         = "windows server 2022"
            "owner"                                              = "Probation Webops: [email protected]"
            "release-or-patch"                                   = "patch"
            "source-code"                                        = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/delius-iaps"
        }
      ~ tags_all              = {
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            # (21 unchanged elements hidden)
        }
        # (12 unchanged attributes hidden)
    }

  # module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_install_base_packages.yml"] will be updated in-place
  ~ resource "aws_imagebuilder_component" "this" {
        id                    = "arn:aws:imagebuilder:eu-west-2:REDACTED:component/delius-iaps-install-base-packages/0.1.10/1"
        name                  = "delius_iaps_install_base_packages"
      ~ tags                  = {
            "add_net_framework_features-version"                 = "0.2.0"
            "amazon-cloudwatch-agent-windows-version"            = "1.0.0"
            "application"                                        = "DELIUS-IAPS"
            "branch"                                             = "main"
            "business-unit"                                      = "HMPPS"
            "delius_iaps_configure_cloudwatch_agent-version"     = "0.1.1"
            "delius_iaps_configure_odbc_dsn-version"             = "0.1.0"
            "delius_iaps_install_base_packages-version"          = "0.1.10"
            "delius_iaps_install_im_interface-version"           = "0.1.1"
            "delius_iaps_install_ndelius_interface-version"      = "0.1.4"
            "delius_iaps_install_oracle_db_client_tools-version" = "0.1.1"
            "delius_iaps_install_oracle_sql_developer-version"   = "0.1.5"
            "delius_iaps_set_system_locale-version"              = "0.1.1"
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            "image-pipeline"                                     = "delius_iaps_server"
            "image-recipe"                                       = "delius_iaps_server/0.0.33"
            "infrastructure-configuration"                       = "delius_iaps_server/0.0.33"
            "is-production"                                      = "true"
            "os-version"                                         = "windows server 2022"
            "owner"                                              = "Probation Webops: [email protected]"
            "release-or-patch"                                   = "patch"
            "source-code"                                        = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/delius-iaps"
        }
      ~ tags_all              = {
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            # (21 unchanged elements hidden)
        }
        # (12 unchanged attributes hidden)
    }

  # module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_install_im_interface.yml"] will be updated in-place
  ~ resource "aws_imagebuilder_component" "this" {
        id                    = "arn:aws:imagebuilder:eu-west-2:REDACTED:component/delius-iaps-install-im-interface/0.1.1/1"
        name                  = "delius_iaps_install_im_interface"
      ~ tags                  = {
            "add_net_framework_features-version"                 = "0.2.0"
            "amazon-cloudwatch-agent-windows-version"            = "1.0.0"
            "application"                                        = "DELIUS-IAPS"
            "branch"                                             = "main"
            "business-unit"                                      = "HMPPS"
            "delius_iaps_configure_cloudwatch_agent-version"     = "0.1.1"
            "delius_iaps_configure_odbc_dsn-version"             = "0.1.0"
            "delius_iaps_install_base_packages-version"          = "0.1.10"
            "delius_iaps_install_im_interface-version"           = "0.1.1"
            "delius_iaps_install_ndelius_interface-version"      = "0.1.4"
            "delius_iaps_install_oracle_db_client_tools-version" = "0.1.1"
            "delius_iaps_install_oracle_sql_developer-version"   = "0.1.5"
            "delius_iaps_set_system_locale-version"              = "0.1.1"
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            "image-pipeline"                                     = "delius_iaps_server"
            "image-recipe"                                       = "delius_iaps_server/0.0.33"
            "infrastructure-configuration"                       = "delius_iaps_server/0.0.33"
            "is-production"                                      = "true"
            "os-version"                                         = "windows server 2022"
            "owner"                                              = "Probation Webops: [email protected]"
            "release-or-patch"                                   = "patch"
            "source-code"                                        = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/delius-iaps"
        }
      ~ tags_all              = {
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            # (21 unchanged elements hidden)
        }
        # (12 unchanged attributes hidden)
    }

  # module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_install_ndelius_interface.yml"] will be updated in-place
  ~ resource "aws_imagebuilder_component" "this" {
        id                    = "arn:aws:imagebuilder:eu-west-2:REDACTED:component/delius-iaps-install-ndelius-interface/0.1.4/1"
        name                  = "delius_iaps_install_ndelius_interface"
      ~ tags                  = {
            "add_net_framework_features-version"                 = "0.2.0"
            "amazon-cloudwatch-agent-windows-version"            = "1.0.0"
            "application"                                        = "DELIUS-IAPS"
            "branch"                                             = "main"
            "business-unit"                                      = "HMPPS"
            "delius_iaps_configure_cloudwatch_agent-version"     = "0.1.1"
            "delius_iaps_configure_odbc_dsn-version"             = "0.1.0"
            "delius_iaps_install_base_packages-version"          = "0.1.10"
            "delius_iaps_install_im_interface-version"           = "0.1.1"
            "delius_iaps_install_ndelius_interface-version"      = "0.1.4"
            "delius_iaps_install_oracle_db_client_tools-version" = "0.1.1"
            "delius_iaps_install_oracle_sql_developer-version"   = "0.1.5"
            "delius_iaps_set_system_locale-version"              = "0.1.1"
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            "image-pipeline"                                     = "delius_iaps_server"
            "image-recipe"                                       = "delius_iaps_server/0.0.33"
            "infrastructure-configuration"                       = "delius_iaps_server/0.0.33"
            "is-production"                                      = "true"
            "os-version"                                         = "windows server 2022"
            "owner"                                              = "Probation Webops: [email protected]"
            "release-or-patch"                                   = "patch"
            "source-code"                                        = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/delius-iaps"
        }
      ~ tags_all              = {
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            # (21 unchanged elements hidden)
        }
        # (12 unchanged attributes hidden)
    }

  # module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_install_oracle_db_client_tools.yml"] will be updated in-place
  ~ resource "aws_imagebuilder_component" "this" {
        id                    = "arn:aws:imagebuilder:eu-west-2:REDACTED:component/delius-iaps-install-oracle-db-client-tools/0.1.1/1"
        name                  = "delius_iaps_install_oracle_db_client_tools"
      ~ tags                  = {
            "add_net_framework_features-version"                 = "0.2.0"
            "amazon-cloudwatch-agent-windows-version"            = "1.0.0"
            "application"                                        = "DELIUS-IAPS"
            "branch"                                             = "main"
            "business-unit"                                      = "HMPPS"
            "delius_iaps_configure_cloudwatch_agent-version"     = "0.1.1"
            "delius_iaps_configure_odbc_dsn-version"             = "0.1.0"
            "delius_iaps_install_base_packages-version"          = "0.1.10"
            "delius_iaps_install_im_interface-version"           = "0.1.1"
            "delius_iaps_install_ndelius_interface-version"      = "0.1.4"
            "delius_iaps_install_oracle_db_client_tools-version" = "0.1.1"
            "delius_iaps_install_oracle_sql_developer-version"   = "0.1.5"
            "delius_iaps_set_system_locale-version"              = "0.1.1"
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            "image-pipeline"                                     = "delius_iaps_server"
            "image-recipe"                                       = "delius_iaps_server/0.0.33"
            "infrastructure-configuration"                       = "delius_iaps_server/0.0.33"
            "is-production"                                      = "true"
            "os-version"                                         = "windows server 2022"
            "owner"                                              = "Probation Webops: [email protected]"
            "release-or-patch"                                   = "patch"
            "source-code"                                        = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/delius-iaps"
        }
      ~ tags_all              = {
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            # (21 unchanged elements hidden)
        }
        # (12 unchanged attributes hidden)
    }

  # module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_install_oracle_sql_developer.yml"] will be updated in-place
  ~ resource "aws_imagebuilder_component" "this" {
        id                    = "arn:aws:imagebuilder:eu-west-2:REDACTED:component/delius-iaps-install-oracle-sql-developer/0.1.5/1"
        name                  = "delius_iaps_install_oracle_sql_developer"
      ~ tags                  = {
            "add_net_framework_features-version"                 = "0.2.0"
            "amazon-cloudwatch-agent-windows-version"            = "1.0.0"
            "application"                                        = "DELIUS-IAPS"
            "branch"                                             = "main"
            "business-unit"                                      = "HMPPS"
            "delius_iaps_configure_cloudwatch_agent-version"     = "0.1.1"
            "delius_iaps_configure_odbc_dsn-version"             = "0.1.0"
            "delius_iaps_install_base_packages-version"          = "0.1.10"
            "delius_iaps_install_im_interface-version"           = "0.1.1"
            "delius_iaps_install_ndelius_interface-version"      = "0.1.4"
            "delius_iaps_install_oracle_db_client_tools-version" = "0.1.1"
            "delius_iaps_install_oracle_sql_developer-version"   = "0.1.5"
            "delius_iaps_set_system_locale-version"              = "0.1.1"
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            "image-pipeline"                                     = "delius_iaps_server"
            "image-recipe"                                       = "delius_iaps_server/0.0.33"
            "infrastructure-configuration"                       = "delius_iaps_server/0.0.33"
            "is-production"                                      = "true"
            "os-version"                                         = "windows server 2022"
            "owner"                                              = "Probation Webops: [email protected]"
            "release-or-patch"                                   = "patch"
            "source-code"                                        = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/delius-iaps"
        }
      ~ tags_all              = {
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            # (21 unchanged elements hidden)
        }
        # (12 unchanged attributes hidden)
    }

  # module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_set_system_locale.yml"] will be updated in-place
  ~ resource "aws_imagebuilder_component" "this" {
        id                    = "arn:aws:imagebuilder:eu-west-2:REDACTED:component/delius-iaps-set-system-locale/0.1.1/1"
        name                  = "delius_iaps_set_system_locale"
      ~ tags                  = {
            "add_net_framework_features-version"                 = "0.2.0"
            "amazon-cloudwatch-agent-windows-version"            = "1.0.0"
            "application"                                        = "DELIUS-IAPS"
            "branch"                                             = "main"
            "business-unit"                                      = "HMPPS"
            "delius_iaps_configure_cloudwatch_agent-version"     = "0.1.1"
            "delius_iaps_configure_odbc_dsn-version"             = "0.1.0"
            "delius_iaps_install_base_packages-version"          = "0.1.10"
            "delius_iaps_install_im_interface-version"           = "0.1.1"
            "delius_iaps_install_ndelius_interface-version"      = "0.1.4"
            "delius_iaps_install_oracle_db_client_tools-version" = "0.1.1"
            "delius_iaps_install_oracle_sql_developer-version"   = "0.1.5"
            "delius_iaps_set_system_locale-version"              = "0.1.1"
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            "image-pipeline"                                     = "delius_iaps_server"
            "image-recipe"                                       = "delius_iaps_server/0.0.33"
            "infrastructure-configuration"                       = "delius_iaps_server/0.0.33"
            "is-production"                                      = "true"
            "os-version"                                         = "windows server 2022"
            "owner"                                              = "Probation Webops: [email protected]"
            "release-or-patch"                                   = "patch"
            "source-code"                                        = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/delius-iaps"
        }
      ~ tags_all              = {
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            # (21 unchanged elements hidden)
        }
        # (12 unchanged attributes hidden)
    }

  # module.imagebuilder.aws_imagebuilder_distribution_configuration.this will be updated in-place
  ~ resource "aws_imagebuilder_distribution_configuration" "this" {
        id           = "arn:aws:imagebuilder:eu-west-2:REDACTED:distribution-configuration/delius-iaps-server"
        name         = "delius_iaps_server"
      ~ tags         = {
            "add_net_framework_features-version"                 = "0.2.0"
            "amazon-cloudwatch-agent-windows-version"            = "1.0.0"
            "application"                                        = "DELIUS-IAPS"
            "branch"                                             = "main"
            "business-unit"                                      = "HMPPS"
            "delius_iaps_configure_cloudwatch_agent-version"     = "0.1.1"
            "delius_iaps_configure_odbc_dsn-version"             = "0.1.0"
            "delius_iaps_install_base_packages-version"          = "0.1.10"
            "delius_iaps_install_im_interface-version"           = "0.1.1"
            "delius_iaps_install_ndelius_interface-version"      = "0.1.4"
            "delius_iaps_install_oracle_db_client_tools-version" = "0.1.1"
            "delius_iaps_install_oracle_sql_developer-version"   = "0.1.5"
            "delius_iaps_set_system_locale-version"              = "0.1.1"
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            "image-pipeline"                                     = "delius_iaps_server"
            "image-recipe"                                       = "delius_iaps_server/0.0.33"
            "infrastructure-configuration"                       = "delius_iaps_server/0.0.33"
            "is-production"                                      = "true"
            "os-version"                                         = "windows server 2022"
            "owner"                                              = "Probation Webops: [email protected]"
            "release-or-patch"                                   = "patch"
            "source-code"                                        = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/delius-iaps"
        }
      ~ tags_all     = {
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            # (21 unchanged elements hidden)
        }
        # (4 unchanged attributes hidden)

      - distribution {
          # At least one attribute in this block is (or was) sensitive,
          # so its contents will not be displayed.
        }
      + distribution {
          # At least one attribute in this block is (or was) sensitive,
          # so its contents will not be displayed.
        }
    }

  # module.imagebuilder.aws_imagebuilder_image_pipeline.this will be updated in-place
  ~ resource "aws_imagebuilder_image_pipeline" "this" {
        id                               = "arn:aws:imagebuilder:eu-west-2:REDACTED:image-pipeline/delius-iaps-server"
        name                             = "delius_iaps_server"
      ~ tags                             = {
            "add_net_framework_features-version"                 = "0.2.0"
            "amazon-cloudwatch-agent-windows-version"            = "1.0.0"
            "application"                                        = "DELIUS-IAPS"
            "branch"                                             = "main"
            "business-unit"                                      = "HMPPS"
            "delius_iaps_configure_cloudwatch_agent-version"     = "0.1.1"
            "delius_iaps_configure_odbc_dsn-version"             = "0.1.0"
            "delius_iaps_install_base_packages-version"          = "0.1.10"
            "delius_iaps_install_im_interface-version"           = "0.1.1"
            "delius_iaps_install_ndelius_interface-version"      = "0.1.4"
            "delius_iaps_install_oracle_db_client_tools-version" = "0.1.1"
            "delius_iaps_install_oracle_sql_developer-version"   = "0.1.5"
            "delius_iaps_set_system_locale-version"              = "0.1.1"
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            "image-pipeline"                                     = "delius_iaps_server"
            "image-recipe"                                       = "delius_iaps_server/0.0.33"
            "infrastructure-configuration"                       = "delius_iaps_server/0.0.33"
            "is-production"                                      = "true"
            "os-version"                                         = "windows server 2022"
            "owner"                                              = "Probation Webops: [email protected]"
            "release-or-patch"                                   = "patch"
            "source-code"                                        = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/delius-iaps"
        }
      ~ tags_all                         = {
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            # (21 unchanged elements hidden)
        }
        # (12 unchanged attributes hidden)

        # (2 unchanged blocks hidden)
    }

  # module.imagebuilder.aws_imagebuilder_image_recipe.this will be updated in-place
  ~ resource "aws_imagebuilder_image_recipe" "this" {
        id           = "arn:aws:imagebuilder:eu-west-2:REDACTED:image-recipe/delius-iaps-server/0.0.33"
        name         = "delius_iaps_server"
      ~ tags         = {
            "add_net_framework_features-version"                 = "0.2.0"
            "amazon-cloudwatch-agent-windows-version"            = "1.0.0"
            "application"                                        = "DELIUS-IAPS"
            "branch"                                             = "main"
            "business-unit"                                      = "HMPPS"
            "delius_iaps_configure_cloudwatch_agent-version"     = "0.1.1"
            "delius_iaps_configure_odbc_dsn-version"             = "0.1.0"
            "delius_iaps_install_base_packages-version"          = "0.1.10"
            "delius_iaps_install_im_interface-version"           = "0.1.1"
            "delius_iaps_install_ndelius_interface-version"      = "0.1.4"
            "delius_iaps_install_oracle_db_client_tools-version" = "0.1.1"
            "delius_iaps_install_oracle_sql_developer-version"   = "0.1.5"
            "delius_iaps_set_system_locale-version"              = "0.1.1"
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            "image-pipeline"                                     = "delius_iaps_server"
            "image-recipe"                                       = "delius_iaps_server/0.0.33"
            "infrastructure-configuration"                       = "delius_iaps_server/0.0.33"
            "is-production"                                      = "true"
            "os-version"                                         = "windows server 2022"
            "owner"                                              = "Probation Webops: [email protected]"
            "release-or-patch"                                   = "patch"
            "source-code"                                        = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/delius-iaps"
        }
      ~ tags_all     = {
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            # (21 unchanged elements hidden)
        }
        # (7 unchanged attributes hidden)

        # (13 unchanged blocks hidden)
    }

  # module.imagebuilder.aws_imagebuilder_infrastructure_configuration.this will be updated in-place
  ~ resource "aws_imagebuilder_infrastructure_configuration" "this" {
        id                            = "arn:aws:imagebuilder:eu-west-2:REDACTED:infrastructure-configuration/delius-iaps-server-0-0-33"
        name                          = "delius_iaps_server_0_0_33"
      ~ resource_tags                 = {
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            # (21 unchanged elements hidden)
        }
      ~ tags                          = {
            "add_net_framework_features-version"                 = "0.2.0"
            "amazon-cloudwatch-agent-windows-version"            = "1.0.0"
            "application"                                        = "DELIUS-IAPS"
            "branch"                                             = "main"
            "business-unit"                                      = "HMPPS"
            "delius_iaps_configure_cloudwatch_agent-version"     = "0.1.1"
            "delius_iaps_configure_odbc_dsn-version"             = "0.1.0"
            "delius_iaps_install_base_packages-version"          = "0.1.10"
            "delius_iaps_install_im_interface-version"           = "0.1.1"
            "delius_iaps_install_ndelius_interface-version"      = "0.1.4"
            "delius_iaps_install_oracle_db_client_tools-version" = "0.1.1"
            "delius_iaps_install_oracle_sql_developer-version"   = "0.1.5"
            "delius_iaps_set_system_locale-version"              = "0.1.1"
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            "image-pipeline"                                     = "delius_iaps_server"
            "image-recipe"                                       = "delius_iaps_server/0.0.33"
            "infrastructure-configuration"                       = "delius_iaps_server/0.0.33"
            "is-production"                                      = "true"
            "os-version"                                         = "windows server 2022"
            "owner"                                              = "Probation Webops: [email protected]"
            "release-or-patch"                                   = "patch"
            "source-code"                                        = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/delius-iaps"
        }
      ~ tags_all                      = {
          ~ "ec2launch-v2-windows-version"                       = "1.0.0" -> "2.0.0"
            # (21 unchanged elements hidden)
        }
        # (8 unchanged attributes hidden)

        # (1 unchanged block hidden)
    }

Plan: 0 to add, 13 to change, 0 to destroy.

Copy link
Contributor

teams/hmpps/windows_server_2022 terragrunt plan on push event #229

module.imagebuilder.data.terraform_remote_state.imagebuilder_mp: Reading...
module.imagebuilder.data.terraform_remote_state.core_shared_services_production: Reading...
module.imagebuilder.data.aws_secretsmanager_secret.environment_management: Reading...
module.imagebuilder.data.terraform_remote_state.imagebuilder_mp: Read complete after 1s
module.imagebuilder.data.aws_secretsmanager_secret.environment_management: Read complete after 1s [id=<REDACTED>]
module.imagebuilder.data.aws_secretsmanager_secret_version.environment_management: Reading...
module.imagebuilder.data.aws_secretsmanager_secret_version.environment_management: Read complete after 0s [id=<REDACTED>]
module.imagebuilder.data.terraform_remote_state.core_shared_services_production: Read complete after 2s
module.imagebuilder.data.aws_caller_identity.current: Reading...
module.imagebuilder.data.aws_imagebuilder_component.this["amazon-cloudwatch-agent-windows"]: Reading...
module.imagebuilder.data.aws_imagebuilder_component.this["ec2launch-v2-windows"]: Reading...
module.imagebuilder.data.aws_caller_identity.current: Read complete after 0s [id=<REDACTED>]
module.imagebuilder.data.aws_kms_key.hmpps_ebs_encryption_cmk: Reading...
module.imagebuilder.data.aws_kms_key.hmpps_ebs_encryption_cmk: Read complete after 0s [id=<REDACTED>]
module.imagebuilder.data.aws_imagebuilder_component.this["ec2launch-v2-windows"]: Read complete after 1s [id=<REDACTED>]
module.imagebuilder.data.aws_imagebuilder_component.this["amazon-cloudwatch-agent-windows"]: Read complete after 2s [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_infrastructure_configuration.this: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_image_recipe.this: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_distribution_configuration.this: Refreshing state... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_image_pipeline.this: Refreshing state... [id=<REDACTED>]

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  ~ update in-place

Terraform will perform the following actions:

  # module.imagebuilder.aws_imagebuilder_distribution_configuration.this will be updated in-place
  ~ resource "aws_imagebuilder_distribution_configuration" "this" {
        id           = "arn:aws:imagebuilder:eu-west-2:REDACTED:distribution-configuration/hmpps-windows-server-2022"
        name         = "hmpps_windows_server_2022"
      ~ tags         = {
            "amazon-cloudwatch-agent-windows-version" = "1.0.0"
            "application"                             = "NOMIS"
            "branch"                                  = "main"
            "business-unit"                           = "HMPPS"
          ~ "ec2launch-v2-windows-version"            = "1.0.0" -> "2.0.0"
            "image-pipeline"                          = "hmpps_windows_server_2022"
            "image-recipe"                            = "hmpps_windows_server_2022/0.2.1"
            "infrastructure-configuration"            = "hmpps_windows_server_2022/0.2.1"
            "is-production"                           = "true"
            "os-version"                              = "windows server 2022"
            "owner"                                   = "DSO: [email protected]"
            "release-or-patch"                        = "release"
            "source-code"                             = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/nomis"
        }
      ~ tags_all     = {
          ~ "ec2launch-v2-windows-version"            = "1.0.0" -> "2.0.0"
            # (12 unchanged elements hidden)
        }
        # (4 unchanged attributes hidden)

      - distribution {
          # At least one attribute in this block is (or was) sensitive,
          # so its contents will not be displayed.
        }
      + distribution {
          # At least one attribute in this block is (or was) sensitive,
          # so its contents will not be displayed.
        }
    }

  # module.imagebuilder.aws_imagebuilder_image_pipeline.this will be updated in-place
  ~ resource "aws_imagebuilder_image_pipeline" "this" {
        id                               = "arn:aws:imagebuilder:eu-west-2:REDACTED:image-pipeline/hmpps-windows-server-2022"
        name                             = "hmpps_windows_server_2022"
      ~ tags                             = {
            "amazon-cloudwatch-agent-windows-version" = "1.0.0"
            "application"                             = "NOMIS"
            "branch"                                  = "main"
            "business-unit"                           = "HMPPS"
          ~ "ec2launch-v2-windows-version"            = "1.0.0" -> "2.0.0"
            "image-pipeline"                          = "hmpps_windows_server_2022"
            "image-recipe"                            = "hmpps_windows_server_2022/0.2.1"
            "infrastructure-configuration"            = "hmpps_windows_server_2022/0.2.1"
            "is-production"                           = "true"
            "os-version"                              = "windows server 2022"
            "owner"                                   = "DSO: [email protected]"
            "release-or-patch"                        = "release"
            "source-code"                             = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/nomis"
        }
      ~ tags_all                         = {
          ~ "ec2launch-v2-windows-version"            = "1.0.0" -> "2.0.0"
            # (12 unchanged elements hidden)
        }
        # (12 unchanged attributes hidden)

        # (2 unchanged blocks hidden)
    }

  # module.imagebuilder.aws_imagebuilder_image_recipe.this will be updated in-place
  ~ resource "aws_imagebuilder_image_recipe" "this" {
        id           = "arn:aws:imagebuilder:eu-west-2:REDACTED:image-recipe/hmpps-windows-server-2022/0.2.1"
        name         = "hmpps_windows_server_2022"
      ~ tags         = {
            "amazon-cloudwatch-agent-windows-version" = "1.0.0"
            "application"                             = "NOMIS"
            "branch"                                  = "main"
            "business-unit"                           = "HMPPS"
          ~ "ec2launch-v2-windows-version"            = "1.0.0" -> "2.0.0"
            "image-pipeline"                          = "hmpps_windows_server_2022"
            "image-recipe"                            = "hmpps_windows_server_2022/0.2.1"
            "infrastructure-configuration"            = "hmpps_windows_server_2022/0.2.1"
            "is-production"                           = "true"
            "os-version"                              = "windows server 2022"
            "owner"                                   = "DSO: [email protected]"
            "release-or-patch"                        = "release"
            "source-code"                             = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/nomis"
        }
      ~ tags_all     = {
          ~ "ec2launch-v2-windows-version"            = "1.0.0" -> "2.0.0"
            # (12 unchanged elements hidden)
        }
        # (7 unchanged attributes hidden)

        # (7 unchanged blocks hidden)
    }

  # module.imagebuilder.aws_imagebuilder_infrastructure_configuration.this will be updated in-place
  ~ resource "aws_imagebuilder_infrastructure_configuration" "this" {
        id                            = "arn:aws:imagebuilder:eu-west-2:REDACTED:infrastructure-configuration/hmpps-windows-server-2022-0-2-1"
        name                          = "hmpps_windows_server_2022_0_2_1"
      ~ resource_tags                 = {
          ~ "ec2launch-v2-windows-version"            = "1.0.0" -> "2.0.0"
            # (12 unchanged elements hidden)
        }
      ~ tags                          = {
            "amazon-cloudwatch-agent-windows-version" = "1.0.0"
            "application"                             = "NOMIS"
            "branch"                                  = "main"
            "business-unit"                           = "HMPPS"
          ~ "ec2launch-v2-windows-version"            = "1.0.0" -> "2.0.0"
            "image-pipeline"                          = "hmpps_windows_server_2022"
            "image-recipe"                            = "hmpps_windows_server_2022/0.2.1"
            "infrastructure-configuration"            = "hmpps_windows_server_2022/0.2.1"
            "is-production"                           = "true"
            "os-version"                              = "windows server 2022"
            "owner"                                   = "DSO: [email protected]"
            "release-or-patch"                        = "release"
            "source-code"                             = "https://github.com/ministryofjustice/modernisation-platform-ami-builds/tree/main/teams/nomis"
        }
      ~ tags_all                      = {
          ~ "ec2launch-v2-windows-version"            = "1.0.0" -> "2.0.0"
            # (12 unchanged elements hidden)
        }
        # (8 unchanged attributes hidden)

        # (1 unchanged block hidden)
    }

Plan: 0 to add, 4 to change, 0 to destroy.

Copy link
Contributor

teams/delius-core/mis_windows_server terraform apply on push event #245

module.imagebuilder.aws_imagebuilder_component.this["add_net_framework_features.yml"]: Modifying... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_component.this["delius_mis_set_system_locale.yml"]: Modifying... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_infrastructure_configuration.this: Modifying... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_component.this["delius_mis_configure_cloudwatch_agent.yml"]: Modifying... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_distribution_configuration.this: Modifying... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_component.this["add_net_framework_features.yml"]: Modifications complete after 1s [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_component.this["delius_mis_set_system_locale.yml"]: Modifications complete after 1s [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_component.this["delius_mis_configure_cloudwatch_agent.yml"]: Modifications complete after 1s [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_image_recipe.this: Modifying... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_distribution_configuration.this: Modifications complete after 1s [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_infrastructure_configuration.this: Modifications complete after 1s [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_image_recipe.this: Modifications complete after 1s [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_image_pipeline.this: Modifying... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_image_pipeline.this: Modifications complete after 0s [id=<REDACTED>]

Apply complete! Resources: 0 added, 7 changed, 0 destroyed.

Copy link
Contributor

teams/delius-iaps/iaps_server terraform apply on push event #391

module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_set_system_locale.yml"]: Modifying... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_component.this["add_net_framework_features.yml"]: Modifying... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_install_ndelius_interface.yml"]: Modifying... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_install_oracle_db_client_tools.yml"]: Modifying... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_install_oracle_sql_developer.yml"]: Modifying... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_install_base_packages.yml"]: Modifying... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_infrastructure_configuration.this: Modifying... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_configure_odbcdns.yml"]: Modifying... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_install_im_interface.yml"]: Modifying... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_configure_cloudwatch_agent.yml"]: Modifying... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_set_system_locale.yml"]: Modifications complete after 0s [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_distribution_configuration.this: Modifying... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_install_ndelius_interface.yml"]: Modifications complete after 0s [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_install_base_packages.yml"]: Modifications complete after 0s [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_configure_odbcdns.yml"]: Modifications complete after 0s [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_configure_cloudwatch_agent.yml"]: Modifications complete after 1s [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_distribution_configuration.this: Modifications complete after 1s [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_component.this["add_net_framework_features.yml"]: Modifications complete after 1s [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_install_oracle_db_client_tools.yml"]: Modifications complete after 2s [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_install_im_interface.yml"]: Modifications complete after 2s [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_infrastructure_configuration.this: Modifications complete after 3s [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_component.this["delius_iaps_install_oracle_sql_developer.yml"]: Modifications complete after 3s [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_image_recipe.this: Modifying... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_image_recipe.this: Modifications complete after 1s [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_image_pipeline.this: Modifying... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_image_pipeline.this: Modifications complete after 0s [id=<REDACTED>]

Apply complete! Resources: 0 added, 13 changed, 0 destroyed.

Copy link
Contributor

teams/hmpps/windows_server_2022 terraform apply on push event #229

module.imagebuilder.aws_imagebuilder_infrastructure_configuration.this: Modifying... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_image_recipe.this: Modifying... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_distribution_configuration.this: Modifying... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_image_recipe.this: Modifications complete after 1s [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_infrastructure_configuration.this: Modifications complete after 1s [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_distribution_configuration.this: Modifications complete after 0s [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_image_pipeline.this: Modifying... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_image_pipeline.this: Modifications complete after 1s [id=<REDACTED>]

Apply complete! Resources: 0 added, 4 changed, 0 destroyed.

Copy link
Contributor

teams/hmpps/windows_server_2019 terraform apply on push event #229

module.imagebuilder.aws_imagebuilder_infrastructure_configuration.this: Modifying... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_image_recipe.this: Modifying... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_distribution_configuration.this: Modifying... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_image_recipe.this: Modifications complete after 0s [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_infrastructure_configuration.this: Modifications complete after 1s [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_distribution_configuration.this: Modifications complete after 1s [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_image_pipeline.this: Modifying... [id=<REDACTED>]
module.imagebuilder.aws_imagebuilder_image_pipeline.this: Modifications complete after 0s [id=<REDACTED>]

Apply complete! Resources: 0 added, 4 changed, 0 destroyed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants