{ "version": 4, "terraform_version": "1.7.8", "serial": 283, "lineage": "3d0df084-cd7e-a290-fbdf-82831a140e58", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-9c08ba36b5b1a7461", "ami": "ami-caeaf54a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c4c4c89f"], "subnet_id": "subnet-cf9fcf2b", "key_name": "prod-deploy-key" } } ] } ] }