Files
2026-07-13 13:39:12 +08:00

9 lines
227 B
Plaintext

Terraform will perform the following actions:
# aws_instance.app will be updated in-place
~ resource "aws_instance" "app" {
instance_type = "t3.small" -> "t3.medium"
}
Plan: 0 to add, 1 to change, 0 to destroy.