{ "version": 4, "terraform_version": "1.8.9", "serial": 153, "lineage": "bd33535f-6bed-bc6d-eba6-386f33975ef8", "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-b908ac82a8f5920ba", "ami": "ami-c42f8495", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-afe605a8"], "subnet_id": "subnet-65bcc73b", "key_name": "prod-deploy-key" } } ] } ] }