-
Notifications
You must be signed in to change notification settings - Fork 2
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
Lambda terraform #34
Merged
Merged
Lambda terraform #34
Conversation
This file contains 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
…olicies, and added IAM policy attachment resource
…olicies, and added IAM policy attachment resource
…y attachment resource
@Rithin-QB , can u please add the plan to the PR description. Also, please run |
@qburst-praven , I have added the plan in PR description as mentioned. Also, ran terraform fmt --recursive. |
qburst-praven
approved these changes
Sep 27, 2023
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.
Terraform Plan:
Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
Terraform will perform the following actions:
module.my_lambda.aws_iam_policy_attachment.lambda_policy_attachment[0] will be created
]
}
module.my_lambda.aws_iam_policy_attachment.lambda_policy_attachment[1] will be created
]
}
module.my_lambda.aws_iam_role.lambda_execution_role will be created
{
+ Statement = [
+ {
+ Action = "sts:AssumeRole"
+ Effect = "Allow"
+ Principal = {
+ Service = "lambda.amazonaws.com"
}
},
]
+ Version = "2012-10-17"
}
)
}
}
}
module.my_lambda.aws_lambda_function.lambda will be created
architectures = (known after apply)
arn = (known after apply)
description = "Delete default VPCs"
filename = "./lambda_zip/lambda1.zip"
function_name = "MyLambdaFunction"
handler = "lambda1.lambda_handler"
id = (known after apply)
invoke_arn = (known after apply)
last_modified = (known after apply)
memory_size = 256
package_type = "Zip"
publish = false
qualified_arn = (known after apply)
qualified_invoke_arn = (known after apply)
reserved_concurrent_executions = -1
role = (known after apply)
runtime = "python3.11"
signing_job_arn = (known after apply)
signing_profile_version_arn = (known after apply)
skip_destroy = false
source_code_hash = "k5L2ZfcvSqKOI9lU4b+DPLZ9IR06UquGK2lu9HE9LS4="
source_code_size = (known after apply)
tags = {
}
tags_all = {
}
timeout = 60
version = (known after apply)
environment {
}
}
}
Plan: 4 to add, 0 to change, 0 to destroy.