{ "version": 4, "terraform_version": "1.8.7", "serial": 124, "lineage": "5f1eca68-6f91-1a3f-1b0a-8320d6b4b017", "outputs": { "db_endpoint": { "value": "db-3.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-ebc93b28c7e3b6f6a", "ami": "ami-091d7a7d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-19829a10"], "subnet_id": "subnet-8a56e9d2", "key_name": "prod-deploy-key" } } ] } ] }