{ "version": 4, "terraform_version": "1.5.1", "serial": 262, "lineage": "c3926c02-8f03-8f62-0a0f-c3e13ee280f3", "outputs": { "db_endpoint": { "value": "db-2.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-e5d9f2a007d4999b6", "ami": "ami-af2f3872", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-16aed4de"], "subnet_id": "subnet-1dceb553", "key_name": "prod-deploy-key" } } ] } ] }