{ "version": 4, "terraform_version": "1.8.8", "serial": 295, "lineage": "8f885eda-8bde-fcc8-76dc-5b0647b355f2", "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-e33f017dcdb2591aa", "ami": "ami-ca1a6571", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-12a5c1fe"], "subnet_id": "subnet-51cb6744", "key_name": "prod-deploy-key" } } ] } ] }