{ "version": 4, "terraform_version": "1.7.2", "serial": 190, "lineage": "2966a220-a0c6-8109-c95f-602d4e6a4de8", "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-b2884324715c667f1", "ami": "ami-fe63f917", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c587ffc4"], "subnet_id": "subnet-bbcd92e1", "key_name": "prod-deploy-key" } } ] } ] }