{ "version": 4, "terraform_version": "1.7.0", "serial": 284, "lineage": "4f373bc5-258b-d544-3ce1-2d2e8369706b", "outputs": { "db_endpoint": { "value": "db-4.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-f53b2573c0ba9f9a3", "ami": "ami-53f5bfe5", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ce837815"], "subnet_id": "subnet-acbbd7af", "key_name": "prod-deploy-key" } } ] } ] }