{ "version": 4, "terraform_version": "1.7.2", "serial": 258, "lineage": "749a1ed2-feb9-6857-0579-978d97370c41", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-a529ca53d9882b14f", "ami": "ami-5958635f", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-db067d15"], "subnet_id": "subnet-063ac671", "key_name": "prod-deploy-key" } } ] } ] }