{ "version": 4, "terraform_version": "1.8.6", "serial": 477, "lineage": "25c93fb5-7d59-16b7-a5c5-a996917a2140", "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-9ea241bd09c79b35e", "ami": "ami-b49a33f6", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c8d19ad4"], "subnet_id": "subnet-1d51e800", "key_name": "prod-deploy-key" } } ] } ] }