{ "version": 4, "terraform_version": "1.8.9", "serial": 475, "lineage": "851a9fed-44b0-7dfc-26d5-78cdad48c9fa", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.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-62e56f790e4a5d359", "ami": "ami-788e8274", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-65baeea9"], "subnet_id": "subnet-c28ca093", "key_name": "prod-deploy-key" } } ] } ] }