{ "version": 4, "terraform_version": "1.7.8", "serial": 374, "lineage": "2a683326-7290-c3e1-d500-d0e392147e12", "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-78b75c2fc1d2883f3", "ami": "ami-296e53e6", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-48837e7a"], "subnet_id": "subnet-2bcd8ea9", "key_name": "prod-deploy-key" } } ] } ] }