{ "version": 4, "terraform_version": "1.7.5", "serial": 306, "lineage": "694c211e-fec8-827b-ddcb-f551777eefd4", "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-2e1750fd03035feec", "ami": "ami-8fb61861", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a770ce98"], "subnet_id": "subnet-087f31a2", "key_name": "prod-deploy-key" } } ] } ] }