{ "version": 4, "terraform_version": "1.8.5", "serial": 234, "lineage": "6507bb5b-aace-2fe8-05bf-9de66a50ed8e", "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-a2156a3136bf4bb26", "ami": "ami-b4a4b6b8", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-19eda609"], "subnet_id": "subnet-5e7a3881", "key_name": "prod-deploy-key" } } ] } ] }