{ "version": 4, "terraform_version": "1.8.5", "serial": 255, "lineage": "774b198d-790c-b400-6a86-8cd74c4de1d6", "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-2394671e765fec250", "ami": "ami-3e82bb13", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2b644774"], "subnet_id": "subnet-75c6d599", "key_name": "prod-deploy-key" } } ] } ] }