{ "version": 4, "terraform_version": "1.8.2", "serial": 326, "lineage": "b9b445e8-8423-486d-966c-5cb0a31b5ea7", "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-1a810aeda2abfae50", "ami": "ami-af777bf9", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c93601aa"], "subnet_id": "subnet-aef68679", "key_name": "prod-deploy-key" } } ] } ] }