{ "version": 4, "terraform_version": "1.7.5", "serial": 234, "lineage": "2e3c6b7c-0656-dce9-69c6-531a4eef557b", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-2e8ad41abc8bca47f", "ami": "ami-afa9f898", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-88eb6ef9"], "subnet_id": "subnet-b5660d1c", "key_name": "prod-deploy-key" } } ] } ] }