{ "version": 4, "terraform_version": "1.8.6", "serial": 318, "lineage": "8962baa7-424a-3e7e-5b8f-1f1900dfb7ef", "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-4ef9455e075d4cf1d", "ami": "ami-d5819ac6", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-36556cbf"], "subnet_id": "subnet-45d49078", "key_name": "prod-deploy-key" } } ] } ] }