{ "version": 4, "terraform_version": "1.8.5", "serial": 285, "lineage": "b7de7c4c-95d3-3c53-797e-a95a501cf794", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-48d7272d23312f3d2", "ami": "ami-3bc7c1eb", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c3d06b91"], "subnet_id": "subnet-4918d6bb", "key_name": "prod-deploy-key" } } ] } ] }