Easy
In the following excerpt from the execution plan:
~ resource "aws_instance" "web" {
id = "i-0b938cca79b516e8a"
~ instance_type = "t3.micro" -> "t3.small"
# (38 unchanged attributes hidden)
# (8 unchanged blocks hidden)
}
What does the ~
symbol mean in front of the aws_instance.web
resource?
Author: Julien WITTOUCKStatus: PublishedQuestion passed 2 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!
Similar QuestionsMore questions about Terraform
0
How to use variables defined in a file when creating an execution plan in Terraform?0
Which provider versions is Terraform allowed to install?0
What is the main role of the state in Terraform's architecture?0
What are the true statements about the "sensitive" option in Terraform outputs?0
What is the main advantage of Infrastructure as Code?