-
Notifications
You must be signed in to change notification settings - Fork 0
Create Initial Implementation for Buncombe Data Collection #9
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1419bdf to
457c121
Compare
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. |
457c121 to
b1bf166
Compare
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.