Skip to content

Instantly share code, notes, and snippets.

@akloss-cibo
Created February 1, 2021 20:36
Show Gist options
  • Save akloss-cibo/6eaf77d79ea9d91837baa94fca74173d to your computer and use it in GitHub Desktop.
Save akloss-cibo/6eaf77d79ea9d91837baa94fca74173d to your computer and use it in GitHub Desktop.
% ../terraform apply
aws_lambda_function.function: Refreshing state... [id=test-lambda]
An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# aws_lambda_function.function will be updated in-place
~ resource "aws_lambda_function" "function" {
id = "test-lambda"
~ qualified_arn = "arn:aws:lambda:us-east-1:473168459077:function:test-lambda:4" -> (known after apply)
tags = {}
~ version = "4" -> (known after apply)
# (16 unchanged attributes hidden)
# (2 unchanged blocks hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.
Do you want to perform these actions?
Terraform will perform the actions described above.
Only 'yes' will be accepted to approve.
Enter a value: yes
aws_lambda_function.function: Modifying... [id=test-lambda]
aws_lambda_function.function: Modifications complete after 6s [id=test-lambda]
Apply complete! Resources: 0 added, 1 changed, 0 destroyed.
% ../terraform apply
aws_lambda_function.function: Refreshing state... [id=test-lambda]
An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# aws_lambda_function.function will be updated in-place
~ resource "aws_lambda_function" "function" {
id = "test-lambda"
~ qualified_arn = "arn:aws:lambda:us-east-1:473168459077:function:test-lambda:4" -> (known after apply)
tags = {}
~ version = "4" -> (known after apply)
# (16 unchanged attributes hidden)
# (2 unchanged blocks hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.
Do you want to perform these actions?
Terraform will perform the actions described above.
Only 'yes' will be accepted to approve.
Enter a value: yes
aws_lambda_function.function: Modifying... [id=test-lambda]
aws_lambda_function.function: Modifications complete after 7s [id=test-lambda]
Apply complete! Resources: 0 added, 1 changed, 0 destroyed.
%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment