Terraform v0.12.24
Configuring remote state backend...
Initializing Terraform configuration...
2020/03/25 17:12:54 [DEBUG] Using modified User-Agent: Terraform/0.12.24 TFC/d55ce1e9f0
Refreshing Terraform state in-memory prior to plan...
aws_cloudwatch_log_group.example_log_group: Refreshing state... [id=/aws/lambda/example]
----------------------------------------------------------
An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
+ create
~ update in-place
- remove
Terraform will perform the following actions:
# aws_lambda_function.example will be created
+ resource "aws_lambda_function" "example" {
+ arn = (known after apply)
+ description = "My lambda"
# aws_lambda_function.example_2 will be updated in-place
~ resource "aws_lambda_function" "example_2" {
~ memory_size = 1024 -> 512
# aws_lambda_function.example_3 will be removed
- resource "aws_lambda_function" "example_3"