{ "version": 4, "terraform_version": "1.8.5", "serial": 338, "lineage": "ffaab2e8-4c85-ab6f-b8d2-665633ec27ec", "outputs": { "db_endpoint": { "value": "db-4.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-2c3fbc45d1fbd8d10", "ami": "ami-7df16343", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-4cce9141"], "subnet_id": "subnet-3a120da8", "key_name": "prod-deploy-key" } } ] } ] }