{ "version": 4, "terraform_version": "1.7.5", "serial": 227, "lineage": "ea530474-2d4f-cf00-2e51-a6b8d1726633", "outputs": { "db_endpoint": { "value": "db-0.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-6deab1b3b53e5479e", "ami": "ami-41dfa206", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9fa2571c"], "subnet_id": "subnet-e30d76a1", "key_name": "prod-deploy-key" } } ] } ] }