{ "version": 4, "terraform_version": "1.8.3", "serial": 238, "lineage": "9471cdf1-a74f-02c2-29ad-5ce0951e03e4", "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-386a6ca1786c47ef5", "ami": "ami-f1b81774", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8ff1c054"], "subnet_id": "subnet-802c079c", "key_name": "prod-deploy-key" } } ] } ] }