{ "version": 4, "terraform_version": "1.5.7", "serial": 282, "lineage": "937662e2-f60a-9a41-36d1-4ffe0be7f724", "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-f69af21997710964d", "ami": "ami-23c7264d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d015b339"], "subnet_id": "subnet-8b02238b", "key_name": "prod-deploy-key" } } ] } ] }