{ "version": 4, "terraform_version": "1.7.0", "serial": 381, "lineage": "e67a49ba-6002-11aa-98be-cf319d5cc263", "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-7e1bb9802bb65e003", "ami": "ami-b8a6a006", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c2a9590c"], "subnet_id": "subnet-423b2328", "key_name": "prod-deploy-key" } } ] } ] }