Skip to content

Conversation

@jayhill
Copy link
Contributor

@jayhill jayhill commented Sep 29, 2025

No description provided.

@jayhill jayhill force-pushed the 8-implementation branch 3 times, most recently from 1419bdf to 457c121 Compare September 30, 2025 12:42
@github-actions
Copy link

Terraform Dev Plan 📋

module.main.data.aws_ssm_parameter.jail_data_base_url: Reading...
module.main.data.aws_ssm_parameter.jail_data_base_url: Read complete after 1s [id=/jaildata/base-url]

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.main.aws_ssm_parameter.alert_email will be updated in-place
  ~ resource "aws_ssm_parameter" "alert_email" {
        id              = "/jaildata/alert-email"
      + insecure_value  = (known after apply)
        name            = "/jaildata/alert-email"
        tags            = {}
      ~ version         = 1 -> (known after apply)
        # (10 unchanged attributes hidden)
    }

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

─────────────────────────────────────────────────────────────────────────────

Note: You didn't use the -out option to save this plan, so Terraform can't
guarantee to take exactly these actions if you run "terraform apply" now.

@github-actions
Copy link

Terraform Dev Plan 📋

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

Terraform will perform the following actions:

  # module.main.aws_ssm_parameter.alert_email will be updated in-place
  ~ resource "aws_ssm_parameter" "alert_email" {
        id              = "/jaildata/alert-email"
      + insecure_value  = (known after apply)
        name            = "/jaildata/alert-email"
        tags            = {}
      ~ version         = 1 -> (known after apply)
        # (10 unchanged attributes hidden)
    }

  # module.main.aws_ssm_parameter.buncombe_api_id will be created
  + resource "aws_ssm_parameter" "buncombe_api_id" {
      + arn            = (known after apply)
      + data_type      = (known after apply)
      + description    = "API ID for Buncombe County jail data system (set manually after deployment)"
      + has_value_wo   = (known after apply)
      + id             = (known after apply)
      + insecure_value = (known after apply)
      + key_id         = (known after apply)
      + name           = "/jaildata/facilities/buncombe/api-id"
      + tags_all       = (known after apply)
      + tier           = (known after apply)
      + type           = "String"
      + value          = (sensitive value)
      + value_wo       = (write-only attribute)
      + version        = (known after apply)
    }

  # module.main.aws_ssm_parameter.jail_data_base_url will be created
  + resource "aws_ssm_parameter" "jail_data_base_url" {
      + arn            = (known after apply)
      + data_type      = (known after apply)
      + description    = "Base URL for external jail data API endpoints (set manually after deployment)"
      + has_value_wo   = (known after apply)
      + id             = (known after apply)
      + insecure_value = (known after apply)
      + key_id         = (known after apply)
      + name           = "/jaildata/base-url"
      + tags_all       = (known after apply)
      + tier           = (known after apply)
      + type           = "String"
      + value          = (sensitive value)
      + value_wo       = (write-only attribute)
      + version        = (known after apply)
    }

Plan: 2 to add, 1 to change, 0 to destroy.

─────────────────────────────────────────────────────────────────────────────

Note: You didn't use the -out option to save this plan, so Terraform can't
guarantee to take exactly these actions if you run "terraform apply" now.

@jayhill jayhill merged commit e9790b4 into main Sep 30, 2025
5 checks passed
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