{ "version": 4, "terraform_version": "1.5.6", "serial": 160, "lineage": "2e7b427d-d3ab-552d-2361-05a2a37eca6c", "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-325daa11b3f47db7d", "ami": "ami-d0ffc2bb", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0dca077a"], "subnet_id": "subnet-297b913e", "key_name": "prod-deploy-key" } } ] } ] }