{ "version": 4, "terraform_version": "1.5.8", "serial": 387, "lineage": "8387997f-4fd3-4bca-892a-539602ec8fcb", "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-552c6d104078eefcc", "ami": "ami-ac47cf9e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-01a06cbe"], "subnet_id": "subnet-695f43a2", "key_name": "prod-deploy-key" } } ] } ] }