{ "version": 4, "terraform_version": "1.7.7", "serial": 268, "lineage": "1722ef11-7e00-d5cf-659a-0cd79a8f7fda", "outputs": { "db_endpoint": { "value": "db-2.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-cc8cef4b384cad2a1", "ami": "ami-113c6671", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f682a376"], "subnet_id": "subnet-dd1a5398", "key_name": "prod-deploy-key" } } ] } ] }