{ "version": 4, "terraform_version": "1.8.9", "serial": 112, "lineage": "3751da8d-de0e-bcdb-439b-d3c98c823cf1", "outputs": { "db_endpoint": { "value": "db-0.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-cbab2075babf057c6", "ami": "ami-cb4d15c4", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-517687d3"], "subnet_id": "subnet-543e78f5", "key_name": "prod-deploy-key" } } ] } ] }