Conversation
[Terraform Plan Summary]
Plan OutputPlan failedPlan Error (if any) |
💰 Infracost reportMonthly estimate generatedThis comment will be updated when code changes. |
[Terraform Plan Summary]
Plan OutputPlan failedPlan Error (if any) |
[Terraform Plan Summary]
Plan OutputPlan failedPlan Error (if any) |
[Terraform Plan Summary]
Plan OutputPlan failedPlan Error (if any) |
[Terraform Plan Summary]
Plan OutputPlan failedPlan Error (if any) |
[Terraform Plan Summary]
Plan OutputNo changes. Your infrastructure matches the configuration.
Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.Plan Error (if any) |
[Terraform Plan Summary]
Plan OutputTerraform 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.lambda_alerting.aws_lambda_function.alerting_setup will be updated in-place
~ resource "aws_lambda_function" "alerting_setup" {
id = "opensearch-alerting-setup"
tags = {}
# (23 unchanged attributes hidden)
~ environment {
~ variables = {
~ "SLACK_WEBHOOK_URL" = (sensitive value)
# (1 unchanged element hidden)
}
}
# (3 unchanged blocks hidden)
}
# module.opensearch_domain.aws_opensearch_domain.this will be updated in-place
~ resource "aws_opensearch_domain" "this" {
~ access_policies = (sensitive value)
id = "arn:aws:es:ap-northeast-2:502676416967:domain/whs-domain"
tags = {}
# (10 unchanged attributes hidden)
# (10 unchanged blocks hidden)
}
# module.s3.aws_s3_bucket_policy.cloudtrail will be updated in-place
~ resource "aws_s3_bucket_policy" "cloudtrail" {
id = "whs-aws-logs"
~ policy = jsonencode(
~ {
~ Statement = [
# (2 unchanged elements hidden)
{
Action = "s3:PutObject"
Condition = {
StringEquals = {
"s3:x-amz-acl" = "bucket-owner-full-control"
}
}
Effect = "Allow"
Principal = {
Service = "cloudtrail.amazonaws.com"
}
Resource = "arn:aws:s3:::whs-aws-logs/AWSLogs/*"
Sid = "AllowCloudTrailWrite"
},
~ {
~ Principal = {
~ AWS = "arn:aws:iam::243359234795:root" -> "arn:aws:iam::502676416967:root"
}
~ Resource = "arn:aws:s3:::whs-aws-logs/AWSLogs/243359234795/*" -> "arn:aws:s3:::whs-aws-logs/AWSLogs/502676416967/*"
# (4 unchanged attributes hidden)
},
~ {
~ Principal = {
~ AWS = "arn:aws:iam::243359234795:root" -> "arn:aws:iam::502676416967:root"
}
# (4 unchanged attributes hidden)
},
]
# (1 unchanged attribute hidden)
}
)
# (1 unchanged attribute hidden)
}
Plan: 0 to add, 3 to change, 0 to destroy.Plan Error (if any) |
rnjsdbwlsqwer
approved these changes
Jul 27, 2025
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
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.
#️⃣ Related Issues
#54
📝 Work Summary
main 브랜치에서 terraform apply를 다시 돌리기 위해, management account와 operation account의 main.tf에 주석을 추가하였습니다.