{ "version": 4, "terraform_version": "1.8.3", "serial": 458, "lineage": "049676a8-3326-3a4f-8f1d-ac77fe42b4fb", "outputs": { "db_endpoint": { "value": "db-1.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-377c6d8aa74bcd725", "ami": "ami-35aad7ee", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-78880076"], "subnet_id": "subnet-4613a51b", "key_name": "prod-deploy-key" } } ] } ] }