Skip to content

Instantly share code, notes, and snippets.

@dinhanhhuy
Last active July 17, 2023 14:25
Show Gist options
  • Save dinhanhhuy/7b464880cd44530b5a605d4812c66446 to your computer and use it in GitHub Desktop.
Save dinhanhhuy/7b464880cd44530b5a605d4812c66446 to your computer and use it in GitHub Desktop.
$ terraform plan
...
# aws_instance.web will be updated in-place
~ resource "aws_instance" "web" {
id = "i-07caf923df8e31740"
~ tags = {
~ "Name" = "what-is-this" -> "The first ec2"
}
}
Plan: 0 to add, 1 to change, 0 to destroy.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment