🌏 Terraform Plan Output
Terraform v1.7.0Plan: 5 to add, 2 to change, 1 to destroy
$ terraform plan -out=tfplan
# An execution plan has been generated:
+ aws_vpc.main
cidr_block: "10.0.0.0/16"
+ aws_subnet.public[0]
cidr_block: "10.0.1.0/24"
+ aws_subnet.public[1]
cidr_block: "10.0.2.0/24"
+ aws_instance.web
ami: "ami-0c55b159cbfafe1f0"
+ aws_db_instance.main
engine: "postgres" / instance_class: "db.t3.medium"
~ aws_security_group.sg
ingress: 1 added, 0 removed
~ aws_route53_record.api
ttl: "300" -> "60"
- aws_eip.old_nat
Plan: 5 to add, 2 to change, 1 to destroy.