{ "version": 4, "terraform_version": "1.5.8", "serial": 467, "lineage": "0a8f2008-4db7-a185-5811-eb1afeb6d022", "outputs": { "db_endpoint": { "value": "db-0.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-881c691a2f3467827", "ami": "ami-b35dde8f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-24995004"], "subnet_id": "subnet-dec52f5f", "key_name": "prod-deploy-key" } } ] } ] }