{ "version": 4, "terraform_version": "1.7.6", "serial": 445, "lineage": "fb49eed6-4bf3-320d-20f7-a1b156780c38", "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-cc302f4ffa3e0947d", "ami": "ami-049756bc", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-dc379748"], "subnet_id": "subnet-40a8d515", "key_name": "prod-deploy-key" } } ] } ] }