{ "version": 4, "terraform_version": "1.8.4", "serial": 346, "lineage": "a945dc7d-2d77-6f4a-434a-9e0616b16ac1", "outputs": { "db_endpoint": { "value": "db-3.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-aeb1e4c1a7a0f108d", "ami": "ami-a85a5953", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-be737607"], "subnet_id": "subnet-5fcb13ed", "key_name": "prod-deploy-key" } } ] } ] }