{ "version": 4, "terraform_version": "1.8.9", "serial": 288, "lineage": "a6f14596-ab6c-8a89-379b-b72a52f5f69b", "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-d63305f9b8d18cb08", "ami": "ami-4c45a1a5", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-75544303"], "subnet_id": "subnet-9880226b", "key_name": "prod-deploy-key" } } ] } ] }