{ "version": 4, "terraform_version": "1.8.2", "serial": 489, "lineage": "3798eb05-c456-e5f5-e4ba-44a8b030711e", "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-e3d81dceabba90c94", "ami": "ami-1d56f1a9", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3cf6189e"], "subnet_id": "subnet-2166e328", "key_name": "prod-deploy-key" } } ] } ] }